Home
last modified time | relevance | path

Searched refs:GetIntegerByName (Results 1 - 9 of 9) sorted by relevance

/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/
H A Dmock_resourceManager_interface1.h78 virtual RState GetIntegerByName(const char* name, int& outValue) = 0;
H A Dmock_resourceManager_interface1.cpp180 virtual RState GetIntegerByName(const char* name, int& outValue) in GetIntegerByName() function in OHOS::Global::Resource::ResourceManagerTestInstance
/foundation/ability/ability_runtime/test/mock/frameworks_kits_appkit_native_test/include/
H A Dmock_resourceManager_interface1.h78 virtual RState GetIntegerByName(const char* name, int& outValue) = 0;
H A Dmock_resourceManager_interface1.cpp180 virtual RState GetIntegerByName(const char* name, int& outValue) in GetIntegerByName() function in OHOS::Global::Resource::ResourceManagerTestInstance
/foundation/resourceschedule/background_task_mgr/services/test/unittest/mock/include/
H A Dmock_resource_manager_impl.h217 virtual RState GetIntegerByName(const char *name, int &outValue);
/foundation/resourceschedule/background_task_mgr/services/test/unittest/mock/
H A Dmock_resource_manager.cpp142 RState ResourceManagerImpl::GetIntegerByName(const char *name, int32_t &outValue) in GetIntegerByName() function in OHOS::Global::Resource::ResourceManagerImpl
/foundation/arkui/ace_engine/adapter/preview/osal/
H A Dresource_adapter_impl_standard.cpp389 auto state = resourceManager_->GetIntegerByName(actualResName.c_str(), result); in GetIntByName()
/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dresource_adapter_impl.cpp395 auto state = manager->GetIntegerByName(actualResName.c_str(), result); in GetIntByName()
H A Dresource_adapter_impl_v2.cpp505 auto state = manager->GetIntegerByName(actualResName.c_str(), result); in GetIntByName()

Completed in 8 milliseconds