Home
last modified time | relevance | path

Searched defs:callbackData (Results 1 – 25 of 41) sorted by relevance

12

/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/mock/include/
H A Dmock_ans_subscriber.h53 …void OnEnabledNotificationChanged(const sptr<EnabledNotificationCallbackData> &callbackData) overr… in OnEnabledNotificationChanged()
57 … void OnBadgeEnabledChanged(const sptr<EnabledNotificationCallbackData> &callbackData) override {}; in OnBadgeEnabledChanged()
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/
H A Dans_subscriber_stub.cpp278 …sptr<EnabledNotificationCallbackData> callbackData = data.ReadParcelable<EnabledNotificationCallba… in HandleOnEnabledNotificationChanged() local
289 sptr<BadgeNumberCallbackData> callbackData = data.ReadParcelable<BadgeNumberCallbackData>(); in HandleOnBadgeChanged() local
300 …sptr<EnabledNotificationCallbackData> callbackData = data.ReadParcelable<EnabledNotificationCallba… in HandleOnBadgeEnabledChanged() local
333 …AnsSubscriberStub::OnEnabledNotificationChanged(const sptr<EnabledNotificationCallbackData> &callb… in OnEnabledNotificationChanged()
337 void AnsSubscriberStub::OnBadgeEnabledChanged(const sptr<EnabledNotificationCallbackData> &callback… in OnBadgeEnabledChanged()
H A Dans_subscriber_listener.cpp161 const sptr<EnabledNotificationCallbackData> &callbackData) in OnEnabledNotificationChanged()
184 const sptr<EnabledNotificationCallbackData> &callbackData) in OnBadgeEnabledChanged()
H A Dans_subscriber_proxy.cpp331 …nsSubscriberProxy::OnEnabledNotificationChanged(const sptr<EnabledNotificationCallbackData> &callb… in OnEnabledNotificationChanged()
375 void AnsSubscriberProxy::OnBadgeEnabledChanged(const sptr<EnabledNotificationCallbackData> &callbac… in OnBadgeEnabledChanged()
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/navpushpathhelper/src/
H A Dhsp_silentinstall_napi.cpp78 auto callbackData = new CallbackData(); in SilentInstall() local
129 CallbackData *callbackData = reinterpret_cast<CallbackData *>(work->data); in SendSuccessBackWork() local
175 CallbackData *callbackData = reinterpret_cast<CallbackData *>(work->data); in SendFailBackWork() local
218 napi_value HspSilentInstallNapi::CreateResultMessage(CallbackData *callbackData) in CreateResultMessage()
/ohos5.0/drivers/peripheral/camera/test/hdi/v1_3/src/
H A Dcamera_professional_uttest_v1_3.cpp199 common_metadata_header_t* callbackData = cameraTest->deviceCallback->resultMeta->get(); variable
498 common_metadata_header_t* callbackData = cameraTest->deviceCallback->resultMeta->get(); variable
544 common_metadata_header_t* callbackData = cameraTest->deviceCallback->resultMeta->get(); variable
593 common_metadata_header_t* callbackData = cameraTest->deviceCallback->resultMeta->get(); variable
857 common_metadata_header_t* callbackData = cameraTest->deviceCallback->resultMeta->get(); variable
947 common_metadata_header_t* callbackData = cameraTest->deviceCallback->resultMeta->get(); variable
1102 common_metadata_header_t* callbackData = cameraTest->deviceCallback->resultMeta->get(); variable
1147 common_metadata_header_t* callbackData = cameraTest->deviceCallback->resultMeta->get(); variable
1200 common_metadata_header_t* callbackData = cameraTest->deviceCallback->resultMeta->get(); variable
/ohos5.0/foundation/arkui/napi/test/unittest/
H A Dtest_napi_threadsafe.cpp607 CallbackData *callbackData = new CallbackData(); in CallThreadSafeWithSamePriorityTest() local
619 CallbackData* callbackData = (CallbackData*)data; in CallThreadSafeWithSamePriorityTest() local
642 CallbackData* callbackData = (CallbackData*)data; in CallThreadSafeWithSamePriorityTest() local
657 CallbackData *callbackData = new CallbackData(); in CallThreadSafeWithDiffPriorityTest() local
668 CallbackData* callbackData = (CallbackData*)data; in CallThreadSafeWithDiffPriorityTest() local
682 CallbackData* callbackData = (CallbackData*)data; in CallThreadSafeWithDiffPriorityTest() local
697 CallbackData *callbackData = new CallbackData(); in CallThreadSafeWithDiffPriorityMultipleThreadTest() local
1104 CallbackData *callbackData = new CallbackData(); variable
1475 CallbackCountData *callbackData = reinterpret_cast<CallbackCountData *>(data); in callJSCallBack() local
1493 CallbackCountData *callbackData = reinterpret_cast<CallbackCountData *>(data); in executeWork() local
[all …]
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/continuous_task/src/
H A Dtask_notification_subscriber.cpp103 const std::shared_ptr<Notification::EnabledNotificationCallbackData> &callbackData) {} in OnEnabledNotificationChanged()
109 const sptr<Notification::EnabledNotificationCallbackData> &callbackData) {} in OnBadgeEnabledChanged()
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_subscriber_proxy_test/
H A Dans_subscriber_proxy_unit_test.cpp537 …sptr<EnabledNotificationCallbackData> callbackData = new (std::nothrow) EnabledNotificationCallbac… variable
557 …sptr<EnabledNotificationCallbackData> callbackData = new (std::nothrow) EnabledNotificationCallbac… variable
686 …sptr<EnabledNotificationCallbackData> callbackData = new (std::nothrow) EnabledNotificationCallbac… variable
703 sptr<EnabledNotificationCallbackData> callbackData = nullptr; variable
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/anssubscriberstub_fuzzer/
H A Danssubscriberstub_fuzzer.cpp68 …sptr<Notification::EnabledNotificationCallbackData> callbackData = new Notification::EnabledNotifi… in DoSomethingInterestingWithMyAPI() local
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/anssubscriberproxy_fuzzer/
H A Danssubscriberproxy_fuzzer.cpp57 …sptr<Notification::EnabledNotificationCallbackData> callbackData = new Notification::EnabledNotifi… in DoSomethingInterestingWithMyAPI() local
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_subscriber.cpp242 const sptr<EnabledNotificationCallbackData> &callbackData) in OnEnabledNotificationChanged()
261 const sptr<EnabledNotificationCallbackData> &callbackData) in OnBadgeEnabledChanged()
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dcamera_component.cpp76 CallbackData *callbackData = new CallbackData(); in OnFrameFinished() local
104 CallbackData *callbackData = new CallbackData(); in OnFrameError() local
121 CallbackData *callbackData = static_cast<CallbackData *>(data); in ExecuteJsCallback() local
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dnotification_subscriber_manager.cpp256 const sptr<EnabledNotificationCallbackData> &callbackData) in NotifyEnabledNotificationChanged()
269 …ionSubscriberManager::NotifyBadgeEnabledChanged(const sptr<EnabledNotificationCallbackData> &callb… in NotifyBadgeEnabledChanged()
630 const sptr<EnabledNotificationCallbackData> &callbackData) in NotifyBadgeEnabledChangedInner()
648 const sptr<EnabledNotificationCallbackData> &callbackData) in NotifyEnabledNotificationChangedInner()
H A Dreminder_event_manager.cpp349 const std::shared_ptr<EnabledNotificationCallbackData> &callbackData) {} in OnEnabledNotificationChanged()
355 const sptr<EnabledNotificationCallbackData> &callbackData) {} in OnBadgeEnabledChanged()
/ohos5.0/foundation/ai/intelligent_voice_framework/frameworks/js/napi/
H A Dservice_change_callback_napi.cpp69 …ServiceChangeCallbackData *callbackData = reinterpret_cast<ServiceChangeCallbackData *>(work->data… in OnJsCallbackServiceChange() local
H A Dengine_event_callback_napi.cpp118 std::shared_ptr<EngineEventCallbackData> callbackData( in OnJsCallbackEngineEvent() local
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dnotification_subscriber_manager_test.cpp48 const std::shared_ptr<EnabledNotificationCallbackData> &callbackData) override in OnEnabledNotificationChanged()
62 … void OnBadgeEnabledChanged(const sptr<EnabledNotificationCallbackData> &callbackData) override in OnBadgeEnabledChanged()
H A Dadvanced_notification_utils_test.cpp112 const std::shared_ptr<EnabledNotificationCallbackData> &callbackData) override in OnEnabledNotificationChanged()
119 void OnBadgeEnabledChanged(const sptr<EnabledNotificationCallbackData> &callbackData) override in OnBadgeEnabledChanged()
H A Dadvanced_notification_service_branch_test.cpp121 const std::shared_ptr<EnabledNotificationCallbackData> &callbackData) override in OnEnabledNotificationChanged()
128 void OnBadgeEnabledChanged(const sptr<EnabledNotificationCallbackData> &callbackData) override in OnBadgeEnabledChanged()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/
H A Drs_uni_render_util_test.cpp1243 UIExtensionCallbackData callbackData; variable
1267 UIExtensionCallbackData callbackData; variable
1294 UIExtensionCallbackData callbackData; variable
1316 UIExtensionCallbackData callbackData; variable
1340 UIExtensionCallbackData callbackData; variable
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/ble/
H A Dnapi_bluetooth_ble_central_manager_callback.cpp215 auto callbackData = (AfterWorkCallbackData<NapiBluetoothBleCentralManagerCallback, in UvQueueWorkOnBleBatchScanResultsEvent() local
248 …auto callbackData = new (std::nothrow) AfterWorkCallbackData<NapiBluetoothBleCentralManagerCallbac… in OnBleBatchScanResultsEvent() local
/ohos5.0/base/notification/distributed_notification_service/test/bechmarktest/notification_services_test/
H A Dnotification_service_test.cpp75 const std::shared_ptr<EnabledNotificationCallbackData> &callbackData) override in OnEnabledNotificationChanged()
87 void OnBadgeEnabledChanged(const sptr<EnabledNotificationCallbackData> &callbackData) override in OnBadgeEnabledChanged()
/ohos5.0/foundation/communication/nfc/services/src/notification/
H A Dnfc_notification.cpp49 const std::shared_ptr<Notification::EnabledNotificationCallbackData> &callbackData) {} in OnEnabledNotificationChanged()
67 …void OnBadgeEnabledChanged(const sptr<Notification::EnabledNotificationCallbackData> &callbackData in OnBadgeEnabledChanged()
/ohos5.0/commonlibrary/ets_utils/js_concurrent_module/utils/test/
H A Dtest_locks.cpp166 CallbackData callbackData; in TEST_F() local
259 SharedMultiCallbackData callbackData(barrier); in TEST_F() local

12