Home
last modified time | relevance | path

Searched refs:GetPluralStringByNameFormat (Results 1 – 19 of 19) sorted by relevance

/ohos5.0/base/global/resource_management_lite/frameworks/resmgr_lite/include/
H A Dresource_manager.h59 …virtual RState GetPluralStringByNameFormat(std::string &outValue, const char *name, int quantity, …
H A Dresource_manager_impl.h153 …virtual RState GetPluralStringByNameFormat(std::string &outValue, const char *name, int quantity, …
/ohos5.0/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/
H A Dmock_resourceManager_interface1.h65 …virtual RState GetPluralStringByNameFormat(std::string& outValue, const char* name, int quantity, …
H A Dmock_resourceManager_interface1.cpp138 …virtual RState GetPluralStringByNameFormat(std::string& outValue, const char* name, int quantity, … in GetPluralStringByNameFormat() 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.h65 …virtual RState GetPluralStringByNameFormat(std::string& outValue, const char* name, int quantity, …
H A Dmock_resourceManager_interface1.cpp138 …virtual RState GetPluralStringByNameFormat(std::string& outValue, const char* name, int quantity, … in GetPluralStringByNameFormat() function in OHOS::Global::Resource::ResourceManagerTestInstance
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/test/unittest/mock/include/
H A Dmock_resource_manager_impl.h169 …virtual RState GetPluralStringByNameFormat(std::string &outValue, const char *name, int quantity, …
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/test/unittest/mock/
H A Dmock_resource_manager.cpp112 RState ResourceManagerImpl::GetPluralStringByNameFormat(std::string &outValue, const char *name, in… in GetPluralStringByNameFormat() function in OHOS::Global::Resource::ResourceManagerImpl
/ohos5.0/base/global/resource_management/interfaces/inner_api/include/
H A Dresource_manager.h106 …virtual RState GetPluralStringByNameFormat(std::string &outValue, const char *name, int quantity, …
/ohos5.0/base/global/resource_management/interfaces/cj/src/
H A Dresource_manager_impl.cpp172 RState state = resMgr_->GetPluralStringByNameFormat(outValue, name, num, num); in GetPluralStringValue()
/ohos5.0/base/global/resource_management/frameworks/resmgr/test/unittest/common/
H A Dresource_manager_test_string.cpp1243 state = rm->GetPluralStringByNameFormat(outValue, g_nonExistName, 1, 1);
1258 RState state = rm->GetPluralStringByNameFormat(outValue, eatApple, 1, 1);
1274 RState state = rm->GetPluralStringByNameFormat(outValue, eatApple, quantity);
H A Dresource_manager_test_common.cpp158 ret = rm->GetPluralStringByNameFormat(outValue, name, quantity, quantity); in TestPluralStringByName()
H A Dresource_manager_performance_test.cpp679 rm->GetPluralStringByNameFormat(outValue, "eat_apple", quantity[i], quantity[i]);
/ohos5.0/base/global/resource_management/frameworks/resmgr/include/
H A Dresource_manager_impl.h208 …virtual RState GetPluralStringByNameFormat(std::string &outValue, const char *name, int quantity, …
/ohos5.0/base/global/resource_management_lite/frameworks/resmgr_lite/test/unittest/lite/common/
H A Dresource_manager_test.cpp140 ret = rm->GetPluralStringByNameFormat(outValue, name, quantity, quantity); in TestPluralStringByName()
949 state = rm->GetPluralStringByNameFormat(outValue, g_nonExistName, 1, 1);
H A Dresource_manager_performance_test.cpp672 rm->GetPluralStringByNameFormat(outValue, "eat_apple", quantity[i], quantity[i]);
/ohos5.0/base/global/resource_management_lite/frameworks/resmgr_lite/src/
H A Dresource_manager_impl.cpp209 RState ResourceManagerImpl::GetPluralStringByNameFormat(std::string &outValue, const char *name, in… in GetPluralStringByNameFormat() function in OHOS::Global::Resource::ResourceManagerImpl
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/
H A Dnative_resource_manager.cpp455 RState state = mgr->resManager->GetPluralStringByNameFormat(tempResultValue, resName, num, num); in OH_ResourceManager_GetPluralStringByName()
H A Dresource_manager_impl.cpp345 RState ResourceManagerImpl::GetPluralStringByNameFormat(std::string &outValue, const char *name, in… in GetPluralStringByNameFormat() function in OHOS::Global::Resource::ResourceManagerImpl