Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/test/fuzztest/reminderrequest_fuzzer/
Dreminderrequest_fuzzer.cpp77 reminderRequest.RecoverWantAgent(stringData, *data); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
Dreminder_request_test.cpp1202 rrc->RecoverWantAgent(wantAgentInfo, type);
1392 rrc->RecoverWantAgent(wantAgentInfo, type);
1408 rrc->RecoverWantAgent(wantAgentInfo, type);
1424 rrc->RecoverWantAgent(wantAgentInfo, type);
/base/notification/distributed_notification_service/interfaces/inner_api/
Dreminder_request.h442 void RecoverWantAgent(const std::string &wantAgentInfo, const uint8_t &type);
/base/notification/distributed_notification_service/frameworks/ans/src/
Dreminder_request.cpp567 RecoverWantAgent(wantAgent, 0); in RecoverFromDb()
572 RecoverWantAgent(maxScreenWantAgent, 1); in RecoverFromDb()
635 void ReminderRequest::RecoverWantAgent(const std::string &wantAgentInfo, const uint8_t &type) in RecoverWantAgent() function in OHOS::Notification::ReminderRequest