Searched refs:GLOBAL_GetValueByName (Results 1 - 4 of 4) sorted by relevance
/base/global/resource_management_lite/interfaces/inner_api/include/ |
H A D | global.h | 37 int32_t GLOBAL_GetValueByName(const char *name, const char *path, char **value);
|
/base/global/resource_management_lite/frameworks/resmgr_lite/test/unittest/lite/common/ |
H A D | global_test.cpp | 128 * @tc.desc: Test GLOBAL_GetValueByName function, file case. 135 int32_t ret = GLOBAL_GetValueByName("app_name", FormatFullPath(g_resFilePath).c_str(), &values); in HWTEST_F()
|
/base/global/resource_management_lite/frameworks/resmgr_lite/src/ |
H A D | global.cpp | 159 HILOG_ERROR("new ResConfigImpl failed when GLOBAL_GetValueByName"); in GLOBAL_GetValueById() 181 int32_t GLOBAL_GetValueByName(const char *name, const char *path, char **value) in GLOBAL_GetValueByName() function 186 HILOG_WARN("GLOBAL_GetValueByName language is null, use default"); in GLOBAL_GetValueByName() 192 HILOG_ERROR("new ResConfigImpl failed when GLOBAL_GetValueByName"); in GLOBAL_GetValueByName() 202 HILOG_ERROR("GLOBAL_GetValueByName AddResource error %s", path); in GLOBAL_GetValueByName()
|
H A D | global.c | 268 int32_t GLOBAL_GetValueByName(const char *name, const char *path, char **value)
in GLOBAL_GetValueByName() function
|
Completed in 2 milliseconds