Home
last modified time | relevance | path

Searched refs:securityLevel (Results 1 - 25 of 32) sorted by relevance

12

/base/security/device_security_level/test/dslm_unit_test/
H A Ddevice_manager.h46 int32_t &securityLevel) = 0;
H A Ddevice_manager_mock.h48 (const std::string &pkgName, const std::string &networkId, int32_t &securityLevel), (override));
/base/security/device_security_level/oem_property/include/
H A Ddslm_cred.h49 char securityLevel[CRED_INFO_LEVEL_LEN]; member
/base/security/dlp_permission_service/services/dlp_permission/sa/storage/include/
H A Ddlp_kv_data_storage.h28 DistributedKv::SecurityLevel securityLevel = DistributedKv::SecurityLevel::S1; member
/base/account/os_account/services/accountmgr/include/
H A Daccount_data_storage.h31 DistributedKv::SecurityLevel securityLevel = DistributedKv::SecurityLevel::S1; member
/base/account/os_account/services/accountmgr/include/appaccount/
H A Dapp_account_control_manager.h108 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 Ddlp_kv_data_storage.cpp89 .securityLevel = options_.securityLevel, in GetKvStore()
/base/web/webview/interfaces/kits/cj/src/
H A Dwebview_controller_impl.cpp654 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 Dmock_single_kv_store.h269 * @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 Dmock_single_kv_store.cpp164 Status MockSingleKvStore::GetSecurityLevel(SecurityLevel &securityLevel) const in GetSecurityLevel()
/base/notification/distributed_notification_service/services/distributed/test/unittest/mock/
H A Dmock_single_kv_store.cpp150 Status MockSingleKvStore::GetSecurityLevel(SecurityLevel &securityLevel) const in GetSecurityLevel()
H A Dmock_single_kv_store.h271 * @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 Dmock_single_kv_store.cpp149 Status MockSingleKvStore::GetSecurityLevel(SecurityLevel &securityLevel) const in GetSecurityLevel()
/base/notification/distributed_notification_service/services/distributed/src/
H A Ddistributed_preferences_database.cpp63 .securityLevel = DistributedKv::SecurityLevel::S1, in GetKvStore()
H A Ddistributed_screen_status_manager.cpp137 .securityLevel = DistributedKv::SecurityLevel::S1, in GetKvStore()
/base/notification/distributed_notification_service/services/test/moduletest/mock/include/
H A Dmock_single_kv_store.h270 * @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 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/
H A Dmock_single_kv_store.cpp171 Status MockSingleKvStore::GetSecurityLevel(SecurityLevel &securityLevel) const in GetSecurityLevel()
/base/notification/distributed_notification_service/services/distributed/test/unittest/distributed_preferences_database_test/
H A Dmock_single_kv_store.cpp162 Status MockSingleKvStore::GetSecurityLevel(SecurityLevel &securityLevel) const in GetSecurityLevel()
/base/notification/distributed_notification_service/frameworks/test/moduletest/mock/include/
H A Dmock_single_kv_store.h269 * @param securityLevel Indicates the security level.
272 virtual Status GetSecurityLevel(SecurityLevel &securityLevel) const override;
/base/notification/common_event_service/services/src/
H A Dstatic_subscriber_data_manager.cpp48 .securityLevel = DistributedKv::SecurityLevel::S1, in GetKvStore()
/base/security/huks/interfaces/inner_api/huks_standard/main/include/
H A Dhks_type.h216 uint32_t securityLevel; member
/base/account/os_account/services/accountmgr/src/
H A Daccount_data_storage.cpp64 .securityLevel = options_.securityLevel, in GetKvStore()
/base/security/device_security_level/oem_property/common/
H A Ddslm_credential_utils.c57 #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 Dwebview_controller.cpp1430 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()

Completed in 21 milliseconds

12