Home
last modified time | relevance | path

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

/foundation/distributedhardware/distributed_hardware_fwk/utils/src/
H A Dhistreamer_ability_parser.cpp115 cJSON *inJson = nullptr; in FromJson() local
116 cJSON_ArrayForEach(inJson, insJson) { in FromJson()
118 FromJson(inJson, in); in FromJson()
201 cJSON *inJson = nullptr; in FromJson() local
202 cJSON_ArrayForEach(inJson, insJson) { in FromJson()
204 FromJson(inJson, in); in FromJson()
275 cJSON *inJson = nullptr; in FromJson() local
276 cJSON_ArrayForEach(inJson, videoEncoderInsJson) { in FromJson()
278 FromJson(inJson, in); in FromJson()
362 cJSON *inJson in FromJson() local
[all...]
/foundation/ability/dmsfwk/common/src/
H A Ddistributed_sched_utils.cpp94 cJSON *inJson = nullptr; in UpdateAllowAppList() local
98 inJson = cJSON_Parse(cfgJsonStr.c_str()); in UpdateAllowAppList()
99 if (inJson == nullptr) { in UpdateAllowAppList()
104 allowList = cJSON_GetObjectItem(inJson, ALLOW_APP_LIST_KEY.c_str()); in UpdateAllowAppList()
125 if (inJson != nullptr) { in UpdateAllowAppList()
126 cJSON_Delete(inJson); in UpdateAllowAppList()
127 inJson = nullptr; in UpdateAllowAppList()
/foundation/ability/dmsfwk/services/dtbschedmgr/src/mission/
H A Ddsched_sync_e2e.cpp139 cJSON *inJson = nullptr; in UpdateWhiteList() local
143 inJson = cJSON_Parse(cfgJsonStr.c_str()); in UpdateWhiteList()
144 if (inJson == nullptr) { in UpdateWhiteList()
149 allowList = cJSON_GetObjectItem(inJson, ALLOW_APP_LIST_KEY.c_str()); in UpdateWhiteList()
170 if (inJson != nullptr) { in UpdateWhiteList()
171 cJSON_Delete(inJson); in UpdateWhiteList()
172 inJson = nullptr; in UpdateWhiteList()
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_handler/histreamer_ability_querier/src/
H A Dhistreamer_ability_querier.cpp306 cJSON *inJson = nullptr; in FromJson() local
307 cJSON_ArrayForEach(inJson, audioEncoderInsJson) { in FromJson()
309 FromJson(inJson, in); in FromJson()
516 cJSON *inJson = nullptr; in FromJson() local
517 cJSON_ArrayForEach(inJson, audioDecoderInsJson) { in FromJson()
519 FromJson(inJson, in); in FromJson()
711 cJSON *inJson = nullptr; in FromJson() local
712 cJSON_ArrayForEach(inJson, videoEncoderInsJson) { in FromJson()
714 FromJson(inJson, in); in FromJson()
930 cJSON *inJson in FromJson() local
[all...]

Completed in 4 milliseconds