Home
last modified time | relevance | path

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 Dble_mock.h38 …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 Dble_mock.cpp44 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 Dbroadcast_scheduler.h59 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 Dsoftbus_broadcast_manager.h93 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 Dsoftbus_broadcast_type.h101 } BaseServiceType; typedef
111 BaseServiceType srvType;
/ohos5.0/foundation/communication/dsoftbus/core/broadcast/scheduler/src/
H A Dbroadcast_scheduler.c28 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 Dbroadcast_scheduler_virtual.c29 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 Dsoftbus_broadcast_mgr.c51 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 Dsoftbus_broadcast_mgr_test.cpp361 …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…