Home
last modified time | relevance | path

Searched refs:GetBooleanById (Results 1 – 25 of 27) sorted by relevance

12

/ohos5.0/base/global/resource_management/interfaces/cj/src/
H A Dresource_manager_interface.h41 virtual int32_t GetBooleanById(uint32_t id, bool &outValue) = 0;
H A Dresource_manager_impl.cpp199 int32_t ResourceManagerImpl::GetBooleanById(uint32_t id, bool &outValue) in GetBooleanById() function in OHOS::Resource::ResourceManagerImpl
201 RState state = resMgr_->GetBooleanById(id, outValue); in GetBooleanById()
H A Dresource_manager_impl.h67 int32_t GetBooleanById(uint32_t id, bool &outValue) override;
H A Dresource_manager_ffi.cpp395 return instance->GetBooleanById(resId, data); in CJ_GetBoolean()
414 return resMgr->GetBooleanById(resId, data); in CJ_GetBooleanByResource()
/ohos5.0/base/global/resource_management_lite/frameworks/resmgr_lite/include/
H A Dresource_manager.h65 virtual RState GetBooleanById(uint32_t id, bool &outValue) = 0;
H A Dresource_manager_impl.h177 virtual RState GetBooleanById(uint32_t id, bool &outValue);
/ohos5.0/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/
H A Dmock_resourceManager_interface1.h72 virtual RState GetBooleanById(uint32_t id, bool& outValue) = 0;
H A Dmock_resourceManager_interface1.cpp165 virtual RState GetBooleanById(uint32_t id, bool& outValue) in GetBooleanById() function in OHOS::Global::Resource::ResourceManagerTestInstance
/ohos5.0/foundation/ability/ability_runtime/test/mock/frameworks_kits_appkit_native_test/include/
H A Dmock_resourceManager_interface1.h72 virtual RState GetBooleanById(uint32_t id, bool& outValue) = 0;
H A Dmock_resourceManager_interface1.cpp165 virtual RState GetBooleanById(uint32_t id, bool& outValue) in GetBooleanById() function in OHOS::Global::Resource::ResourceManagerTestInstance
/ohos5.0/base/global/resource_management/frameworks/resmgr/test/unittest/common/
H A Dresource_manager_test_common.cpp493 RState state = rm->GetBooleanById(id, outValue); in TestGetBooleanById()
499 state = rm->GetBooleanById(id, outValue); in TestGetBooleanById()
H A Dresource_manager_performance_test.cpp764 rm->GetBooleanById(id, outValue);
H A Dresource_manager_test.cpp586 state = rm->GetBooleanById(NON_EXIST_ID, outValue);
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/test/unittest/mock/include/
H A Dmock_resource_manager_impl.h193 virtual RState GetBooleanById(uint32_t id, bool &outValue);
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/test/unittest/mock/
H A Dmock_resource_manager.cpp127 RState ResourceManagerImpl::GetBooleanById(uint32_t id, bool &outValue) in GetBooleanById() function in OHOS::Global::Resource::ResourceManagerImpl
/ohos5.0/base/global/resource_management_lite/frameworks/resmgr_lite/test/unittest/lite/common/
H A Dresource_manager_test.cpp1034 state = rm->GetBooleanById(id, outValue);
1040 state = rm->GetBooleanById(id, outValue);
1056 state = rm->GetBooleanById(NON_EXIST_ID, outValue);
H A Dresource_manager_performance_test.cpp757 rm->GetBooleanById(id, outValue);
/ohos5.0/base/global/resource_management/interfaces/inner_api/include/
H A Dresource_manager.h112 virtual RState GetBooleanById(uint32_t id, bool &outValue) = 0;
/ohos5.0/base/global/resource_management/frameworks/resmgr/include/
H A Dresource_manager_impl.h232 virtual RState GetBooleanById(uint32_t id, bool &outValue);
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/osal/
H A Dresource_adapter_impl_standard.cpp434 auto state = resourceManager_->GetBooleanById(resId, result); in GetBoolean()
/ohos5.0/base/global/resource_management_lite/frameworks/resmgr_lite/src/
H A Dresource_manager_impl.cpp375 RState ResourceManagerImpl::GetBooleanById(uint32_t id, bool &outValue) in GetBooleanById() function in OHOS::Global::Resource::ResourceManagerImpl
/ohos5.0/base/global/resource_management/test/fuzztest/resmgr_fuzzer/
H A Dresmgr_fuzzer.cpp212 result = rm->GetBooleanById(testId, outValue); in GetBooleanByIdFuzzTest()
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dresource_adapter_impl.cpp444 auto state = manager->GetBooleanById(resId, result); in GetBoolean()
H A Dresource_adapter_impl_v2.cpp559 auto state = manager->GetBooleanById(resId, result); in GetBoolean()
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/
H A Dnative_resource_manager.cpp595 RState state = mgr->resManager->GetBooleanById(resId, tempResultValue); in OH_ResourceManager_GetBool()

12