mirror of
https://gitee.com/openharmony/security_asset
synced 2024-11-23 15:59:42 +00:00
changed namespace
Signed-off-by: Cai Xincheng <caixincheng@huawei.com>
This commit is contained in:
parent
c6c5e6c21e
commit
616ac0ae3d
@ -11,7 +11,7 @@
|
|||||||
namespace OHOS {
|
namespace OHOS {
|
||||||
namespace Security {
|
namespace Security {
|
||||||
namespace Asset {
|
namespace Asset {
|
||||||
|
namespace {
|
||||||
std::vector<uint32_t> critical_label_tags = {
|
std::vector<uint32_t> critical_label_tags = {
|
||||||
SEC_ASSET_TAG_DATA_LABEL_CRITICAL_1,
|
SEC_ASSET_TAG_DATA_LABEL_CRITICAL_1,
|
||||||
SEC_ASSET_TAG_DATA_LABEL_CRITICAL_2,
|
SEC_ASSET_TAG_DATA_LABEL_CRITICAL_2,
|
||||||
@ -78,6 +78,8 @@ bool CheckAssetTagValidity(napi_env env, const std::vector<AssetAttr> &attrs, co
|
|||||||
|
|
||||||
bool CheckAssetValueValidity(napi_env env, const std::vector<AssetAttr> &attrs);
|
bool CheckAssetValueValidity(napi_env env, const std::vector<AssetAttr> &attrs);
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
} // Asset
|
} // Asset
|
||||||
} // Security
|
} // Security
|
||||||
} // OHOS
|
} // OHOS
|
||||||
|
@ -18,6 +18,7 @@
|
|||||||
namespace OHOS {
|
namespace OHOS {
|
||||||
namespace Security {
|
namespace Security {
|
||||||
namespace Asset {
|
namespace Asset {
|
||||||
|
namespace {
|
||||||
#define MAX_MESSAGE_LEN 128
|
#define MAX_MESSAGE_LEN 128
|
||||||
|
|
||||||
#define MIN_ARRAY_SIZE 0
|
#define MIN_ARRAY_SIZE 0
|
||||||
@ -340,6 +341,7 @@ bool CheckAssetValueValidity(napi_env env, const std::vector<AssetAttr> &attrs)
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
}
|
||||||
} // Asset
|
} // Asset
|
||||||
} // Security
|
} // Security
|
||||||
} // OHOS
|
} // OHOS
|
Loading…
Reference in New Issue
Block a user