Home
last modified time | relevance | path

Searched refs:SendSoftbusEvent (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/mission/
H A Ddms_continue_send_manager.cpp233 int32_t DMSContinueSendMgr::SendSoftbusEvent(uint16_t bundleNameId, uint8_t continueTypeId, uint8_t… in SendSoftbusEvent() function in OHOS::DistributedSchedule::DMSContinueSendMgr
247 int32_t ret = SoftbusAdapter::GetInstance().SendSoftbusEvent(buffer); in SendSoftbusEvent()
347 ret = SendSoftbusEvent(bundleNameId, continueTypeId, DMS_FOCUSED_TYPE); in FocusedBusinessSendEvent()
460 ret = SendSoftbusEvent(bundleNameId, continueTypeId, type); in SendScreenOffEvent()
749 ret = SendSoftbusEvent(bundleNameId, continueTypeId, DMS_UNFOCUSED_TYPE); in GetAccessTokenIdSendEvent()
773 int32_t ret = SendSoftbusEvent(bundleNameId, continueTypeId, type); in SetStateSendEvent()
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/softbus_adapter/
H A Dsoftbus_adapter_common.cpp37 int32_t SoftbusAdapter::SendSoftbusEvent(std::shared_ptr<DSchedDataBuffer> buffer) in SendSoftbusEvent() function in OHOS::DistributedSchedule::SoftbusAdapter
H A Dsoftbus_adapter.cpp81 int32_t SoftbusAdapter::SendSoftbusEvent(std::shared_ptr<DSchedDataBuffer> buffer) in SendSoftbusEvent() function in OHOS::DistributedSchedule::SoftbusAdapter
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/softbus_adapter/
H A Dsoftbus_adapter.h35 int32_t SendSoftbusEvent(std::shared_ptr<DSchedDataBuffer> buffer);
/ohos5.0/foundation/ability/dmsfwk/test/fuzztest/softbusadapter_fuzzer/
H A Dsoftbusadapter_fuzzer.cpp36 SoftbusAdapter::GetInstance().SendSoftbusEvent(buffer); in FuzzSendSoftbusEvent()
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/softbus_adapter/
H A Dsoftbus_adapter_common_test.cpp59 uint32_t result = SoftbusAdapter::GetInstance().SendSoftbusEvent(buffer);
H A Dsoftbus_adapter_test.cpp63 uint32_t result = SoftbusAdapter::GetInstance().SendSoftbusEvent(buffer);
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/mission/
H A Ddms_continue_send_manager.h145 int32_t SendSoftbusEvent(uint16_t bundleNameId, uint8_t continueTypeId, uint8_t type);
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/mission/
H A Ddms_continue_manager_test.cpp768 bool ret = DMSContinueSendMgr::GetInstance().SendSoftbusEvent(bundleNameId, continueType, type);