Searched refs:BaseServiceType (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/tests/core/discovery/ble/softbus_ble_mock/ |
H A D | ble_mock.h | 38 …virtual int32_t RegisterScanListener(BaseServiceType type, int32_t *listenerId, const ScanCallback… 43 …virtual int32_t RegisterBroadcaster(BaseServiceType type, int32_t *bcId, const BroadcastCallback *… 75 …int32_t, RegisterScanListener, (BaseServiceType type, int32_t *listenerId, const ScanCallback *cb)… 80 …int32_t, RegisterBroadcaster, (BaseServiceType type, int32_t *bcId, const BroadcastCallback *cb), … 104 …static int32_t ActionOfRegisterScanListener(BaseServiceType type, int32_t *listenerId, const ScanC… 107 …static int32_t ActionOfRegisterBroadcaster(BaseServiceType type, int32_t *bcId, const BroadcastCal…
|
H A D | ble_mock.cpp | 44 int32_t RegisterScanListener(BaseServiceType type, int32_t *listenerId, const ScanCallback *cb) in RegisterScanListener() 54 int32_t RegisterBroadcaster(BaseServiceType type, int32_t *bcId, const BroadcastCallback *cb) in RegisterBroadcaster() 153 int32_t BleMock::ActionOfRegisterScanListener(BaseServiceType type, int32_t *listenerId, const Scan… in ActionOfRegisterScanListener() 172 int32_t BleMock::ActionOfRegisterBroadcaster(BaseServiceType type, int32_t *bcId, const BroadcastCa… in ActionOfRegisterBroadcaster()
|
/ohos5.0/foundation/communication/dsoftbus/core/broadcast/scheduler/interface/ |
H A D | broadcast_scheduler.h | 59 int32_t SchedulerRegisterBroadcaster(BaseServiceType type, int32_t *bcId, const BroadcastCallback *… 87 int32_t SchedulerRegisterScanListener(BaseServiceType type, int32_t *listenerId, const ScanCallback…
|
/ohos5.0/foundation/communication/dsoftbus/adapter/common/net/bluetooth/broadcast/interface/ |
H A D | softbus_broadcast_manager.h | 93 int32_t RegisterBroadcaster(BaseServiceType type, int32_t *bcId, const BroadcastCallback *cb); 121 int32_t RegisterScanListener(BaseServiceType type, int32_t *listenerId, const ScanCallback *cb);
|
H A D | softbus_broadcast_type.h | 101 } BaseServiceType; typedef 111 BaseServiceType srvType;
|
/ohos5.0/foundation/communication/dsoftbus/core/broadcast/scheduler/src/ |
H A D | broadcast_scheduler.c | 28 int32_t SchedulerRegisterBroadcaster(BaseServiceType type, int32_t *bcId, const BroadcastCallback *… in SchedulerRegisterBroadcaster() 38 int32_t SchedulerRegisterScanListener(BaseServiceType type, int32_t *listenerId, const ScanCallback… in SchedulerRegisterScanListener()
|
H A D | broadcast_scheduler_virtual.c | 29 int32_t SchedulerRegisterBroadcaster(BaseServiceType type, int32_t *bcId, const BroadcastCallback *… in SchedulerRegisterBroadcaster() 43 int32_t SchedulerRegisterScanListener(BaseServiceType type, int32_t *listenerId, const ScanCallback… in SchedulerRegisterScanListener()
|
/ohos5.0/foundation/communication/dsoftbus/adapter/common/net/bluetooth/broadcast/manager/src/ |
H A D | softbus_broadcast_mgr.c | 51 BaseServiceType srvType; 74 BaseServiceType srvType; 257 static char *GetSrvType(BaseServiceType srvType) in GetSrvType() 709 static bool IsSrvTypeValid(BaseServiceType srvType) in IsSrvTypeValid() 714 int32_t RegisterBroadcaster(BaseServiceType srvType, int32_t *bcId, const BroadcastCallback *cb) in RegisterBroadcaster() 819 static int32_t RegisterScanListenerSub(BaseServiceType srvType, int32_t *adapterScanId, const ScanC… in RegisterScanListenerSub() 851 static bool CheckSrvRegistered(BaseServiceType srvType) in CheckSrvRegistered() 865 int32_t RegisterScanListener(BaseServiceType srvType, int32_t *listenerId, const ScanCallback *cb) in RegisterScanListener()
|
/ohos5.0/foundation/communication/dsoftbus/tests/adapter/bluetooth/broadcast/ |
H A D | softbus_broadcast_mgr_test.cpp | 361 …EXPECT_EQ(SOFTBUS_BC_MGR_INVALID_SRV, RegisterBroadcaster(static_cast<BaseServiceType>(SRV_TYPE_IN… 494 …EXPECT_EQ(SOFTBUS_BC_MGR_INVALID_SRV, RegisterScanListener(static_cast<BaseServiceType>(SRV_TYPE_I…
|