mirror of
https://gitee.com/openharmony/security_asset
synced 2024-11-23 07:49:41 +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 Security {
|
||||
namespace Asset {
|
||||
|
||||
namespace {
|
||||
std::vector<uint32_t> critical_label_tags = {
|
||||
SEC_ASSET_TAG_DATA_LABEL_CRITICAL_1,
|
||||
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);
|
||||
|
||||
}
|
||||
|
||||
} // Asset
|
||||
} // Security
|
||||
} // OHOS
|
||||
|
@ -18,6 +18,7 @@
|
||||
namespace OHOS {
|
||||
namespace Security {
|
||||
namespace Asset {
|
||||
namespace {
|
||||
#define MAX_MESSAGE_LEN 128
|
||||
|
||||
#define MIN_ARRAY_SIZE 0
|
||||
@ -340,6 +341,7 @@ bool CheckAssetValueValidity(napi_env env, const std::vector<AssetAttr> &attrs)
|
||||
return true;
|
||||
}
|
||||
|
||||
}
|
||||
} // Asset
|
||||
} // Security
|
||||
} // OHOS
|
Loading…
Reference in New Issue
Block a user