Searched refs:deSet (Results 1 – 3 of 3) sorted by relevance
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/ |
D | reminder_request_test.cpp | 391 bool deSet = true; variable 394 rrc->SetState(deSet, newState, function); 725 bool deSet = true; variable 728 rrc->SetState(deSet, newState, function); 744 bool deSet = true; variable 747 rrc->SetState(deSet, newState, function); 1104 bool deSet = true; variable 1111 reminderRequestChild->SetState(deSet, newState, function); 1132 bool deSet = true; variable 1139 reminderRequestChild->SetState(deSet, newState, function); [all …]
|
/base/notification/distributed_notification_service/interfaces/inner_api/ |
D | reminder_request.h | 762 void SetState(bool deSet, const uint8_t newState, std::string function);
|
/base/notification/distributed_notification_service/frameworks/ans/src/ |
D | reminder_request.cpp | 1525 void ReminderRequest::SetState(bool deSet, const uint8_t newState, std::string function) in SetState() argument 1528 if (deSet) { in SetState()
|