Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dreminder_request_test.cpp1371 rrc->DeserializeWantAgent(wantAgentInfo, type);
1387 rrc->DeserializeWantAgent(wantAgentInfo, type);
1403 rrc->DeserializeWantAgent(wantAgentInfo, type);
1419 rrc->DeserializeWantAgent(wantAgentInfo, type);
1921 rrc->DeserializeWantAgent(jsonValue, 0);
1925 rrc->DeserializeWantAgent(jsonValue, 1);
1929 rrc->DeserializeWantAgent(jsonValue, 1);
1933 rrc->DeserializeWantAgent(jsonValue, 1);
1937 rrc->DeserializeWantAgent(jsonValue, 1);
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dreminder_store_strategy.cpp361 reminder->DeserializeWantAgent(wantAgent, 0); in RecoverFromDb()
365 reminder->DeserializeWantAgent(maxWantAgent, 1); in RecoverFromDb()
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dreminder_request.h931 void DeserializeWantAgent(const std::string& wantAgentInfo, const uint8_t type);
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dreminder_request.cpp616 void ReminderRequest::DeserializeWantAgent(const std::string &wantAgentInfo, const uint8_t type) in DeserializeWantAgent() function in OHOS::Notification::ReminderRequest