Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/services/test/moduletest/
H A Dans_module_test.cpp42 if (subscriberCb_ != nullptr) { in OnConnected()
43 subscriberCb_(); in OnConnected()
86 std::function<void()> subscriberCb_ = nullptr; member in OHOS::Notification::TestAnsSubscriber
1794 subscriber->subscriberCb_ = []() { passed = true; }; in __anonfcca8a572202()