/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/ |
H A D | security_policy.cpp | 46 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 D | rdb_store_manager.cpp | 113 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 D | rdb_store_impl.cpp | 2211 SecurityPolicy::SetSecurityLabel(config_); in Restore()
|
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_securitylabel/ |
H A D | securitylabel_n_exporter.cpp | 30 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 D | securitylabel_n_exporter.h | 24 napi_value SetSecurityLabel(napi_env env, napi_callback_info info);
|
H A D | securitylabel_napi.cpp | 27 DECLARE_NAPI_FUNCTION("setSecurityLabel", SetSecurityLabel), in SecurityLabelExport()
|
H A D | security_label.h | 35 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 D | security_label_adapter_mock.c | 18 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 D | security_label_adapter.h | 25 void SetSecurityLabel(const char *filePath, const char *labelToSet);
|
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/ |
H A D | security_policy.h | 25 static int SetSecurityLabel(const RdbStoreConfig &config);
|
H A D | rdb_store_manager.h | 42 int SetSecurityLabel(const RdbStoreConfig &config);
|
/ohos5.0/base/security/device_auth/services/frameworks/src/security_label_adapter/ |
H A D | security_label_adapter.c | 62 void SetSecurityLabel(const char *filePath, const char *labelToSet) in SetSecurityLabel() function
|
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/mock/include/ |
H A D | rdb_store_manager.h | 42 int SetSecurityLabel(const RdbStoreConfig &config);
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/ |
H A D | system_api.cpp | 66 bool result = SecurityLabel::SetSecurityLabel(filePath, secLevel); in SetSecurityOption()
|
H A D | process_system_api_adapter_impl.cpp | 72 bool result = SecurityLabel::SetSecurityLabel(filePath, secLevel); in SetSecurityOption()
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/security/ |
H A D | security.cpp | 223 …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 D | sym_token_manager.c | 178 SetSecurityLabel(tokenPath, SECURITY_LABEL_S2); in ReadTokensFromFile() 226 SetSecurityLabel(tokenPath, SECURITY_LABEL_S2); in WriteTokensJsonToFile()
|
H A D | asy_token_manager.c | 221 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 D | pseudonym_manager.c | 240 SetSecurityLabel(pseudonymPath, SECURITY_LABEL_S2); in OpenPseudonymFile()
|
/ohos5.0/base/security/device_auth/services/data_manager/src/ |
H A D | data_manager.c | 458 SetSecurityLabel(filePath, SECURITY_LABEL_S2); in ReadParcelFromFile() 495 SetSecurityLabel(filePath, SECURITY_LABEL_S2); in SaveParcelToFile()
|