/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);
|
/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.h | 69 int32_t GetBooleanById(uint32_t id, bool &outValue) override;
|
H A D | resource_manager_impl.cpp | 213 int32_t ResourceManagerImpl::GetBooleanById(uint32_t id, bool &outValue) in GetBooleanById() function in OHOS::Resource::ResourceManagerImpl 215 RState state = resMgr_->GetBooleanById(id, outValue); in GetBooleanById() 217 LOGE("ResourceManagerImpl::GetBooleanById failed %{public}" PRIu32, state); in GetBooleanById() 219 LOGI("ResourceManagerImpl::GetBooleanById success"); in GetBooleanById()
|
H A D | resource_manager_ffi.cpp | 407 return instance->GetBooleanById(resId, data); in CJ_GetBoolean() 426 return resMgr->GetBooleanById(resId, data); in CJ_GetBooleanByResource()
|
/base/global/resource_management_lite/frameworks/resmgr_lite/test/unittest/lite/common/ |
H A D | resource_manager_test.cpp | 1023 * @tc.desc: Test GetBooleanById 1034 state = rm->GetBooleanById(id, outValue); in HWTEST_F() 1040 state = rm->GetBooleanById(id, outValue); in HWTEST_F() 1047 * @tc.desc: Test GetBooleanById 1056 state = rm->GetBooleanById(NON_EXIST_ID, outValue); in HWTEST_F()
|
H A D | resource_manager_performance_test.cpp | 740 * @tc.desc: Test GetBooleanById 757 rm->GetBooleanById(id, outValue); in HWTEST_F()
|
/base/global/resource_management/frameworks/resmgr/test/unittest/common/ |
H A D | resource_manager_test_common.cpp | 515 RState state = rm->GetBooleanById(id, outValue); in TestGetBooleanById() 521 state = rm->GetBooleanById(id, outValue); in TestGetBooleanById()
|
H A D | resource_manager_performance_test.cpp | 747 * @tc.desc: Test GetBooleanById 764 rm->GetBooleanById(id, outValue); in HWTEST_F()
|
H A D | resource_manager_test.cpp | 563 * @tc.desc: Test GetBooleanById 575 * @tc.desc: Test GetBooleanById 584 state = rm->GetBooleanById(NON_EXIST_ID, outValue); in HWTEST_F()
|
/base/global/resource_management/interfaces/inner_api/include/ |
H A D | resource_manager.h | 112 virtual RState GetBooleanById(uint32_t id, bool &outValue) = 0;
|
/base/global/resource_management/frameworks/resmgr/include/ |
H A D | resource_manager_impl.h | 234 virtual RState GetBooleanById(uint32_t id, bool &outValue);
|
/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
|
/base/global/resource_management/test/fuzztest/resmgr_fuzzer/ |
H A D | resmgr_fuzzer.cpp | 212 result = rm->GetBooleanById(testId, outValue); in GetBooleanByIdFuzzTest()
|
/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()
|
H A D | resource_manager_impl.cpp | 532 RState ResourceManagerImpl::GetBooleanById(uint32_t id, bool &outValue) in GetBooleanById() function in OHOS::Global::Resource::ResourceManagerImpl 536 RESMGR_HILOGE(RESMGR_TAG, "GetBooleanById error id = %{public}d", id); in GetBooleanById()
|
/base/global/resource_management/interfaces/js/innerkits/core/src/ |
H A D | resource_manager_napi_sync_impl.cpp | 493 RState state = resMgr->GetBooleanById(resId, dataContext->bValue_); in ProcessBoolResource()
|