/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_data_change_listener_ffi.cpp | 25 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 D | softbus_adapter_bt_common_test.cpp | 117 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 D | softbus_broadcast_mgr_test.cpp | 272 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 D | softbus_ble_mock.cpp | 34 int ActionOfSoftBusRemoveBtStateListener(int listenerId) in ActionOfSoftBusRemoveBtStateListener() 77 int SoftBusRemoveBtStateListener(int listenerId) in SoftBusRemoveBtStateListener()
|
/ohos5.0/foundation/communication/dsoftbus/core/broadcast/scheduler/src/ |
H A D | broadcast_scheduler.c | 38 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 D | broadcast_scheduler_virtual.c | 43 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 D | ble_mock.cpp | 44 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 D | softbusbroadcast_fuzzer.cpp | 194 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 D | lnn_bt_monitor.c | 38 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 D | softbus_broadcast_mgr.c | 109 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 D | media_query_info.h | 53 void SetListenerId(const std::string& listenerId) in SetListenerId()
|
/ohos5.0/foundation/communication/dsoftbus/adapter/common/net/bluetooth/common/ |
H A D | softbus_adapter_bt_common.c | 121 int listenerId; in SoftBusOnBtSateChanged() local 150 int listenerId; in WrapperAclStateChangedCallback() local 217 int SoftBusRemoveBtStateListener(int listenerId) in SoftBusRemoveBtStateListener()
|
H A D | softbus_adapter_bt_common_virtual.c | 26 int SoftBusRemoveBtStateListener(int listenerId) in SoftBusRemoveBtStateListener()
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/js/napi/mission_manager/ |
H A D | js_mission_listener.cpp | 58 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 D | lnn_ble_heartbeat_virtual.c | 90 int32_t HbUpdateBleScanFilter(int32_t listenerId, LnnHeartbeatType type) in HbUpdateBleScanFilter()
|
/ohos5.0/foundation/communication/dsoftbus/tests/adapter/unittest/ |
H A D | softbus_network_test.cpp | 119 int32_t listenerId = TEST_LISTENER_ID; variable
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/js/napi/js_mission_manager/ |
H A D | js_mission_listener.cpp | 61 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 D | form_frontend_declarative.cpp | 118 const auto& listenerId = mediaQuery->GetListenerId(); in OnSurfaceChanged() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/stepper/ |
H A D | render_stepper.cpp | 532 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 D | disc_ble.c | 561 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 D | softbus_conn_br_manager.c | 1737 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 D | softbus_ble_gatt.c | 878 static void BcAdapterBtStateChanged(int32_t listenerId, int32_t state) in BcAdapterBtStateChanged()
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/br/ |
H A D | connection_br_connection_test.cpp | 1224 int listenerId = 0; variable
|
/ohos5.0/foundation/communication/dsoftbus/adapter/common/net/bluetooth/broadcast/interface/ |
H A D | softbus_broadcast_type.h | 459 int32_t listenerId; member
|
/ohos5.0/foundation/communication/dsoftbus/core/connection/ble/src/ |
H A D | softbus_conn_ble_manager.c | 2011 static void OnBtStateChanged(int listenerId, int state) in OnBtStateChanged() 2285 int32_t listenerId = SoftBusAddBtStateListener(&btStateListener); in InitBleManager() local
|