Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dreminder_store_strategy.cpp59 std::string wantInfoStr; in AppendValuesBucket() local
61 reminder->SerializeWantAgent(wantInfoStr, maxWantInfoStr); in AppendValuesBucket()
62 values.PutString(ReminderBaseTable::WANT_AGENT, wantInfoStr); in AppendValuesBucket()
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dreminder_request.h925 void SerializeWantAgent(std::string& wantInfoStr, std::string& maxWantInfoStr);
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dreminder_request.cpp1774 void ReminderRequest::SerializeWantAgent(std::string& wantInfoStr, std::string& maxWantInfoStr) in SerializeWantAgent() argument
1792 wantInfoStr = wantInfo.dump(INDENT, ' ', false, nlohmann::json::error_handler_t::replace); in SerializeWantAgent()