Home
last modified time | relevance | path

Searched refs:keyJson (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimodalinput/input/service/key_command/src/
H A Dkey_command_handler_util.cpp626 cJSON *keyJson = cJSON_GetArrayItem(excludeKeys, i); in ParseExcludeKeys() local
627 if (!cJSON_IsObject(keyJson)) { in ParseExcludeKeys()
630 if (!ConvertToExcludeKey(keyJson, exKey)) { in ParseExcludeKeys()
/ohos5.0/foundation/multimedia/player_framework/services/services/screen_capture/server/
H A Dscreen_capture_server.cpp256 const Json::Value keyJson = root[key]; in GetChoiceFromJson() local
257 if (!keyJson.isNull()) { in GetChoiceFromJson()
258 value = keyJson.asString(); in GetChoiceFromJson()