Home
last modified time | relevance | path

Searched defs:swingCbFunc (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_helper.cpp583 ErrCode NotificationHelper::RegisterSwingCallback(const std::function<void(bool, int)> swingCbFunc) in RegisterSwingCallback()
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dnotification_helper_test.cpp1300 std::function<void(bool, int)> swingCbFunc = variable
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_test/
H A Dans_notification_unit_test.cpp1506 std::function<void(bool, int)> swingCbFunc = variable
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/
H A Dans_notification.cpp2030 ErrCode AnsNotification::RegisterSwingCallback(const std::function<void(bool, int)> swingCbFunc) in RegisterSwingCallback()