Home
last modified time | relevance | path

Searched refs:GetSecurityLevel (Results 1 – 16 of 16) sorted by relevance

/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/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() function in OHOS::DistributedKv::MockSingleKvStore
/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() function in OHOS::DistributedKv::MockSingleKvStore
/base/notification/distributed_notification_service/services/test/moduletest/mock/
Dmock_single_kv_store.cpp150 Status MockSingleKvStore::GetSecurityLevel(SecurityLevel &securityLevel) const in GetSecurityLevel() function in OHOS::DistributedKv::MockSingleKvStore
/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() function in OHOS::DistributedKv::MockSingleKvStore
/base/notification/distributed_notification_service/services/ans/test/unittest/mock/
Dmock_single_kv_store.cpp149 Status MockSingleKvStore::GetSecurityLevel(SecurityLevel &securityLevel) const in GetSecurityLevel() function in OHOS::DistributedKv::MockSingleKvStore
/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() function in OHOS::DistributedKv::MockSingleKvStore
/base/notification/distributed_notification_service/frameworks/test/moduletest/mock/include/
Dmock_single_kv_store.h272 virtual Status GetSecurityLevel(SecurityLevel &securityLevel) const override;
/base/notification/distributed_notification_service/frameworks/test/moduletest/mock/
Dmock_single_kv_store.cpp258 Status MockSingleKvStore::GetSecurityLevel(SecurityLevel &securityLevel) const in GetSecurityLevel() function in OHOS::DistributedKv::MockSingleKvStore
/base/web/webview/ohos_nweb/include/
Dnweb.h957 virtual int GetSecurityLevel() = 0;
/base/web/webview/interfaces/kits/napi/webviewcontroller/
Dnapi_webview_controller.h215 static napi_value GetSecurityLevel(napi_env env, napi_callback_info info);
Dwebview_controller.h235 int GetSecurityLevel();
Dwebview_controller.cpp1134 int WebviewController::GetSecurityLevel() in GetSecurityLevel() function in OHOS::NWeb::WebviewController
1141 int nwebSecurityLevel = nweb_ptr->GetSecurityLevel(); in GetSecurityLevel()
Dnapi_webview_controller.cpp245 DECLARE_NAPI_FUNCTION("getSecurityLevel", NapiWebviewController::GetSecurityLevel), in Init()
3908 napi_value NapiWebviewController::GetSecurityLevel(napi_env env, napi_callback_info info) in GetSecurityLevel() function in OHOS::NWeb::NapiWebviewController
3917 int32_t securityLevel = webviewController->GetSecurityLevel(); in GetSecurityLevel()