Home
last modified time | relevance | path

Searched refs:securityLevel (Results 1 – 25 of 28) sorted by relevance

12

/base/security/device_security_level/oem_property/include/
Ddslm_cred.h49 char securityLevel[CRED_INFO_LEVEL_LEN]; member
/base/security/dlp_permission_service/services/dlp_permission/sa/storage/include/
Ddlp_kv_data_storage.h28 DistributedKv::SecurityLevel securityLevel = DistributedKv::SecurityLevel::S1; member
/base/account/os_account/services/accountmgr/include/
Daccount_data_storage.h30 DistributedKv::SecurityLevel securityLevel = DistributedKv::SecurityLevel::S1; member
/base/web/webview/interfaces/kits/napi/webviewcontroller/
Dwebview_controller.cpp1142 SecurityLevel securityLevel; in GetSecurityLevel() local
1145 securityLevel = SecurityLevel::NONE; in GetSecurityLevel()
1148 securityLevel = SecurityLevel::SECURE; in GetSecurityLevel()
1151 securityLevel = SecurityLevel::WARNING; in GetSecurityLevel()
1154 securityLevel = SecurityLevel::DANGEROUS; in GetSecurityLevel()
1157 securityLevel = SecurityLevel::NONE; in GetSecurityLevel()
1161 return static_cast<int>(securityLevel); in GetSecurityLevel()
/base/security/dlp_permission_service/services/dlp_permission/sa/storage/src/
Ddlp_kv_data_storage.cpp89 .securityLevel = options_.securityLevel, in GetKvStore()
/base/account/os_account/services/accountmgr/include/appaccount/
Dapp_account_control_manager.h107 DistributedKv::SecurityLevel securityLevel = DistributedKv::SecurityLevel::S1);
123 DistributedKv::SecurityLevel securityLevel = DistributedKv::SecurityLevel::S1);
/base/account/os_account/services/accountmgr/src/
Daccount_data_storage.cpp64 .securityLevel = options_.securityLevel, in GetKvStore()
/base/notification/common_event_service/services/src/
Dstatic_subscriber_data_manager.cpp47 .securityLevel = DistributedKv::SecurityLevel::S1, in GetKvStore()
/base/notification/distributed_notification_service/services/ans/test/unittest/mock/include/
Dmock_single_kv_store.h272 virtual Status GetSecurityLevel(SecurityLevel &securityLevel) const override;
/base/notification/distributed_notification_service/services/distributed/src/
Ddistributed_preferences_database.cpp63 .securityLevel = DistributedKv::SecurityLevel::S1, in GetKvStore()
Ddistributed_screen_status_manager.cpp129 .securityLevel = DistributedKv::SecurityLevel::S1, in GetKvStore()
Ddistributed_database.cpp92 .securityLevel = DistributedKv::SecurityLevel::S1, in GetKvStore()
/base/notification/distributed_notification_service/services/test/moduletest/mock/include/
Dmock_single_kv_store.h273 virtual Status GetSecurityLevel(SecurityLevel &securityLevel) const override;
/base/notification/distributed_notification_service/services/distributed/test/unittest/mock/
Dmock_single_kv_store.h274 virtual Status GetSecurityLevel(SecurityLevel &securityLevel) const override;
Dmock_single_kv_store.cpp150 Status MockSingleKvStore::GetSecurityLevel(SecurityLevel &securityLevel) const in GetSecurityLevel()
/base/notification/distributed_notification_service/services/distributed/test/unittest/distributed_database_branch_test/
Dmock_single_kv_store.cpp171 Status MockSingleKvStore::GetSecurityLevel(SecurityLevel &securityLevel) const in GetSecurityLevel()
/base/notification/distributed_notification_service/services/test/moduletest/mock/
Dmock_single_kv_store.cpp150 Status MockSingleKvStore::GetSecurityLevel(SecurityLevel &securityLevel) const in GetSecurityLevel()
/base/notification/distributed_notification_service/services/distributed/test/unittest/distributed_screen_status_manager_branch_test/
Dmock_single_kv_store.cpp164 Status MockSingleKvStore::GetSecurityLevel(SecurityLevel &securityLevel) const in GetSecurityLevel()
/base/notification/distributed_notification_service/services/ans/test/unittest/mock/
Dmock_single_kv_store.cpp149 Status MockSingleKvStore::GetSecurityLevel(SecurityLevel &securityLevel) const in GetSecurityLevel()
/base/notification/distributed_notification_service/services/distributed/test/unittest/distributed_preferences_database_test/
Dmock_single_kv_store.cpp162 Status MockSingleKvStore::GetSecurityLevel(SecurityLevel &securityLevel) const in GetSecurityLevel()
/base/notification/distributed_notification_service/frameworks/test/moduletest/mock/include/
Dmock_single_kv_store.h272 virtual Status GetSecurityLevel(SecurityLevel &securityLevel) const override;
/base/security/device_security_level/oem_property/common/
Ddslm_credential_utils.c509 …(void)GetDataFromJson(json, CRED_KEY_SECURITY_LEVEL, credInfo->securityLevel, CRED_INFO_LEVEL_LEN); in CredentialCbToDslmCredInfo()
512 if (sscanf_s(credInfo->securityLevel, "SL%u", &credInfo->credLevel) <= 0) { in CredentialCbToDslmCredInfo()
/base/security/device_security_level/services/dfx/
Ddslm_hidumper.c197 dprintf(fd, "CRED_SECURITY_LEVEL : %s" END_LINE, info->credInfo.securityLevel); in DumpDeviceDetails()
/base/account/os_account/services/accountmgr/test/unittest/app_account/
Dapp_account_data_storage_test.cpp71 gOptions.securityLevel = DistributedKv::SecurityLevel::S1; in SetUp()
/base/account/os_account/services/accountmgr/src/appaccount/
Dapp_account_control_manager.cpp1135 int32_t userId, const bool &autoSync, DistributedKv::SecurityLevel securityLevel) in GetDataStorageByUserId() argument
1148 options.securityLevel = securityLevel; in GetDataStorageByUserId()
1155 const uid_t &uid, const bool &autoSync, DistributedKv::SecurityLevel securityLevel) in GetDataStorage() argument
1157 return GetDataStorageByUserId(uid / UID_TRANSFORM_DIVISOR, autoSync, securityLevel); in GetDataStorage()

12