Home
last modified time | relevance | path

Searched refs:GLOBAL_GetValueByName (Results 1 - 4 of 4) sorted by relevance

/base/global/resource_management_lite/interfaces/inner_api/include/
H A Dglobal.h37 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 Dglobal_test.cpp128 * @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 Dglobal.cpp159 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 Dglobal.c268 int32_t GLOBAL_GetValueByName(const char *name, const char *path, char **value) in GLOBAL_GetValueByName() function

Completed in 2 milliseconds