Home
last modified time | relevance | path

Searched defs:eventParam (Results 1 – 25 of 46) sorted by relevance

12

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/evt/
H A Dhci_evt_le.c41 HciLeConnectionCompleteEventParam *eventParam = (HciLeConnectionCompleteEventParam *)param; in HciEventOnLeConnectionCompleteEvent() local
62 HciLeAdvertisingReportEventParam eventParam = { in HciEventOnLeAdvertisingReportEvent() local
149 HciLeLongTermKeyRequestEventParam *eventParam = (HciLeLongTermKeyRequestEventParam *)param; in HciEventOnLeLongTermKeyRequestEvent() local
165 HciLeRemoteConnectionParameterRequestEventParam *eventParam = in HciEventOnLeRemoteConnectionParameterRequestEvent() local
198 … HciLeGenerateDHKeyCompleteEventParam *eventParam = (HciLeGenerateDHKeyCompleteEventParam *)param; in HciEventOnLeGenerateDHKeyCompleteEvent() local
259 HciLeDirectedAdvertisingReportEventParam eventParam = { in HciEventOnLeDirectedAdvertisingReportCompleteEvent() local
296 HciLePhyUpdateCompleteEventParam *eventParam = (HciLePhyUpdateCompleteEventParam *)param; in HciEventOnLePHYUpdateCompleteEvent() local
373 HciLeExtendedAdvertisingReportEventParam eventParam = { in HciEventOnLeExtendedAdvertisingReportEvent() local
458 HciLeScanRequestReceivedEventParam *eventParam = (HciLeScanRequestReceivedEventParam *)param; in HciEventOnLeScanRequestReceivedEvent() local
474 HciLeDataLengthChangeEventParam *eventParam = (HciLeDataLengthChangeEventParam *)param; in HciEventOnLEDataLengthChangeEvent() local
[all …]
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/smp/
H A Dsmp_hci_event.c400 void SMP_OnLEEncryptionChange(const HciEncryptionChangeEventParam *eventParam) in SMP_OnLEEncryptionChange()
419 HciEncryptionChangeEventParam *eventParam = (HciEncryptionChangeEventParam *)context; in SMP_OnLeEncChangeTask() local
426 void SMP_OnLEEncryptionKeyRefreshComplete(const HciEncryptionKeyRefreshCompleteEventParam *eventPar… in SMP_OnLEEncryptionKeyRefreshComplete()
459 void SMP_OnLELongTermKeyRequest(const HciLeLongTermKeyRequestEventParam *eventParam) in SMP_OnLELongTermKeyRequest()
480 HciLeLongTermKeyRequestEventParam *eventParam = (HciLeLongTermKeyRequestEventParam *)context; in SMP_OnLeLongTermKeyReqTask() local
595 HciLeReadLocalP256PublicKeyCompleteEventParam *eventParam = in SMP_OnLeReadLocalP256PubKeyCompTask() local
651 void SMP_OnLEGenerateDHKeyComplete(const HciLeGenerateDHKeyCompleteEventParam *eventParam) in SMP_OnLEGenerateDHKeyComplete()
672 …HciLeGenerateDHKeyCompleteEventParam *eventParam = (HciLeGenerateDHKeyCompleteEventParam *)context; in SMP_OnLeGenDhKeyCompTask() local
723 …atic void SMP_OnGenDHKeyCompScJwOrNumMasterStep3(const HciLeGenerateDHKeyCompleteEventParam *event… in SMP_OnGenDHKeyCompScJwOrNumMasterStep3()
731 …atic void SMP_OnGenDHKeyCompScJwOrNumMasterStep4(const HciLeGenerateDHKeyCompleteEventParam *event… in SMP_OnGenDHKeyCompScJwOrNumMasterStep4()
[all …]
H A Dsmp_sc_accepter.c58 const HciLeReadLocalP256PublicKeyCompleteEventParam *eventParam = in SMP_ScPairJustworkOrNumericSlaveStep2() local
84 …const HciLeGenerateDHKeyCompleteEventParam *eventParam = (HciLeGenerateDHKeyCompleteEventParam *)p… in SMP_ScPairJustworkOrNumericSlaveStep3() local
389 const HciLeReadLocalP256PublicKeyCompleteEventParam *eventParam = in SMP_ScPairPasskeyEntrySlaveStep2() local
417 …const HciLeGenerateDHKeyCompleteEventParam *eventParam = (HciLeGenerateDHKeyCompleteEventParam *)p… in SMP_ScPairPasskeyEntrySlaveStep3() local
738 const HciLeReadLocalP256PublicKeyCompleteEventParam *eventParam = in SMP_ScPairOobSlaveStep1() local
792 …const HciLeGenerateDHKeyCompleteEventParam *eventParam = (HciLeGenerateDHKeyCompleteEventParam *)p… in SMP_ScPairOobSlaveStep9() local
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap_hci_receive.c286 static void GapRecvInquiryComplete(const HciInquiryCompleteEventParam *eventParam) in GapRecvInquiryComplete()
301 static void GapRecvInquiryResult(const HciInquiryResultEventParam *eventParam) in GapRecvInquiryResult()
341 static void GapRecvEncryptionChangeEvent(const HciEncryptionChangeEventParam *eventParam) in GapRecvEncryptionChangeEvent()
353 static void GapRecvPINCodeRequestEvent(const HciPinCodeRequestEventParam *eventParam) in GapRecvPINCodeRequestEvent()
362 static void GapRecvLinkKeyRequestEvent(const HciLinkKeyRequestEventParam *eventParam) in GapRecvLinkKeyRequestEvent()
387 static void GapRecvInquiryResultRssi(const HciInquiryResultWithRssiEventParam *eventParam) in GapRecvInquiryResultRssi()
409 static void GapRecvEntendedInquiryResult(const HciExtendedInquiryResultEventParam *eventParam) in GapRecvEntendedInquiryResult()
459 static void GapRecvUserPasskeyRequestEvent(const HciUserPasskeyRequestEventParam *eventParam) in GapRecvUserPasskeyRequestEvent()
477 static void GapRecvSimplePairingComplete(const HciSimplePairingCompleteEventParam *eventParam) in GapRecvSimplePairingComplete()
499 const HciAuthenticatedPayloadTimeoutExpiredEventParam *eventParam) in GapRecvAuthenticatedPayloadTimeoutExpiredEvent()
[all …]
H A Dgap_br_discover.c98 NO_SANITIZE("cfi") void GapOnInquiryComplete(const HciInquiryCompleteEventParam *eventParam) in GapOnInquiryComplete()
112 void GapOnInquiryResult(const HciInquiryResultEventParam *eventParam) in GapOnInquiryResult()
132 NO_SANITIZE("cfi") void GapOnInquiryResultRssi(const HciInquiryResultWithRssiEventParam *eventParam) in GapOnInquiryResultRssi()
154 …O_SANITIZE("cfi") void GapOnEntendedInquiryResult(const HciExtendedInquiryResultEventParam *eventP… in GapOnEntendedInquiryResult()
253 …SANITIZE("cfi") void GapOnGetRemoteNameComplete(const HciRemoteNameRequestCompleteEventParam *even… in GapOnGetRemoteNameComplete()
H A Dgap_br_sec.c856 …_SANITIZE("cfi") void GapOnAuthenticationComplete(const HciAuthenticationCompleteEventParam *event… in GapOnAuthenticationComplete()
955 …SANITIZE("cfi") void GapOnIOCapabilityRequestEvent(const HciIoCapabilityRequestEventParam *eventPa… in GapOnIOCapabilityRequestEvent()
1247 void GapOnUserPasskeyNotificationEvent(const HciUserPasskeyNotificationEventParam *eventParam) in GapOnUserPasskeyNotificationEvent()
1261 void GapOnUserPasskeyRequestEvent(const HciUserPasskeyRequestEventParam *eventParam) in GapOnUserPasskeyRequestEvent()
1333 void GapOnRemoteOOBDataRequestEvent(const HciRemoteOobDataRequestEventParam *eventParam) in GapOnRemoteOOBDataRequestEvent()
1420 void GapOnPINCodeRequestEvent(const HciPinCodeRequestEventParam *eventParam) in GapOnPINCodeRequestEvent()
1536 …SANITIZE("cfi") void GapOnLinkKeyNotificationEvent(const HciLinkKeyNotificationEventParam *eventPa… in GapOnLinkKeyNotificationEvent()
1556 NO_SANITIZE("cfi") void GapOnLinkKeyRequestEvent(const HciLinkKeyRequestEventParam *eventParam) in GapOnLinkKeyRequestEvent()
1637 …O_SANITIZE("cfi") void GapOnSimplePairingComplete(const HciSimplePairingCompleteEventParam *eventP… in GapOnSimplePairingComplete()
1650 NO_SANITIZE("cfi") void GapOnEncryptionChangeEvent(const HciEncryptionChangeEventParam *eventParam) in GapOnEncryptionChangeEvent()
[all …]
H A Dgap_le_conn.c45 …apOnAuthenticatedPayloadTimeoutExpiredEvent(const HciAuthenticatedPayloadTimeoutExpiredEventParam … in GapOnAuthenticatedPayloadTimeoutExpiredEvent()
90 void GapOnLeConnectionUpdateCompleteEvent(const HciLeConnectionUpdateCompleteEventParam *eventParam) in GapOnLeConnectionUpdateCompleteEvent()
197 …apOnLeRemoteConnectionParameterRequestEvent(const HciLeRemoteConnectionParameterRequestEventParam … in GapOnLeRemoteConnectionParameterRequestEvent()
/ohos5.0/foundation/distributedhardware/distributed_audio/services/audiomanager/managersource/src/
H A Ddaudio_source_dev.cpp1522 std::string eventParam; in OpenDSpeakerCallback() local
1538 std::string eventParam; in CloseDSpeakerCallback() local
1554 std::string eventParam; in OpenDMicCallback() local
1570 std::string eventParam; in CloseDMicCallback() local
1586 std::string eventParam; in DMicClosedCallback() local
1602 std::string eventParam; in SetVolumeCallback() local
1618 std::string eventParam; in ChangeVolumeCallback() local
1634 std::string eventParam; in ChangeFocusCallback() local
1650 std::string eventParam; in ChangeRenderStateCallback() local
1666 std::string eventParam; in PlayStatusChangeCallback() local
[all …]
H A Ddaudio_source_manager.cpp179 auto eventParam = std::make_shared<std::string>(jsonString); in EnableDAudio() local
243 auto eventParam = std::make_shared<std::string>(jsonString); in DisableDAudio() local
604 std::string eventParam; in EnableDAudioCallback() local
615 std::string eventParam; in DisableDAudioCallback() local
625 std::string &eventParam) in GetEventParam()
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcameramgr/
H A Ddcamera_source_dev.cpp110 std::shared_ptr<DCameraSourceEvent> eventParam = std::make_shared<DCameraSourceEvent>(event); in RegisterDistributedHardware() local
128 std::shared_ptr<DCameraSourceEvent> eventParam = std::make_shared<DCameraSourceEvent>(event); in UnRegisterDistributedHardware() local
149 std::shared_ptr<DCameraSourceEvent> eventParam = std::make_shared<DCameraSourceEvent>(event); in DCameraNotify() local
162 std::shared_ptr<DCameraSourceEvent> eventParam = std::make_shared<DCameraSourceEvent>(event); in OpenSession() local
175 std::shared_ptr<DCameraSourceEvent> eventParam = std::make_shared<DCameraSourceEvent>(event); in CloseSession() local
188 std::shared_ptr<DCameraSourceEvent> eventParam = std::make_shared<DCameraSourceEvent>(event); in ConfigCameraStreams() local
201 std::shared_ptr<DCameraSourceEvent> eventParam = std::make_shared<DCameraSourceEvent>(event); in ReleaseCameraStreams() local
214 std::shared_ptr<DCameraSourceEvent> eventParam = std::make_shared<DCameraSourceEvent>(event); in StartCameraCapture() local
227 std::shared_ptr<DCameraSourceEvent> eventParam = std::make_shared<DCameraSourceEvent>(event); in StopCameraCapture() local
240 std::shared_ptr<DCameraSourceEvent> eventParam = std::make_shared<DCameraSourceEvent>(event); in UpdateCameraSettings() local
[all …]
/ohos5.0/foundation/distributedhardware/distributed_audio/services/audiomanager/managersink/src/
H A Ddaudio_sink_dev.cpp703 std::string eventParam; in NotifyCtrlOpened() local
727 std::string eventParam; in NotifyOpenSpeaker() local
745 std::string eventParam; in NotifyCloseSpeaker() local
759 std::string eventParam; in NotifySpeakerOpened() local
774 std::string eventParam; in NotifySpeakerClosed() local
787 std::string eventParam; in NotifyOpenMic() local
812 std::string eventParam; in NotifyCloseMic() local
831 std::string eventParam; in NotifyMicClosed() local
844 std::string eventParam; in NotifySetVolume() local
857 std::string eventParam; in NotifyVolumeChange() local
[all …]
/ohos5.0/base/tee/tee_client/services/cadaemon/src/tui_daemon/
H A Dtee_tui_daemon.cpp65 static int32_t GetEvent(char *eventParam, int *paramLen) in GetEvent()
95 static void HandleEvent(const char *eventParam, int32_t paramLen) in HandleEvent()
146 char eventParam[EVENT_PARAMS_LEN]; in TuiThreadLoop() local
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/cmd/
H A Dhci_cmd_failure_link_ctrl.c32 HciInquiryCompleteEventParam eventParam = { in HciCmdOnInquiryFailed() local
106 HciDisconnectCompleteEventParam eventParam = { in HciCmdOnDisconnectFailed() local
227 HciAuthenticationCompleteEventParam eventParam = { in HciCmdOnAuthenticationRequestedFailed() local
242 HciEncryptionChangeEventParam eventParam = { in HciCmdOnSetConnectionEncryptionFailed() local
257 HciRemoteNameRequestCompleteEventParam eventParam = { in HciCmdOnRemoteNameRequestFailed() local
287 HciReadRemoteSupportedFeaturesCompleteEventParam eventParam = { in HciCmdOnReadRemoteSupportedFeaturesFailed() local
302 HciReadRemoteExtendedFeaturesCompleteEventParam eventParam = { in HciCmdOnReadRemoteExtendedFeaturesFailed() local
351 HciSynchronousConnectionCompleteEventParam eventParam = { in HciCmdOnSetupSynchronousConnectionFailed() local
382 HciSynchronousConnectionCompleteEventParam eventParam = { in HciCmdOnRejectSynchronousConnectionRequestFailed() local
534 HciSynchronousConnectionCompleteEventParam eventParam = { in HciCmdOnEnhancedSetupSynchronousConnectionFailed() local
[all …]
H A Dhci_cmd_failure_link_policy.c29 HciModeChangeEventParam eventParam = { in HciCmdOnSniffModeFailed() local
44 HciModeChangeEventParam eventParam = { in HciCmdOnExitSnifModeFailed() local
/ohos5.0/base/notification/eventhandler/frameworks/eventhandler/test/unittest/
H A Dlib_event_handler_event_test.cpp106 int64_t eventParam = 0; variable
126 int64_t eventParam = 0; variable
150 int64_t eventParam = 0; variable
176 int64_t eventParam = 0; variable
201 int64_t eventParam = 0; variable
242 int64_t eventParam = 0; variable
324 int64_t eventParam = 0; variable
461 int64_t eventParam = 0; variable
H A Dlib_event_handler_inner_event_test.cpp51 int64_t eventParam = 0; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
H A Djs_frontend.cpp24 void TouchInfoToString(const BaseEventInfo& info, std::string& eventParam) in TouchInfoToString()
81 void DragStartInfoToString(const BaseEventInfo& info, std::string& eventParam) in DragStartInfoToString()
109 void DragEnterInfoToString(const BaseEventInfo& info, std::string& eventParam) in DragEnterInfoToString()
123 void DragOverInfoToString(const BaseEventInfo& info, std::string& eventParam) in DragOverInfoToString()
151 void DragDropInfoToString(const BaseEventInfo& info, std::string& eventParam) in DragDropInfoToString()
165 void DragEndInfoToString(const BaseEventInfo& info, std::string& eventParam) in DragEndInfoToString()
179 void MouseInfoToString(const BaseEventInfo& info, std::string& eventParam) in MouseInfoToString()
224 void SwipeInfoToString(const BaseEventInfo& info, std::string& eventParam) in SwipeInfoToString()
842 std::string eventParam; in HandleAsyncEvent() local
910 std::string eventParam = std::string(""); in HandleAsyncEvent() local
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/frontend/
H A Dcj_frontend.cpp80 void TouchInfoToString(const BaseEventInfo& info, std::string& eventParam) in TouchInfoToString()
128 void MouseInfoToString(const BaseEventInfo& info, std::string& eventParam) in MouseInfoToString()
168 void SwipeInfoToString(const BaseEventInfo& info, std::string& eventParam) in SwipeInfoToString()
202 std::string eventParam; in HandleAsyncEvent() local
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
H A Dbtm_acl.c502 …SANITIZE("cfi") static void BtmOnConnectionComplete(const HciConnectionCompleteEventParam *eventPa… in BtmOnConnectionComplete()
562 static void BtmOnConnectionrequest(const HciConnectionRequestEventParam *eventParam) in BtmOnConnectionrequest()
880 const BtAddr *addr, uint8_t peerAddrType, const HciLeConnectionCompleteEventParam *eventParam) in BtmUpdateLeConnectionOnConnectComplete()
1044 …const BtAddr *addrList, const uint8_t addrCount, const HciLeConnectionCompleteEventParam *eventPar… in BtmUpdateUpdateWhiteListOnLeConnectionComplete()
1088 static void BtmOnLeConnectionComplete(const HciLeConnectionCompleteEventParam *eventParam) in BtmOnLeConnectionComplete()
1158 …const BtAddr *addr, uint8_t peerAddrType, const HciLeEnhancedConnectionCompleteEventParam *eventPa… in BtmAllocLeConnectionOnEnhancedConnectComplete()
1202 …const BtAddr *addr, uint8_t peerAddrType, const HciLeEnhancedConnectionCompleteEventParam *eventPa… in BtmUpdateConnectionInfoOnLeEnhancedConnectionComplete()
1358 …SANITIZE("cfi") static void BtmOnDisconnectComplete(const HciDisconnectCompleteEventParam *eventPa… in BtmOnDisconnectComplete()
1473 const HciReadRemoteVersionInformationCompleteEventParam *eventParam) in BtmOnReadRemoteVersionInformationComplete()
1868 static void BtmOnEncryptionChange(const HciEncryptionChangeEventParam *eventParam) in BtmOnEncryptionChange()
[all …]
H A Dbtm_sco.c790 static void BtmScoOnConnectionComplete(const HciConnectionCompleteEventParam *eventParam) in BtmScoOnConnectionComplete()
831 …ic void BtmScoOnSynchronousConnectionComplete(const HciSynchronousConnectionCompleteEventParam *ev… in BtmScoOnSynchronousConnectionComplete()
919 …atic void BtmScoOnSynchronousConnectionChanged(const HciSynchronousConnectionChangedEventParam *ev… in BtmScoOnSynchronousConnectionChanged()
958 static void BtmScoOnConnectionRequest(const HciConnectionRequestEventParam *eventParam) in BtmScoOnConnectionRequest()
/ohos5.0/foundation/distributedhardware/distributed_audio/services/audiomanager/test/unittest/managersink/src/
H A Ddaudio_sink_dev_test.cpp663 auto eventParam = std::make_shared<AudioEvent>(audioEvent); variable
698 auto eventParam = std::make_shared<AudioEvent>(audioEvent); variable
736 auto eventParam = std::make_shared<AudioEvent>(audioEvent); variable
784 auto eventParam = std::make_shared<AudioEvent>(audioEvent); variable
830 auto eventParam = std::make_shared<AudioEvent>(audioEvent); variable
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/ble_scan_filter/src/
H A Dble_scan_filter_lsf.cpp625 VendorEventParamCAP eventParam = {}; in BleScanFilterGetCapabilitiesComplete() local
655 VendorEventParamLSF eventParam = {}; in BleScanFilterCommandComplete() local
670 void BleScanFilterLsf::BleScanFilterCommandCompleteSuccess(VendorEventParamLSF eventParam) in BleScanFilterCommandCompleteSuccess()
696 void BleScanFilterLsf::BleScanFilterCommandCompleteFaild(VendorEventParamLSF eventParam) in BleScanFilterCommandCompleteFaild()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/cross_platform/
H A Dweb_delegate_cross.cpp973 auto eventParam = std::make_shared<LoadWebPageStartEvent>(param); in OnPageStarted() local
998 auto eventParam = std::make_shared<LoadWebPageFinishEvent>(param); in OnPageFinished() local
1049 auto eventParam = std::make_shared<LoadWebTitleReceiveEvent>(param); in OnReceivedTitle() local
1088 auto eventParam = std::make_shared<ReceivedErrorEvent>(request, error); in OnErrorReceive() local
1117 auto eventParam = std::make_shared<WebOnScrollEvent>(offsetX, offsetY); in OnScroll() local
1146 auto eventParam = std::make_shared<ScaleChangeEvent>(oldScale, newScale); in OnScaleChange() local
1262 auto eventParam = std::make_shared<LoadInterceptEvent>(request); in OnLoadIntercept() local
1287 auto eventParam = std::make_shared<PageVisibleEvent>(param); in OnPageVisible() local
1319 auto eventParam = in OnDownloadStart() local
1450 auto eventParam = std::make_shared<FileSelectorEvent>(param, result); in OnShowFileChooser() local
[all …]
/ohos5.0/foundation/distributedhardware/distributed_audio/services/audiomanager/test/unittest/sourcedevice/src/
H A Ddaudio_source_dev_test.cpp1074 auto eventParam = std::make_shared<AudioEvent>(event); variable
1113 auto eventParam = std::make_shared<AudioEvent>(event); variable
1149 auto eventParam = std::make_shared<AudioEvent>(event); variable
1169 auto eventParam = std::make_shared<AudioEvent>(event); variable
/ohos5.0/base/telephony/core_service/services/sim/src/
H A Dicc_file_controller.cpp502 int eventParam = 0; in SendEfLinearResult() local
528 int eventParam = 0; in SendMultiRecordResult() local
546 int64_t eventParam = 0; in BuildCallerInfo() local
566 int64_t eventParam = 0; in BuildCallerInfo() local
599 int64_t eventParam = 0; in BuildCallerInfo() local

12