Home
last modified time | relevance | path

Searched defs:wantStr (Results 1 – 2 of 2) 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
415 cJSON *wantStr = cJSON_GetObjectItemCaseSensitive(rootValue, "Want"); in UnmarshalParcel() local
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dreminder_request.cpp987 void ReminderRequest::SetWantAgentStr(const std::string& wantStr) in SetWantAgentStr()