/ohos5.0/base/global/resource_management/frameworks/resmgr/test/unittest/common/ |
H A D | resource_manager_test_string.cpp | 626 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 D | resource_manager_test_common.cpp | 373 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 D | resource_manager_performance_test.cpp | 432 rm->GetStringFormatByName(outValue, name[i].c_str(), 123);
|
/ohos5.0/base/global/resource_management/interfaces/inner_api/include/ |
H A D | resource_manager.h | 90 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 D | mock_resource_manager_impl.h | 101 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 D | resource_manager_impl.h | 140 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 D | mock_resource_manager.cpp | 72 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 D | resource_manager.h | 43 virtual RState GetStringFormatByName(std::string &outValue, const char *name, ...) = 0;
|
H A D | resource_manager_impl.h | 85 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 D | mock_resourceManager_interface1.h | 47 virtual RState GetStringFormatByName(std::string& outValue, const char* name, ...) = 0;
|
H A D | mock_resourceManager_interface1.cpp | 74 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 D | mock_resourceManager_interface1.h | 47 virtual RState GetStringFormatByName(std::string& outValue, const char* name, ...) = 0;
|
H A D | mock_resourceManager_interface1.cpp | 74 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 D | resource_manager_impl.cpp | 136 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 D | native_resource_manager.cpp | 706 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 D | resource_manager_test.cpp | 519 RState state = rm->GetStringFormatByName(outValue, name, 101); 534 RState state = rm->GetStringFormatByName(outValue, g_nonExistName, 101);
|
H A D | resource_manager_performance_test.cpp | 425 rm->GetStringFormatByName(outValue, name[i].c_str(), 123);
|
/ohos5.0/base/global/resource_management_lite/frameworks/resmgr_lite/src/ |
H A D | resource_manager_impl.cpp | 98 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 D | resource_manager_napi_sync_impl.cpp | 785 …RState state = dataContext->addon_->GetResMgr()->GetStringFormatByName(dataContext->resName_.c_str… in ProcessStrResourceByName()
|