Searched refs:DeserializeWantAgent (Results 1 - 4 of 4) sorted by relevance
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/ |
H A D | reminder_request_test.cpp | 1371 rrc->DeserializeWantAgent(wantAgentInfo, type); in HWTEST_F() 1387 rrc->DeserializeWantAgent(wantAgentInfo, type); in HWTEST_F() 1403 rrc->DeserializeWantAgent(wantAgentInfo, type); in HWTEST_F() 1419 rrc->DeserializeWantAgent(wantAgentInfo, type); in HWTEST_F() 1921 rrc->DeserializeWantAgent(jsonValue, 0); in HWTEST_F() 1925 rrc->DeserializeWantAgent(jsonValue, 1); in HWTEST_F() 1929 rrc->DeserializeWantAgent(jsonValue, 1); in HWTEST_F() 1933 rrc->DeserializeWantAgent(jsonValue, 1); in HWTEST_F() 1937 rrc->DeserializeWantAgent(jsonValue, 1); in HWTEST_F()
|
/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);
|
/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()
|
/base/notification/distributed_notification_service/frameworks/ans/src/ |
H A D | reminder_request.cpp | 614 void ReminderRequest::DeserializeWantAgent(const std::string &wantAgentInfo, const uint8_t type) in DeserializeWantAgent() function in OHOS::Notification::ReminderRequest
|
Completed in 9 milliseconds