Home
last modified time | relevance | path

Searched refs:LoadGlobalConfigInfo (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/drivers/peripheral/user_auth/hdi_service/database/inc/
H A Didm_file_manager.h32 ResultCode LoadGlobalConfigInfo(GlobalConfigParamHal *globalConfigInfo, uint32_t len, uint32_t *con…
/ohos5.0/drivers/peripheral/user_auth/test/unittest/database/
H A Didm_file_manager_test.cpp176 EXPECT_EQ(LoadGlobalConfigInfo(nullptr, len, nullptr), RESULT_BAD_PARAM);
180 EXPECT_EQ(LoadGlobalConfigInfo(param, len, &configInfoNum), RESULT_BAD_PARAM);
/ohos5.0/drivers/peripheral/user_auth/hdi_service/database/src/
H A Didm_file_manager.c623 ResultCode LoadGlobalConfigInfo(GlobalConfigParamHal *globalConfigInfo, uint32_t len, uint32_t *con… in LoadGlobalConfigInfo() function
H A Didm_database.c80 ret = LoadGlobalConfigInfo(g_globalConfigArray, MAX_GLOBAL_CONFIG_NUM, &g_globalConfigInfoNum); in InitUserInfoList()