Home
last modified time | relevance | path

Searched defs:listenerId (Results 1 – 25 of 31) sorted by relevance

12

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_data_change_listener_ffi.cpp25 void FfiOHOSAceFrameworkDataChangeListenerOnDataReloaded(int64_t listenerId) in FfiOHOSAceFrameworkDataChangeListenerOnDataReloaded()
34 void FfiOHOSAceFrameworkDataChangeListenerOnDataAdded(int64_t listenerId, int64_t index) in FfiOHOSAceFrameworkDataChangeListenerOnDataAdded()
43 void FfiOHOSAceFrameworkDataChangeListenerOnDataDeleted(int64_t listenerId, int64_t index) in FfiOHOSAceFrameworkDataChangeListenerOnDataDeleted()
52 void FfiOHOSAceFrameworkDataChangeListenerOnDataChanged(int64_t listenerId, int64_t index) in FfiOHOSAceFrameworkDataChangeListenerOnDataChanged()
61 void FfiOHOSAceFrameworkDataChangeListenerOnDataMoved(int64_t listenerId, int64_t from, int64_t to) in FfiOHOSAceFrameworkDataChangeListenerOnDataMoved()
/ohos5.0/foundation/communication/dsoftbus/tests/adapter/bluetooth/
H A Dsoftbus_adapter_bt_common_test.cpp117 auto listenerId = SoftBusAddBtStateListener(GetMockBtStateListener()); in PrepareBtStateListener() local
140 int listenerId = -1; variable
190 int listenerId = -1; variable
244 int listenerId = -1; variable
270 int listenerId = -1; variable
280 static void StubOnBtStateChanged(int32_t listenerId, int32_t state) in StubOnBtStateChanged()
285 static void StubOnBtAclStateChanged(int32_t listenerId, const SoftBusBtAddr *addr, int32_t aclState… in StubOnBtAclStateChanged()
/ohos5.0/foundation/communication/dsoftbus/tests/adapter/bluetooth/broadcast/
H A Dsoftbus_broadcast_mgr_test.cpp272 int32_t listenerId = -1; variable
316 int32_t listenerId = -1; variable
493 int32_t listenerId = -1; variable
516 int32_t listenerId = -1; variable
538 int32_t listenerId = -1; variable
590 int32_t listenerId = -1; variable
930 int32_t listenerId = -1; variable
959 int32_t listenerId = -1; variable
986 int32_t listenerId = -1; variable
1013 int32_t listenerId = -1; variable
[all …]
H A Dsoftbus_ble_mock.cpp34 int ActionOfSoftBusRemoveBtStateListener(int listenerId) in ActionOfSoftBusRemoveBtStateListener()
77 int SoftBusRemoveBtStateListener(int listenerId) in SoftBusRemoveBtStateListener()
/ohos5.0/foundation/communication/dsoftbus/core/broadcast/scheduler/src/
H A Dbroadcast_scheduler.c38 int32_t SchedulerRegisterScanListener(BaseServiceType type, int32_t *listenerId, const ScanCallback… in SchedulerRegisterScanListener()
43 int32_t SchedulerUnregisterListener(int32_t listenerId) in SchedulerUnregisterListener()
70 int32_t SchedulerStartScan(int32_t listenerId, const BcScanParams *param) in SchedulerStartScan()
75 int32_t SchedulerStopScan(int32_t listenerId) in SchedulerStopScan()
80 int32_t SchedulerSetScanFilter(int32_t listenerId, const BcScanFilter *scanFilter, uint8_t filterNu… in SchedulerSetScanFilter()
85 int32_t SchedulerGetScanFilter(int32_t listenerId, BcScanFilter **scanFilter, uint8_t *filterNum) in SchedulerGetScanFilter()
121 int32_t SchedulerSetScanReportChannelToLpDevice(int32_t listenerId, bool enable) in SchedulerSetScanReportChannelToLpDevice()
H A Dbroadcast_scheduler_virtual.c43 int32_t SchedulerRegisterScanListener(BaseServiceType type, int32_t *listenerId, const ScanCallback… in SchedulerRegisterScanListener()
51 int32_t SchedulerUnregisterListener(int32_t listenerId) in SchedulerUnregisterListener()
88 int32_t SchedulerStartScan(int32_t listenerId, const BcScanParams *param) in SchedulerStartScan()
95 int32_t SchedulerStopScan(int32_t listenerId) in SchedulerStopScan()
101 int32_t SchedulerSetScanFilter(int32_t listenerId, const BcScanFilter *scanFilter, uint8_t filterNu… in SchedulerSetScanFilter()
109 int32_t SchedulerGetScanFilter(int32_t listenerId, BcScanFilter **scanFilter, uint8_t *filterNum) in SchedulerGetScanFilter()
155 int32_t SchedulerSetScanReportChannelToLpDevice(int32_t listenerId, bool enable) in SchedulerSetScanReportChannelToLpDevice()
/ohos5.0/foundation/communication/dsoftbus/tests/core/discovery/ble/softbus_ble_mock/
H A Dble_mock.cpp44 int32_t RegisterScanListener(BaseServiceType type, int32_t *listenerId, const ScanCallback *cb) in RegisterScanListener()
49 int32_t SetScanFilter(int32_t listenerId, const BcScanFilter *scanFilter, uint8_t filterNum) in SetScanFilter()
64 int32_t StopScan(int32_t listenerId) in StopScan()
69 int SoftBusRemoveBtStateListener(int listenerId) in SoftBusRemoveBtStateListener()
74 int32_t UnRegisterScanListener(int32_t listenerId) in UnRegisterScanListener()
89 int32_t StartScan(int32_t listenerId, const BcScanParams *param) in StartScan()
147 int32_t BleMock::ActionOfRemoveBtStateListener(int listenerId) in ActionOfRemoveBtStateListener()
160 int32_t BleMock::ActionOfUnRegisterScanListener(int32_t listenerId) in ActionOfUnRegisterScanListener()
166 int32_t BleMock::ActionOfSetScanFilter(int32_t listenerId, const BcScanFilter *scanFilter, uint8_t … in ActionOfSetScanFilter()
187 int32_t BleMock::ActionOfStartScan(int32_t listenerId, const BcScanParams *param) in ActionOfStartScan()
[all …]
/ohos5.0/foundation/communication/dsoftbus/tests/adapter/fuzztest/softbusbroadcast_fuzzer/
H A Dsoftbusbroadcast_fuzzer.cpp194 static void BleOnScanStart(int listenerId, int status) in BleOnScanStart()
200 static void BleOnScanStop(int listenerId, int status) in BleOnScanStop()
206 static void BleScanResultCallback(int listenerId, const BroadcastReportInfo *reportInfo) in BleScanResultCallback()
254 void StartScanFuzzTest(int32_t listenerId, const uint8_t* data, size_t size) in StartScanFuzzTest()
261 void StopScanFuzzTest(int32_t listenerId) in StopScanFuzzTest()
266 void BroadcastSetAdvDeviceParamFuzzTest(int32_t listenerId, const uint8_t* data, size_t size) in BroadcastSetAdvDeviceParamFuzzTest()
287 void BroadcastSetScanReportChannelToLpDeviceFuzzTest(int32_t listenerId) in BroadcastSetScanReportChannelToLpDeviceFuzzTest()
317 int32_t listenerId = -1; in LLVMFuzzerTestOneInput() local
/ohos5.0/foundation/communication/dsoftbus/adapter/common/bus_center/network/
H A Dlnn_bt_monitor.c38 static void LnnOnBtStateChanged(int32_t listenerId, int32_t state) in LnnOnBtStateChanged()
85 static void LnnOnBtAclStateChanged(int32_t listenerId, const SoftBusBtAddr *addr, int32_t aclState,… in LnnOnBtAclStateChanged()
/ohos5.0/foundation/communication/dsoftbus/adapter/common/net/bluetooth/broadcast/manager/src/
H A Dsoftbus_broadcast_mgr.c109 static void BcBtStateChanged(int32_t listenerId, int32_t state) in BcBtStateChanged()
917 static bool CheckScanIdIsValid(int32_t listenerId) in CheckScanIdIsValid()
926 static void ReleaseBcScanFilter(int listenerId) in ReleaseBcScanFilter()
947 static bool CheckNeedUnRegisterScanListener(int32_t listenerId) in CheckNeedUnRegisterScanListener()
959 static bool CheckNeedUpdateScan(int32_t listenerId, int32_t *liveListenerId) in CheckNeedUpdateScan()
1206 static int32_t CheckAndStopScan(int32_t listenerId) in CheckAndStopScan()
1251 int32_t UnRegisterScanListener(int32_t listenerId) in UnRegisterScanListener()
1640 static bool NeedUpdateScan(int32_t listenerId) in NeedUpdateScan()
1683 static int32_t StartScanSub(int32_t listenerId) in StartScanSub()
1723 int32_t StartScan(int32_t listenerId, const BcScanParams *param) in StartScan()
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/media_query/
H A Dmedia_query_info.h53 void SetListenerId(const std::string& listenerId) in SetListenerId()
/ohos5.0/foundation/communication/dsoftbus/adapter/common/net/bluetooth/common/
H A Dsoftbus_adapter_bt_common.c121 int listenerId; in SoftBusOnBtSateChanged() local
150 int listenerId; in WrapperAclStateChangedCallback() local
217 int SoftBusRemoveBtStateListener(int listenerId) in SoftBusRemoveBtStateListener()
H A Dsoftbus_adapter_bt_common_virtual.c26 int SoftBusRemoveBtStateListener(int listenerId) in SoftBusRemoveBtStateListener()
/ohos5.0/foundation/ability/ability_runtime/frameworks/js/napi/mission_manager/
H A Djs_mission_listener.cpp58 void JsMissionListener::AddJsListenerObject(int32_t listenerId, napi_value jsListenerObject) in AddJsListenerObject()
66 bool JsMissionListener::RemoveJsListenerObject(int32_t listenerId) in RemoveJsListenerObject()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/src/
H A Dlnn_ble_heartbeat_virtual.c90 int32_t HbUpdateBleScanFilter(int32_t listenerId, LnnHeartbeatType type) in HbUpdateBleScanFilter()
/ohos5.0/foundation/communication/dsoftbus/tests/adapter/unittest/
H A Dsoftbus_network_test.cpp119 int32_t listenerId = TEST_LISTENER_ID; variable
/ohos5.0/foundation/ability/ability_runtime/frameworks/js/napi/js_mission_manager/
H A Djs_mission_listener.cpp61 void JsMissionListener::AddJsListenerObject(int32_t listenerId, napi_value jsListenerObject, bool i… in AddJsListenerObject()
75 bool JsMissionListener::RemoveJsListenerObject(int32_t listenerId, bool isSync) in RemoveJsListenerObject()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/
H A Dform_frontend_declarative.cpp118 const auto& listenerId = mediaQuery->GetListenerId(); in OnSurfaceChanged() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/stepper/
H A Drender_stepper.cpp532 void RenderStepper::RegisterChangeEndListener(int32_t listenerId, const StepperChangeEndListener& l… in RegisterChangeEndListener()
539 void RenderStepper::UnRegisterChangeEndListener(int32_t listenerId) in UnRegisterChangeEndListener()
/ohos5.0/foundation/communication/dsoftbus/core/discovery/ble/softbus_ble/src/
H A Ddisc_ble.c561 static void BleScanResultCallback(int listenerId, const BroadcastReportInfo *reportInfo) in BleScanResultCallback()
577 static void BleOnScanStart(int listenerId, int status) in BleOnScanStart()
585 static void BleOnScanStop(int listenerId, int status) in BleOnScanStop()
593 static void BtOnStateChanged(int32_t listenerId, int32_t state) in BtOnStateChanged()
1837 static void DiscBleSetScanFilter(int32_t listenerId, int32_t type) in DiscBleSetScanFilter()
/ohos5.0/foundation/communication/dsoftbus/core/connection/br/src/
H A Dsoftbus_conn_br_manager.c1737 static void OnBtStateChanged(int listenerId, int state) in OnBtStateChanged()
1786 int32_t listenerId = SoftBusAddBtStateListener(&listener); in InitBrManager() local
/ohos5.0/foundation/communication/dsoftbus/adapter/common/net/bluetooth/broadcast/adapter/ble/src/
H A Dsoftbus_ble_gatt.c878 static void BcAdapterBtStateChanged(int32_t listenerId, int32_t state) in BcAdapterBtStateChanged()
/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/br/
H A Dconnection_br_connection_test.cpp1224 int listenerId = 0; variable
/ohos5.0/foundation/communication/dsoftbus/adapter/common/net/bluetooth/broadcast/interface/
H A Dsoftbus_broadcast_type.h459 int32_t listenerId; member
/ohos5.0/foundation/communication/dsoftbus/core/connection/ble/src/
H A Dsoftbus_conn_ble_manager.c2011 static void OnBtStateChanged(int listenerId, int state) in OnBtStateChanged()
2285 int32_t listenerId = SoftBusAddBtStateListener(&btStateListener); in InitBleManager() local

12