Home
last modified time | relevance | path

Searched refs:GetBooleanById (Results 1 - 18 of 18) sorted by relevance

/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);
/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.h69 int32_t GetBooleanById(uint32_t id, bool &outValue) override;
H A Dresource_manager_impl.cpp213 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 Dresource_manager_ffi.cpp407 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 Dresource_manager_test.cpp1023 * @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 Dresource_manager_performance_test.cpp740 * @tc.desc: Test GetBooleanById
757 rm->GetBooleanById(id, outValue); in HWTEST_F()
/base/global/resource_management/frameworks/resmgr/test/unittest/common/
H A Dresource_manager_test_common.cpp515 RState state = rm->GetBooleanById(id, outValue); in TestGetBooleanById()
521 state = rm->GetBooleanById(id, outValue); in TestGetBooleanById()
H A Dresource_manager_performance_test.cpp747 * @tc.desc: Test GetBooleanById
764 rm->GetBooleanById(id, outValue); in HWTEST_F()
H A Dresource_manager_test.cpp563 * @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 Dresource_manager.h112 virtual RState GetBooleanById(uint32_t id, bool &outValue) = 0;
/base/global/resource_management/frameworks/resmgr/include/
H A Dresource_manager_impl.h234 virtual RState GetBooleanById(uint32_t id, bool &outValue);
/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
/base/global/resource_management/test/fuzztest/resmgr_fuzzer/
H A Dresmgr_fuzzer.cpp212 result = rm->GetBooleanById(testId, outValue); in GetBooleanByIdFuzzTest()
/base/global/resource_management/frameworks/resmgr/src/
H A Dnative_resource_manager.cpp595 RState state = mgr->resManager->GetBooleanById(resId, tempResultValue); in OH_ResourceManager_GetBool()
H A Dresource_manager_impl.cpp532 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 Dresource_manager_napi_sync_impl.cpp493 RState state = resMgr->GetBooleanById(resId, dataContext->bValue_); in ProcessBoolResource()

Completed in 25 milliseconds