Home
last modified time | relevance | path

Searched refs:whiteListJson (Results 1 - 2 of 2) sorted by relevance

/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dams_configuration_parameter.cpp361 const auto &whiteListJson = Object.at(AmsConfig::RESIDENT_WHITE_LIST); in LoadResidentWhiteListConfig() local
362 if (!whiteListJson.is_array()) { in LoadResidentWhiteListConfig()
366 auto size = whiteListJson.size(); in LoadResidentWhiteListConfig()
371 const auto &item = whiteListJson.at(i); in LoadResidentWhiteListConfig()
/foundation/multimodalinput/input/service/window_manager/src/
H A Dinput_windows_manager.cpp4382 cJSON *whiteListJson = cJSON_GetArrayItem(whiteList, i); in UpdateDisplayInfo() local
4383 if (!cJSON_IsObject(whiteListJson)) { in UpdateDisplayInfo()
4384 MMI_HILOGE("whiteListJson is not object"); in UpdateDisplayInfo()
4388 cJSON *keyCodeJson = cJSON_GetObjectItemCaseSensitive(whiteListJson, "keyCode"); in UpdateDisplayInfo()
4394 cJSON *pressedKeyJson = cJSON_GetObjectItemCaseSensitive(whiteListJson, "pressedKey"); in UpdateDisplayInfo()

Completed in 8 milliseconds