Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dnotification_helper_test.cpp1300 std::function<void(bool, int)> swingCbFunc = variable
1302 EXPECT_TRUE(swingCbFunc);
1304 ErrCode ret = notificationHelper.RegisterSwingCallback(swingCbFunc);
/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() argument
586 return DelayedSingleton<AnsNotification>::GetInstance()->RegisterSwingCallback(swingCbFunc); in RegisterSwingCallback()
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_helper.h1111 static ErrCode RegisterSwingCallback(const std::function<void(bool, int)> swingCbFunc);
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/include/
H A Dans_notification.h1195 ErrCode RegisterSwingCallback(const std::function<void(bool, int)> swingCbFunc);
/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() argument
2038 swingCallBackStub_ = new(std::nothrow) SwingCallBackStub(swingCbFunc); in RegisterSwingCallback()
/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
1508 ErrCode res = ans_->RegisterSwingCallback(swingCbFunc);