Home
last modified time | relevance | path

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

/ohos5.0/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()
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dreminder_request.h812 void SetWantAgentStr(const std::string& wantStr);
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dreminder_request.cpp987 void ReminderRequest::SetWantAgentStr(const std::string& wantStr) in SetWantAgentStr() argument
989 wantAgentStr_ = wantStr; in SetWantAgentStr()