/ohos5.0/base/global/resource_management/interfaces/cj/src/ |
H A D | resource_manager_interface.h | 41 virtual int32_t GetBooleanById(uint32_t id, bool &outValue) = 0;
|
H A D | resource_manager_impl.cpp | 199 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 D | resource_manager_impl.h | 67 int32_t GetBooleanById(uint32_t id, bool &outValue) override;
|
H A D | resource_manager_ffi.cpp | 395 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 D | resource_manager.h | 65 virtual RState GetBooleanById(uint32_t id, bool &outValue) = 0;
|
H A D | resource_manager_impl.h | 177 virtual RState GetBooleanById(uint32_t id, bool &outValue);
|
/ohos5.0/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/ |
H A D | mock_resourceManager_interface1.h | 72 virtual RState GetBooleanById(uint32_t id, bool& outValue) = 0;
|
H A D | mock_resourceManager_interface1.cpp | 165 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 D | mock_resourceManager_interface1.h | 72 virtual RState GetBooleanById(uint32_t id, bool& outValue) = 0;
|
H A D | mock_resourceManager_interface1.cpp | 165 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 D | resource_manager_test_common.cpp | 493 RState state = rm->GetBooleanById(id, outValue); in TestGetBooleanById() 499 state = rm->GetBooleanById(id, outValue); in TestGetBooleanById()
|
H A D | resource_manager_performance_test.cpp | 764 rm->GetBooleanById(id, outValue);
|
H A D | resource_manager_test.cpp | 586 state = rm->GetBooleanById(NON_EXIST_ID, outValue);
|
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/test/unittest/mock/include/ |
H A D | mock_resource_manager_impl.h | 193 virtual RState GetBooleanById(uint32_t id, bool &outValue);
|
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/test/unittest/mock/ |
H A D | mock_resource_manager.cpp | 127 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 D | resource_manager_test.cpp | 1034 state = rm->GetBooleanById(id, outValue); 1040 state = rm->GetBooleanById(id, outValue); 1056 state = rm->GetBooleanById(NON_EXIST_ID, outValue);
|
H A D | resource_manager_performance_test.cpp | 757 rm->GetBooleanById(id, outValue);
|
/ohos5.0/base/global/resource_management/interfaces/inner_api/include/ |
H A D | resource_manager.h | 112 virtual RState GetBooleanById(uint32_t id, bool &outValue) = 0;
|
/ohos5.0/base/global/resource_management/frameworks/resmgr/include/ |
H A D | resource_manager_impl.h | 232 virtual RState GetBooleanById(uint32_t id, bool &outValue);
|
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/osal/ |
H A D | resource_adapter_impl_standard.cpp | 434 auto state = resourceManager_->GetBooleanById(resId, result); in GetBoolean()
|
/ohos5.0/base/global/resource_management_lite/frameworks/resmgr_lite/src/ |
H A D | resource_manager_impl.cpp | 375 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 D | resmgr_fuzzer.cpp | 212 result = rm->GetBooleanById(testId, outValue); in GetBooleanByIdFuzzTest()
|
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/ |
H A D | resource_adapter_impl.cpp | 444 auto state = manager->GetBooleanById(resId, result); in GetBoolean()
|
H A D | resource_adapter_impl_v2.cpp | 559 auto state = manager->GetBooleanById(resId, result); in GetBoolean()
|
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/ |
H A D | native_resource_manager.cpp | 595 RState state = mgr->resManager->GetBooleanById(resId, tempResultValue); in OH_ResourceManager_GetBool()
|