/base/security/device_security_level/test/dslm_unit_test/ |
H A D | device_manager.h | 46 int32_t &securityLevel) = 0;
|
H A D | device_manager_mock.h | 48 (const std::string &pkgName, const std::string &networkId, int32_t &securityLevel), (override));
|
/base/security/device_security_level/oem_property/include/ |
H A D | dslm_cred.h | 49 char securityLevel[CRED_INFO_LEVEL_LEN]; member
|
/base/security/dlp_permission_service/services/dlp_permission/sa/storage/include/ |
H A D | dlp_kv_data_storage.h | 28 DistributedKv::SecurityLevel securityLevel = DistributedKv::SecurityLevel::S1; member
|
/base/account/os_account/services/accountmgr/include/ |
H A D | account_data_storage.h | 31 DistributedKv::SecurityLevel securityLevel = DistributedKv::SecurityLevel::S1; member
|
/base/account/os_account/services/accountmgr/include/appaccount/ |
H A D | app_account_control_manager.h | 108 DistributedKv::SecurityLevel securityLevel = DistributedKv::SecurityLevel::S1); 127 DistributedKv::SecurityLevel securityLevel = DistributedKv::SecurityLevel::S1);
|
/base/security/dlp_permission_service/services/dlp_permission/sa/storage/src/ |
H A D | dlp_kv_data_storage.cpp | 89 .securityLevel = options_.securityLevel, in GetKvStore()
|
/base/web/webview/interfaces/kits/cj/src/ |
H A D | webview_controller_impl.cpp | 654 SecurityLevel securityLevel; in GetSecurityLevel() local 657 securityLevel = SecurityLevel::NONE; in GetSecurityLevel() 660 securityLevel = SecurityLevel::SECURE; in GetSecurityLevel() 663 securityLevel = SecurityLevel::WARNING; in GetSecurityLevel() 666 securityLevel = SecurityLevel::DANGEROUS; in GetSecurityLevel() 669 securityLevel = SecurityLevel::NONE; in GetSecurityLevel() 673 return static_cast<int>(securityLevel); in GetSecurityLevel()
|
/base/notification/distributed_notification_service/services/ans/test/unittest/mock/include/ |
H A D | mock_single_kv_store.h | 269 * @param securityLevel Indicates the security level. 272 virtual Status GetSecurityLevel(SecurityLevel &securityLevel) const override;
|
/base/notification/distributed_notification_service/services/distributed/test/unittest/distributed_screen_status_manager_branch_test/ |
H A D | mock_single_kv_store.cpp | 164 Status MockSingleKvStore::GetSecurityLevel(SecurityLevel &securityLevel) const in GetSecurityLevel()
|
/base/notification/distributed_notification_service/services/distributed/test/unittest/mock/ |
H A D | mock_single_kv_store.cpp | 150 Status MockSingleKvStore::GetSecurityLevel(SecurityLevel &securityLevel) const in GetSecurityLevel()
|
H A D | mock_single_kv_store.h | 271 * @param securityLevel Indicates the security level. 274 virtual Status GetSecurityLevel(SecurityLevel &securityLevel) const override;
|
/base/notification/distributed_notification_service/services/ans/test/unittest/mock/ |
H A D | mock_single_kv_store.cpp | 149 Status MockSingleKvStore::GetSecurityLevel(SecurityLevel &securityLevel) const in GetSecurityLevel()
|
/base/notification/distributed_notification_service/services/distributed/src/ |
H A D | distributed_preferences_database.cpp | 63 .securityLevel = DistributedKv::SecurityLevel::S1, in GetKvStore()
|
H A D | distributed_screen_status_manager.cpp | 137 .securityLevel = DistributedKv::SecurityLevel::S1, in GetKvStore()
|
/base/notification/distributed_notification_service/services/test/moduletest/mock/include/ |
H A D | mock_single_kv_store.h | 270 * @param securityLevel Indicates the security level. 273 virtual Status GetSecurityLevel(SecurityLevel &securityLevel) const override;
|
/base/notification/distributed_notification_service/services/test/moduletest/mock/ |
H A D | mock_single_kv_store.cpp | 150 Status MockSingleKvStore::GetSecurityLevel(SecurityLevel &securityLevel) const in GetSecurityLevel()
|
/base/notification/distributed_notification_service/services/distributed/test/unittest/distributed_database_branch_test/ |
H A D | mock_single_kv_store.cpp | 171 Status MockSingleKvStore::GetSecurityLevel(SecurityLevel &securityLevel) const
in GetSecurityLevel()
|
/base/notification/distributed_notification_service/services/distributed/test/unittest/distributed_preferences_database_test/ |
H A D | mock_single_kv_store.cpp | 162 Status MockSingleKvStore::GetSecurityLevel(SecurityLevel &securityLevel) const in GetSecurityLevel()
|
/base/notification/distributed_notification_service/frameworks/test/moduletest/mock/include/ |
H A D | mock_single_kv_store.h | 269 * @param securityLevel Indicates the security level. 272 virtual Status GetSecurityLevel(SecurityLevel &securityLevel) const override;
|
/base/notification/common_event_service/services/src/ |
H A D | static_subscriber_data_manager.cpp | 48 .securityLevel = DistributedKv::SecurityLevel::S1, in GetKvStore()
|
/base/security/huks/interfaces/inner_api/huks_standard/main/include/ |
H A D | hks_type.h | 216 uint32_t securityLevel; member
|
/base/account/os_account/services/accountmgr/src/ |
H A D | account_data_storage.cpp | 64 .securityLevel = options_.securityLevel, in GetKvStore()
|
/base/security/device_security_level/oem_property/common/ |
H A D | dslm_credential_utils.c | 57 #define CRED_KEY_SECURITY_LEVEL "securityLevel" 510 (void)GetDataFromJson(json, CRED_KEY_SECURITY_LEVEL, credInfo->securityLevel, CRED_INFO_LEVEL_LEN); in CredentialCbToDslmCredInfo() 513 if (sscanf_s(credInfo->securityLevel, "SL%u", &credInfo->credLevel) <= 0) { in CredentialCbToDslmCredInfo() 514 SECURITY_LOG_ERROR("formatting securityLevel string failed"); in CredentialCbToDslmCredInfo()
|
/base/web/webview/interfaces/kits/napi/webviewcontroller/ |
H A D | webview_controller.cpp | 1430 SecurityLevel securityLevel; in GetSecurityLevel() local 1433 securityLevel = SecurityLevel::NONE; in GetSecurityLevel() 1436 securityLevel = SecurityLevel::SECURE; in GetSecurityLevel() 1439 securityLevel = SecurityLevel::WARNING; in GetSecurityLevel() 1442 securityLevel = SecurityLevel::DANGEROUS; in GetSecurityLevel() 1445 securityLevel = SecurityLevel::NONE; in GetSecurityLevel() 1449 return static_cast<int>(securityLevel); in GetSecurityLevel()
|