Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/frameworks/js/napi/include/manager/
Dnapi_push.h31 static napi_value RegisterPushCallback(napi_env env, napi_callback_info info);
/base/notification/distributed_notification_service/frameworks/js/napi/src/manager/
Dnapi_push.cpp43 napi_value NapiPush::RegisterPushCallback(napi_env env, napi_callback_info info) in RegisterPushCallback() function in OHOS::NotificationNapi::NapiPush
111 … auto result = NotificationHelper::RegisterPushCallback(jsPushCallBack_->AsObject(), checkRequest); in OnRegisterPushCallback()
Dinit_module.cpp57 …AbilityRuntime::BindNativeFunction(env, exports, "on", moduleName, NapiPush::RegisterPushCallback); in NapiPushInit()
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_branch_test/
Dans_notification_branch_test.cpp524 ErrCode RegisterPushCallback(const sptr<IRemoteObject> &pushCallback, in RegisterPushCallback() function in OHOS::Notification::MockAnsManagerInterface
691 ErrCode ret = ansNotification->RegisterPushCallback(pushCallback, checkRequest);
708 ansNotification->RegisterPushCallback(pushCallback, checkRequest);
/base/notification/distributed_notification_service/frameworks/ans/src/
Dnotification_helper.cpp533 ErrCode NotificationHelper::RegisterPushCallback(const sptr<IRemoteObject> &pushCallback, in RegisterPushCallback() function in OHOS::Notification::NotificationHelper
536 return DelayedSingleton<AnsNotification>::GetInstance()->RegisterPushCallback(pushCallback, in RegisterPushCallback()
/base/notification/distributed_notification_service/interfaces/inner_api/
Dnotification_helper.h1018 static ErrCode RegisterPushCallback(
/base/notification/distributed_notification_service/frameworks/core/include/
Dans_notification.h1101 ErrCode RegisterPushCallback(
Dans_manager_interface.h874 virtual ErrCode RegisterPushCallback(
Dans_manager_proxy.h862 ErrCode RegisterPushCallback(const sptr<IRemoteObject> &pushCallback,
Dans_manager_stub.h863 ErrCode RegisterPushCallback(const sptr<IRemoteObject>& pushCallback,
/base/notification/distributed_notification_service/frameworks/core/src/
Dans_manager_stub_invalid.cpp604 ErrCode AnsManagerStub::RegisterPushCallback( in RegisterPushCallback() function in OHOS::Notification::AnsManagerStub
Dans_notification.cpp1844 ErrCode AnsNotification::RegisterPushCallback( in RegisterPushCallback() function in OHOS::Notification::AnsNotification
1853 return proxy->RegisterPushCallback(pushCallback, notificationCheckRequest); in RegisterPushCallback()
Dans_manager_proxy.cpp2069 ErrCode AnsManagerProxy::RegisterPushCallback( in RegisterPushCallback() function in OHOS::Notification::AnsManagerProxy
Dans_manager_stub.cpp2431 ErrCode result = RegisterPushCallback(pushCallBack, notificationCheckRequest); in HandleRegisterPushCallback()
/base/notification/distributed_notification_service/services/ans/test/unittest/
Dadvanced_notification_service_test.cpp2286 … ASSERT_EQ(advancedNotificationService_->RegisterPushCallback(pushCallback, checkRequest), ERR_OK);
2307 ASSERT_EQ(advancedNotificationService_->RegisterPushCallback(pushCallback, checkRequest),
2335 …ASSERT_EQ(advancedNotificationService_->RegisterPushCallback(pushCallback, checkRequest), (int)ERR…
3480 auto ret = advancedNotificationService_->RegisterPushCallback(pushCallback, request);
3484 ret = advancedNotificationService_->RegisterPushCallback(pushCallback, request);
3490 ret = advancedNotificationService_->RegisterPushCallback(pushCallback, request);
Dadvanced_notification_publish_service_test.cpp109 … ASSERT_EQ(advancedNotificationService_->RegisterPushCallback(pushCallback, checkRequest), ERR_OK); in RegisterPushCheck()
/base/notification/distributed_notification_service/services/ans/include/
Dadvanced_notification_service.h997 ErrCode RegisterPushCallback(const sptr<IRemoteObject>& pushCallback,
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_test/
Dans_notification_unit_test.cpp402 ErrCode ret1 = ans_->RegisterPushCallback(callback->AsObject(), checkRequest);
/base/notification/distributed_notification_service/services/ans/src/
Dadvanced_notification_service.cpp1878 ErrCode AdvancedNotificationService::RegisterPushCallback( in RegisterPushCallback() function in OHOS::Notification::AdvancedNotificationService