Home
last modified time | relevance | path

Searched defs:listenerId (Results 1 - 25 of 28) sorted by relevance

12

/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_data_change_listener_ffi.cpp24 void FfiOHOSAceFrameworkDataChangeListenerOnDataReloaded(int64_t listenerId) in FfiOHOSAceFrameworkDataChangeListenerOnDataReloaded() argument
33 void FfiOHOSAceFrameworkDataChangeListenerOnDataAdded(int64_t listenerId, int64_t index) in FfiOHOSAceFrameworkDataChangeListenerOnDataAdded() argument
42 void FfiOHOSAceFrameworkDataChangeListenerOnDataDeleted(int64_t listenerId, int64_t index) in FfiOHOSAceFrameworkDataChangeListenerOnDataDeleted() argument
51 void FfiOHOSAceFrameworkDataChangeListenerOnDataChanged(int64_t listenerId, int64_t index) in FfiOHOSAceFrameworkDataChangeListenerOnDataChanged() argument
60 void FfiOHOSAceFrameworkDataChangeListenerOnDataMoved(int64_t listenerId, int64_t from, int64_t to) in FfiOHOSAceFrameworkDataChangeListenerOnDataMoved() argument
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/common/media_query/
H A Dmedia_query_info.h53 void SetListenerId(const std::string& listenerId) in SetListenerId() argument
/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() argument
85 static void LnnOnBtAclStateChanged(int32_t listenerId, const SoftBusBtAddr *addr, int32_t aclState, int32_t hciReason) in LnnOnBtAclStateChanged() argument
/foundation/communication/dsoftbus/adapter/common/net/bluetooth/common/
H A Dsoftbus_adapter_bt_common_virtual.c26 int SoftBusRemoveBtStateListener(int listenerId) in SoftBusRemoveBtStateListener() argument
H A Dsoftbus_adapter_bt_common.c119 int listenerId; in SoftBusOnBtSateChanged() local
148 int listenerId; in WrapperAclStateChangedCallback() local
215 SoftBusRemoveBtStateListener(int listenerId) SoftBusRemoveBtStateListener() argument
[all...]
/foundation/communication/dsoftbus/tests/adapter/unittest/
H A Dsoftbus_network_test.cpp119 int32_t listenerId = TEST_LISTENER_ID; in HWTEST_F() local
/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/src/
H A Dlnn_ble_heartbeat_virtual.c91 int32_t HbUpdateBleScanFilter(int32_t listenerId, LnnHeartbeatType type) in HbUpdateBleScanFilter() argument
/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() argument
66 bool JsMissionListener::RemoveJsListenerObject(int32_t listenerId) in RemoveJsListenerObject() argument
/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 isSync) in AddJsListenerObject() argument
75 bool JsMissionListener::RemoveJsListenerObject(int32_t listenerId, bool isSync) in RemoveJsListenerObject() argument
/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/
H A Dform_frontend_declarative.cpp112 const auto& listenerId = mediaQuery->GetListenerId(); in OnSurfaceChanged() local
/foundation/communication/dsoftbus/tests/adapter/bluetooth/
H A Dsoftbus_adapter_bt_common_test.cpp117 auto listenerId = SoftBusAddBtStateListener(GetMockBtStateListener()); in PrepareBtStateListener() local
140 int32_t listenerId = -1; in HWTEST() local
189 int32_t listenerId = -1; HWTEST() local
243 int32_t listenerId = -1; HWTEST() local
269 int32_t listenerId = -1; HWTEST() local
279 StubOnBtStateChanged(int32_t listenerId, int32_t state) StubOnBtStateChanged() argument
284 StubOnBtAclStateChanged(int32_t listenerId, const SoftBusBtAddr *addr, int32_t aclState, int32_t hciReason) StubOnBtAclStateChanged() argument
[all...]
/foundation/communication/dsoftbus/core/broadcast/scheduler/src/
H A Dbroadcast_scheduler.c38 int32_t SchedulerRegisterScanListener(BaseServiceType type, int32_t *listenerId, const ScanCallback *cb) in SchedulerRegisterScanListener() argument
43 int32_t SchedulerUnregisterListener(int32_t listenerId) in SchedulerUnregisterListener() argument
70 int32_t SchedulerStartScan(int32_t listenerId, const BcScanParams *param) in SchedulerStartScan() argument
75 int32_t SchedulerStopScan(int32_t listenerId) in SchedulerStopScan() argument
80 int32_t SchedulerSetScanFilter(int32_t listenerId, const BcScanFilter *scanFilter, uint8_t filterNum) in SchedulerSetScanFilter() argument
85 SchedulerGetScanFilter(int32_t listenerId, BcScanFilter **scanFilter, uint8_t *filterNum) SchedulerGetScanFilter() argument
121 SchedulerSetScanReportChannelToLpDevice(int32_t listenerId, bool enable) SchedulerSetScanReportChannelToLpDevice() argument
[all...]
H A Dbroadcast_scheduler_virtual.c43 int32_t SchedulerRegisterScanListener(BaseServiceType type, int32_t *listenerId, const ScanCallback *cb) in SchedulerRegisterScanListener() argument
51 int32_t SchedulerUnregisterListener(int32_t listenerId) in SchedulerUnregisterListener() argument
88 int32_t SchedulerStartScan(int32_t listenerId, const BcScanParams *param) in SchedulerStartScan() argument
95 int32_t SchedulerStopScan(int32_t listenerId) in SchedulerStopScan() argument
101 int32_t SchedulerSetScanFilter(int32_t listenerId, const BcScanFilter *scanFilter, uint8_t filterNum) in SchedulerSetScanFilter() argument
109 SchedulerGetScanFilter(int32_t listenerId, BcScanFilter **scanFilter, uint8_t *filterNum) SchedulerGetScanFilter() argument
155 SchedulerSetScanReportChannelToLpDevice(int32_t listenerId, bool enable) SchedulerSetScanReportChannelToLpDevice() argument
[all...]
/foundation/communication/dsoftbus/tests/adapter/fuzztest/softbusbroadcast_fuzzer/
H A Dsoftbusbroadcast_fuzzer.cpp194 static void BleOnScanStart(int32_t listenerId, int32_t status) in BleOnScanStart() argument
200 static void BleOnScanStop(int32_t listenerId, int32_t status) in BleOnScanStop() argument
206 static void BleScanResultCallback(int32_t listenerId, const BroadcastReportInfo *reportInfo) in BleScanResultCallback() argument
254 void StartScanFuzzTest(int32_t listenerId, const uint8_t* data, size_t size) in StartScanFuzzTest() argument
261 void StopScanFuzzTest(int32_t listenerId) in StopScanFuzzTest() argument
266 BroadcastSetAdvDeviceParamFuzzTest(int32_t listenerId, const uint8_t* data, size_t size) BroadcastSetAdvDeviceParamFuzzTest() argument
287 BroadcastSetScanReportChannelToLpDeviceFuzzTest(int32_t listenerId) BroadcastSetScanReportChannelToLpDeviceFuzzTest() argument
317 int32_t listenerId = -1; LLVMFuzzerTestOneInput() local
[all...]
/foundation/communication/dsoftbus/tests/adapter/bluetooth/broadcast/
H A Dsoftbus_broadcast_mgr_test.cpp151 static void BleOnScanStart(int32_t listenerId, int32_t status) in BleOnScanStart() argument
158 static void BleOnScanStop(int32_t listenerId, int32_t status) in BleOnScanStop() argument
165 static void BleScanResultCallback(int32_t listenerId, const BroadcastReportInfo *reportInfo) in BleScanResultCallback() argument
272 int32_t listenerId = -1; in HWTEST_F() local
316 int32_t listenerId = -1; HWTEST_F() local
493 int32_t listenerId = -1; HWTEST_F() local
516 int32_t listenerId = -1; HWTEST_F() local
538 int32_t listenerId = -1; HWTEST_F() local
590 int32_t listenerId = -1; HWTEST_F() local
930 int32_t listenerId = -1; HWTEST_F() local
959 int32_t listenerId = -1; HWTEST_F() local
986 int32_t listenerId = -1; HWTEST_F() local
1013 int32_t listenerId = -1; HWTEST_F() local
1039 int32_t listenerId = -1; HWTEST_F() local
1070 int32_t listenerId = -1; HWTEST_F() local
1125 int32_t listenerId = -1; HWTEST_F() local
1376 int32_t listenerId = -1; HWTEST_F() local
1405 int32_t listenerId = -1; HWTEST_F() local
1460 int32_t listenerId = 1; HWTEST_F() local
1485 int32_t listenerId = -1; HWTEST_F() local
[all...]
H A Dsoftbus_ble_mock.cpp34 int32_t ActionOfSoftBusRemoveBtStateListener(int32_t listenerId) in ActionOfSoftBusRemoveBtStateListener() argument
77 int32_t SoftBusRemoveBtStateListener(int32_t listenerId) in SoftBusRemoveBtStateListener() argument
/foundation/filemanagement/file_api/interfaces/kits/cj/src/
H A Dcopy.h100 int64_t listenerId = 0; member
124 int64_t listenerId = 0; member in OHOS::CJSystemapi::CopyInfo
/foundation/communication/dsoftbus/tests/core/discovery/ble/softbus_ble_mock/
H A Dble_mock.cpp45 int32_t RegisterScanListener(BaseServiceType type, int32_t *listenerId, const ScanCallback *cb) in RegisterScanListener() argument
50 int32_t SetScanFilter(int32_t listenerId, const BcScanFilter *scanFilter, uint8_t filterNum) in SetScanFilter() argument
65 int32_t StopScan(int32_t listenerId) in StopScan() argument
70 int32_t SoftBusRemoveBtStateListener(int32_t listenerId) in SoftBusRemoveBtStateListener() argument
75 int32_t UnRegisterScanListener(int32_t listenerId) in UnRegisterScanListener() argument
90 StartScan(int32_t listenerId, const BcScanParams *param) StartScan() argument
148 ActionOfRemoveBtStateListener(int32_t listenerId) ActionOfRemoveBtStateListener() argument
154 ActionOfRegisterScanListener(BaseServiceType type, int32_t *listenerId, const ScanCallback *cb) ActionOfRegisterScanListener() argument
161 ActionOfUnRegisterScanListener(int32_t listenerId) ActionOfUnRegisterScanListener() argument
167 ActionOfSetScanFilter(int32_t listenerId, const BcScanFilter *scanFilter, uint8_t filterNum) ActionOfSetScanFilter() argument
188 ActionOfStartScan(int32_t listenerId, const BcScanParams *param) ActionOfStartScan() argument
202 ActionOfStopScan(int32_t listenerId) ActionOfStopScan() argument
[all...]
/foundation/communication/dsoftbus/tests/core/connection/br/
H A Dconnection_br_connection_test.cpp1258 int32_t listenerId = 0; in HWTEST_F() local
/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() argument
/foundation/arkui/ace_engine/frameworks/core/components/stepper/
H A Drender_stepper.cpp532 void RenderStepper::RegisterChangeEndListener(int32_t listenerId, const StepperChangeEndListener& listener) in RegisterChangeEndListener() argument
539 void RenderStepper::UnRegisterChangeEndListener(int32_t listenerId) in UnRegisterChangeEndListener() argument
/foundation/communication/dsoftbus/core/connection/br/src/
H A Dsoftbus_conn_br_manager.c1737 static void OnBtStateChanged(int listenerId, int state) in OnBtStateChanged() argument
1786 int32_t listenerId = SoftBusAddBtStateListener(&listener); in InitBrManager() local
/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() argument
865 int32_t RegisterScanListener(BaseServiceType srvType, int32_t *listenerId, const ScanCallback *cb) in RegisterScanListener() argument
917 static bool CheckScanIdIsValid(int32_t listenerId) in CheckScanIdIsValid() argument
926 ReleaseBcScanFilter(int listenerId) ReleaseBcScanFilter() argument
947 CheckNeedUnRegisterScanListener(int32_t listenerId) CheckNeedUnRegisterScanListener() argument
959 CheckNeedUpdateScan(int32_t listenerId, int32_t *liveListenerId) CheckNeedUpdateScan() argument
989 CombineSoftbusBcScanFilters(int32_t listenerId, SoftBusBcScanFilter **adapterFilter, int32_t *filterSize) CombineSoftbusBcScanFilters() argument
1023 GetBcScanFilters(int32_t listenerId, SoftBusBcScanFilter **adapterFilter, int32_t *filterSize) GetBcScanFilters() argument
1094 CheckScanFreq(int32_t listenerId, SoftBusBcScanParams *adapterParam) CheckScanFreq() argument
1128 CheckAndStopScan(int32_t listenerId) CheckAndStopScan() argument
1172 UnRegisterScanListener(int32_t listenerId) UnRegisterScanListener() argument
1565 NeedUpdateScan(int32_t listenerId) NeedUpdateScan() argument
1608 StartScanSub(int32_t listenerId) StartScanSub() argument
1647 StartScan(int32_t listenerId, const BcScanParams *param) StartScan() argument
1683 StopScan(int32_t listenerId) StopScan() argument
1722 SetScanFilter(int32_t listenerId, const BcScanFilter *scanFilter, uint8_t filterNum) SetScanFilter() argument
1747 GetScanFilter(int32_t listenerId, BcScanFilter **scanFilter, uint8_t *filterNum) GetScanFilter() argument
1885 BroadcastSetScanReportChannelToLpDevice(int32_t listenerId, bool enable) BroadcastSetScanReportChannelToLpDevice() argument
[all...]
/foundation/communication/dsoftbus/adapter/common/net/bluetooth/broadcast/interface/
H A Dsoftbus_broadcast_type.h459 int32_t listenerId; member
/foundation/communication/dsoftbus/core/discovery/ble/softbus_ble/src/
H A Ddisc_ble.c564 static void BleScanResultCallback(int listenerId, const BroadcastReportInfo *reportInfo) in BleScanResultCallback() argument
580 static void BleOnScanStart(int listenerId, int status) in BleOnScanStart() argument
588 static void BleOnScanStop(int listenerId, int status) in BleOnScanStop() argument
596 static void BtOnStateChanged(int32_t listenerId, int32_ argument
1840 DiscBleSetScanFilter(int32_t listenerId, int32_t type) DiscBleSetScanFilter() argument
[all...]

Completed in 37 milliseconds

12