Searched refs:DeserializeWantAgent (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/ |
H A D | reminder_request_test.cpp | 1371 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 D | reminder_store_strategy.cpp | 361 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 D | reminder_request.h | 931 void DeserializeWantAgent(const std::string& wantAgentInfo, const uint8_t type);
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/ |
H A D | reminder_request.cpp | 616 void ReminderRequest::DeserializeWantAgent(const std::string &wantAgentInfo, const uint8_t type) in DeserializeWantAgent() function in OHOS::Notification::ReminderRequest
|