Home
last modified time | relevance | path

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

/ohos5.0/base/global/resource_management/frameworks/resmgr/test/unittest/common/
H A Dresource_manager_test_string.cpp626 RState state = rm->GetStringFormatByName(outValue, name, 101);
641 RState state = rm->GetStringFormatByName(outValue, g_nonExistName, 101);
714 RState state = rm->GetStringFormatByName(name, outValue, jsParams);
731 RState state = rm->GetStringFormatByName(name, outValue, jsParams);
821 RState state = rm->GetStringFormatByName(name, outValue, jsParams);
838 RState state = rm->GetStringFormatByName(name, outValue, jsParams);
855 RState state = rm->GetStringFormatByName(name, outValue, jsParams);
872 RState state = rm->GetStringFormatByName(name, outValue, jsParams);
889 RState state = rm->GetStringFormatByName(name, outValue, jsParams);
921 RState state = rm->GetStringFormatByName(name, outValue, jsParams);
[all …]
H A Dresource_manager_test_common.cpp373 RState state = rm->GetStringFormatByName(outValue, name, 101); // 101 means the format number in TestGetStringFormatByName()
422 RState state = rm->GetStringFormatByName(name, outValue, jsParams); in TestGetStringFormatByName()
434 RState state = rm->GetStringFormatByName(outValue, name, args); in TestGetStringFormatByNameWithVaArgs()
H A Dresource_manager_performance_test.cpp432 rm->GetStringFormatByName(outValue, name[i].c_str(), 123);
/ohos5.0/base/global/resource_management/interfaces/inner_api/include/
H A Dresource_manager.h90 virtual RState GetStringFormatByName(std::string &outValue, const char *name, ...) = 0;
186 virtual RState GetStringFormatByName(const char *name, std::string &outValue,
238 virtual RState GetStringFormatByName(std::string &outValue, const char *name, va_list args) = 0;
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/test/unittest/mock/include/
H A Dmock_resource_manager_impl.h101 virtual RState GetStringFormatByName(std::string &outValue, const char *name, ...);
499 virtual RState GetStringFormatByName(const char *name, std::string &outValue,
/ohos5.0/base/global/resource_management/frameworks/resmgr/include/
H A Dresource_manager_impl.h140 virtual RState GetStringFormatByName(std::string &outValue, const char *name, ...);
546 virtual RState GetStringFormatByName(const char *name, std::string &outValue,
732 virtual RState GetStringFormatByName(std::string &outValue, const char *name, va_list args);
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/test/unittest/mock/
H A Dmock_resource_manager.cpp72 RState ResourceManagerImpl::GetStringFormatByName(std::string &outValue, const char *name, ...) in GetStringFormatByName() function in OHOS::Global::Resource::ResourceManagerImpl
297 RState ResourceManagerImpl::GetStringFormatByName(const char *name, std::string &outValue, in GetStringFormatByName() function in OHOS::Global::Resource::ResourceManagerImpl
/ohos5.0/base/global/resource_management_lite/frameworks/resmgr_lite/include/
H A Dresource_manager.h43 virtual RState GetStringFormatByName(std::string &outValue, const char *name, ...) = 0;
H A Dresource_manager_impl.h85 virtual RState GetStringFormatByName(std::string &outValue, const char *name, ...);
/ohos5.0/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/
H A Dmock_resourceManager_interface1.h47 virtual RState GetStringFormatByName(std::string& outValue, const char* name, ...) = 0;
H A Dmock_resourceManager_interface1.cpp74 virtual RState GetStringFormatByName(std::string& outValue, const char* name, ...) in GetStringFormatByName() 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.h47 virtual RState GetStringFormatByName(std::string& outValue, const char* name, ...) = 0;
H A Dmock_resourceManager_interface1.cpp74 virtual RState GetStringFormatByName(std::string& outValue, const char* name, ...) in GetStringFormatByName() function in OHOS::Global::Resource::ResourceManagerTestInstance
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/
H A Dresource_manager_impl.cpp136 RState ResourceManagerImpl::GetStringFormatByName(std::string &outValue, const char *name, ...) in GetStringFormatByName() function in OHOS::Global::Resource::ResourceManagerImpl
169 RState ResourceManagerImpl::GetStringFormatByName(std::string &outValue, const char *name, va_list … in GetStringFormatByName() function in OHOS::Global::Resource::ResourceManagerImpl
1558 RState ResourceManagerImpl::GetStringFormatByName(const char *name, std::string &outValue, in GetStringFormatByName() function in OHOS::Global::Resource::ResourceManagerImpl
H A Dnative_resource_manager.cpp706 RState state = mgr->resManager->GetStringFormatByName(tempResultValue, resName, args); in OH_ResourceManager_GetStringByName()
/ohos5.0/base/global/resource_management_lite/frameworks/resmgr_lite/test/unittest/lite/common/
H A Dresource_manager_test.cpp519 RState state = rm->GetStringFormatByName(outValue, name, 101);
534 RState state = rm->GetStringFormatByName(outValue, g_nonExistName, 101);
H A Dresource_manager_performance_test.cpp425 rm->GetStringFormatByName(outValue, name[i].c_str(), 123);
/ohos5.0/base/global/resource_management_lite/frameworks/resmgr_lite/src/
H A Dresource_manager_impl.cpp98 RState ResourceManagerImpl::GetStringFormatByName(std::string &outValue, const char *name, ...) in GetStringFormatByName() function in OHOS::Global::Resource::ResourceManagerImpl
/ohos5.0/base/global/resource_management/interfaces/js/innerkits/core/src/
H A Dresource_manager_napi_sync_impl.cpp785 …RState state = dataContext->addon_->GetResMgr()->GetStringFormatByName(dataContext->resName_.c_str… in ProcessStrResourceByName()