Home
last modified time | relevance | path

Searched refs:SetSecurityLabel (Results 1 – 20 of 20) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dsecurity_policy.cpp46 int SecurityPolicy::SetSecurityLabel(const RdbStoreConfig &config) in SetSecurityLabel() function in OHOS::NativeRdb::SecurityPolicy
50 …auto errCode = FileManagement::ModuleSecurityLabel::SecurityLabel::SetSecurityLabel(config.GetPath… in SetSecurityLabel()
H A Drdb_store_manager.cpp113 errCode = SetSecurityLabel(modifyConfig); in GetRdbStore()
295 int RdbStoreManager::SetSecurityLabel(const RdbStoreConfig &config) in SetSecurityLabel() function in OHOS::NativeRdb::RdbStoreManager
298 return SecurityPolicy::SetSecurityLabel(config); in SetSecurityLabel()
H A Drdb_store_impl.cpp2211 SecurityPolicy::SetSecurityLabel(config_); in Restore()
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_securitylabel/
H A Dsecuritylabel_n_exporter.cpp30 napi_value SetSecurityLabel(napi_env env, napi_callback_info info) in SetSecurityLabel() function
61 bool ret = SecurityLabel::SetSecurityLabel(pathString, dataLevelString); in SetSecurityLabel()
115 bool ret = SecurityLabel::SetSecurityLabel(path.get(), dataLevel.get()); in SetSecurityLabelSync()
H A Dsecuritylabel_n_exporter.h24 napi_value SetSecurityLabel(napi_env env, napi_callback_info info);
H A Dsecuritylabel_napi.cpp27 DECLARE_NAPI_FUNCTION("setSecurityLabel", SetSecurityLabel), in SecurityLabelExport()
H A Dsecurity_label.h35 static bool SetSecurityLabel(const std::string &path, const std::string &dataLevel) in SetSecurityLabel() function
/ohos5.0/base/security/device_auth/services/frameworks/src/security_label_adapter_mock/
H A Dsecurity_label_adapter_mock.c18 void SetSecurityLabel(const char *filePath, const char *labelToSet) in SetSecurityLabel() function
/ohos5.0/base/security/device_auth/services/frameworks/inc/security_label_adapter/
H A Dsecurity_label_adapter.h25 void SetSecurityLabel(const char *filePath, const char *labelToSet);
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Dsecurity_policy.h25 static int SetSecurityLabel(const RdbStoreConfig &config);
H A Drdb_store_manager.h42 int SetSecurityLabel(const RdbStoreConfig &config);
/ohos5.0/base/security/device_auth/services/frameworks/src/security_label_adapter/
H A Dsecurity_label_adapter.c62 void SetSecurityLabel(const char *filePath, const char *labelToSet) in SetSecurityLabel() function
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/mock/include/
H A Drdb_store_manager.h42 int SetSecurityLabel(const RdbStoreConfig &config);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
H A Dsystem_api.cpp66 bool result = SecurityLabel::SetSecurityLabel(filePath, secLevel); in SetSecurityOption()
H A Dprocess_system_api_adapter_impl.cpp72 bool result = SecurityLabel::SetSecurityLabel(filePath, secLevel); in SetSecurityOption()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/security/
H A Dsecurity.cpp223 …bool result = OHOS::FileManagement::ModuleSecurityLabel::SecurityLabel::SetSecurityLabel(filePath,… in SetFileSecurityOption()
/ohos5.0/base/security/device_auth/services/legacy/authenticators/src/account_related/creds_manager/
H A Dsym_token_manager.c178 SetSecurityLabel(tokenPath, SECURITY_LABEL_S2); in ReadTokensFromFile()
226 SetSecurityLabel(tokenPath, SECURITY_LABEL_S2); in WriteTokensJsonToFile()
H A Dasy_token_manager.c221 SetSecurityLabel(tokenPath, SECURITY_LABEL_S2); in ReadTokensFromFile()
269 SetSecurityLabel(tokenPath, SECURITY_LABEL_S2); in WriteTokensJsonToFile()
/ohos5.0/base/security/device_auth/services/privacy_enhancement/src/
H A Dpseudonym_manager.c240 SetSecurityLabel(pseudonymPath, SECURITY_LABEL_S2); in OpenPseudonymFile()
/ohos5.0/base/security/device_auth/services/data_manager/src/
H A Ddata_manager.c458 SetSecurityLabel(filePath, SECURITY_LABEL_S2); in ReadParcelFromFile()
495 SetSecurityLabel(filePath, SECURITY_LABEL_S2); in SaveParcelToFile()