Home
last modified time | relevance | path

Searched refs:IsAccessControlled (Results 1 - 16 of 16) sorted by relevance

/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/include/
H A Diprocess_system_api_adapter.h42 virtual bool IsAccessControlled() const = 0;
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/include/
H A Dsystem_api.h27 bool IsAccessControlled() const override;
H A Dprocess_system_api_adapter_impl.h31 bool IsAccessControlled() const override;
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Dprocess_system_api_adapter_impl.h32 bool IsAccessControlled() const override;
H A Druntime_context_process_system_api_adapter_impl_test.cpp196 * @tc.steps: step1. call IsAccessControlled to get Access lock status before set g_adapter in HWTEST_F()
200 bool isLocked = RuntimeContext::GetInstance()->IsAccessControlled(); in HWTEST_F()
204 * @tc.steps: step2. IsAccessControlled to get Access lock status after set g_adapter in HWTEST_F()
209 isLocked = RuntimeContext::GetInstance()->IsAccessControlled(); in HWTEST_F()
230 * @tc.steps: step2. IsAccessControlled to check device security ability after set g_adapter in HWTEST_F()
H A Dprocess_system_api_adapter_impl.cpp56 bool ProcessSystemApiAdapterImpl::IsAccessControlled() const in IsAccessControlled() function in DistributedDB::ProcessSystemApiAdapterImpl
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/security/
H A Dsecurity.h44 bool IsAccessControlled() const override;
H A Dsecurity.cpp59 bool Security::IsAccessControlled() const in IsAccessControlled() function in OHOS::DistributedKv::Security
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
H A Dsystem_api.cpp40 bool SystemApi::IsAccessControlled() const in IsAccessControlled() function in OHOS::DistributedKv::SystemApi
H A Dprocess_system_api_adapter_impl.cpp45 bool ProcessSystemApiAdapterImpl::IsAccessControlled() const in IsAccessControlled() function in OHOS::DistributedKv::ProcessSystemApiAdapterImpl
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/fuzztest/iprocesscommunicator_fuzzer/
H A Diprocesscommunicator_fuzzer.cpp112 bool IsAccessControlled() const override
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Druntime_context.h103 virtual bool IsAccessControlled() const = 0;
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Druntime_context_impl.h88 bool IsAccessControlled() const override;
H A Druntime_context_impl.cpp513 bool RuntimeContextImpl::IsAccessControlled() const
519 return systemApiAdapter_->IsAccessControlled();
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_single_ver_natural_store_connection.cpp66 return RuntimeContext::GetInstance()->IsAccessControlled() && in IsFileAccessControlled()
506 kvDB_->GetMyProperties().GetSecLabel(), RuntimeContext::GetInstance()->IsAccessControlled()); in Export()
H A Dsqlite_single_ver_natural_store.cpp1823 bool isLocked = RuntimeContext::GetInstance()->IsAccessControlled(); in AsyncDataMigration()

Completed in 16 milliseconds