Home
last modified time | relevance | path

Searched refs:deSet (Results 1 – 3 of 3) sorted by relevance

/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
Dreminder_request_test.cpp391 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/
Dreminder_request.h762 void SetState(bool deSet, const uint8_t newState, std::string function);
/base/notification/distributed_notification_service/frameworks/ans/src/
Dreminder_request.cpp1525 void ReminderRequest::SetState(bool deSet, const uint8_t newState, std::string function) in SetState() argument
1528 if (deSet) { in SetState()