Home
last modified time | relevance | path

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

/foundation/ability/dmsfwk/services/dtbschedmgr/src/continue/
H A Ddsched_continue_event.cpp228 std::string wantStr = ParcelToBase64Str(wantParcel); in Marshal() local
229 cJSON_AddStringToObject(rootValue, "Want", wantStr.c_str()); in Marshal()
415 cJSON *wantStr = cJSON_GetObjectItemCaseSensitive(rootValue, "Want"); in UnmarshalParcel() local
416 if (wantStr == nullptr || !cJSON_IsString(wantStr) || (wantStr->valuestring == nullptr)) { in UnmarshalParcel()
422 int32_t ret = Base64StrToParcel(wantStr->valuestring, wantParcel); in UnmarshalParcel()

Completed in 2 milliseconds