Home
last modified time | relevance | path

Searched refs:StopSoftbusEvent (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/softbus_adapter/
H A Dsoftbus_adapter_common_test.cpp72 uint32_t result = SoftbusAdapter::GetInstance().StopSoftbusEvent();
135 uint32_t result = SoftbusAdapter::GetInstance().StopSoftbusEvent();
H A Dsoftbus_adapter_test.cpp78 uint32_t result = SoftbusAdapter::GetInstance().StopSoftbusEvent();
147 uint32_t result = SoftbusAdapter::GetInstance().StopSoftbusEvent();
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/softbus_adapter/
H A Dsoftbus_adapter_common.cpp43 int32_t SoftbusAdapter::StopSoftbusEvent() in StopSoftbusEvent() function in OHOS::DistributedSchedule::SoftbusAdapter
H A Dsoftbus_adapter.cpp143 int32_t SoftbusAdapter::StopSoftbusEvent() in StopSoftbusEvent() function in OHOS::DistributedSchedule::SoftbusAdapter
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/softbus_adapter/
H A Dsoftbus_adapter.h36 int32_t StopSoftbusEvent();
/ohos5.0/foundation/ability/dmsfwk/test/fuzztest/softbusadapter_fuzzer/
H A Dsoftbusadapter_fuzzer.cpp37 SoftbusAdapter::GetInstance().StopSoftbusEvent(); in FuzzSendSoftbusEvent()