Home
last modified time | relevance | path

Searched refs:enableStatus (Results 1 - 7 of 7) sorted by relevance

/drivers/peripheral/user_auth/hdi_service/database/src/
H A Dglobal_config_file_manager.c51 uint8_t enableStatus = configInfo->value.enableStatus ? 1 : 0; in StreamWriteGlobalConfig() local
52 if (StreamWrite(parcel, &enableStatus, sizeof(uint8_t)) != RESULT_SUCCESS) { in StreamWriteGlobalConfig()
53 LOG_ERROR("StreamWrite enableStatus failed"); in StreamWriteGlobalConfig()
174 uint8_t enableStatus = 0; in StreamReadGlobalConfig() local
175 if (StreamRead(parcel, index, &enableStatus, sizeof(uint8_t)) != RESULT_SUCCESS) { in StreamReadGlobalConfig()
176 LOG_ERROR("read enableStatus failed"); in StreamReadGlobalConfig()
179 configInfo->value.enableStatus = (enableStatus != 0) ? true : false; in StreamReadGlobalConfig()
H A Didm_database.c1249 g_globalConfigArray[infoIndex].value.enableStatus = param->value.enableStatus; in UpdateGlobalConfigArray()
1360 LOG_INFO("enableStatus:%{public}d authType:%{public}u", g_globalConfigArray[infoIndex].value.enableStatus, in GetEnableStatus()
1363 return g_globalConfigArray[infoIndex].value.enableStatus; in GetEnableStatus()
1367 return g_globalConfigArray[infoIndex].value.enableStatus; in GetEnableStatus()
1370 LOG_INFO("enableStatus is not set for userId:%{public}d", userId); in GetEnableStatus()
1371 return (!g_globalConfigArray[infoIndex].value.enableStatus); in GetEnableStatus()
/drivers/peripheral/user_auth/hdi_service/database/inc/
H A Didm_common.h77 bool enableStatus; member
/drivers/peripheral/user_auth/test/unittest/database/
H A Didm_file_manager_test.cpp173 globalConfigInfo.value.enableStatus = true; in HWTEST_F()
178 globalConfigInfo.value.enableStatus = false; in HWTEST_F()
H A Didm_database_test.cpp785 param.value.enableStatus = true; in HWTEST_F()
839 g_globalConfigArray[0].value.enableStatus = false; in HWTEST_F()
/drivers/peripheral/user_auth/hdi_service/service/
H A Duser_auth_interface_service.cpp1679 paramHal.value.enableStatus = param.value.enableStatus; in CopyGlobalConfigParam()
/drivers/peripheral/user_auth/test/unittest/service_test/src/
H A Duser_auth_interface_service_test.cpp1357 param.value.enableStatus = true; in HWTEST_F()

Completed in 11 milliseconds