Home
last modified time | relevance | path

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

/foundation/ability/dmsfwk/common/src/
H A Ddistributed_sched_utils.cpp112 cJSON *iAllowAppJson = cJSON_GetArrayItem(allowList, i); in UpdateAllowAppList() local
113 if (!cJSON_IsString(iAllowAppJson)) { in UpdateAllowAppList()
118 std::string iAllowAppStr = std::string(cJSON_GetStringValue(iAllowAppJson)); in UpdateAllowAppList()
/foundation/ability/dmsfwk/services/dtbschedmgr/src/mission/
H A Ddsched_sync_e2e.cpp157 cJSON *iAllowAppJson = cJSON_GetArrayItem(allowList, i); in UpdateWhiteList() local
158 if (!cJSON_IsString(iAllowAppJson)) { in UpdateWhiteList()
163 std::string iAllowAppStr = std::string(cJSON_GetStringValue(iAllowAppJson)); in UpdateWhiteList()

Completed in 3 milliseconds