Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/continue/
H A Ddsched_continue_event.cpp102 const char *strNotRequiredKeys[] = {"SrcDeveloperId", "DstDeveloperId"}; in Unmarshal() local
104 int32_t strNotRequiredLength = sizeof(strNotRequiredKeys) / sizeof(strNotRequiredKeys[0]); in Unmarshal()
106 cJSON *item = cJSON_GetObjectItemCaseSensitive(rootValue, strNotRequiredKeys[i]); in Unmarshal()