Searched refs:SendSoftbusEvent (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/mission/ |
H A D | dms_continue_send_manager.cpp | 233 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 D | softbus_adapter_common.cpp | 37 int32_t SoftbusAdapter::SendSoftbusEvent(std::shared_ptr<DSchedDataBuffer> buffer) in SendSoftbusEvent() function in OHOS::DistributedSchedule::SoftbusAdapter
|
H A D | softbus_adapter.cpp | 81 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 D | softbus_adapter.h | 35 int32_t SendSoftbusEvent(std::shared_ptr<DSchedDataBuffer> buffer);
|
/ohos5.0/foundation/ability/dmsfwk/test/fuzztest/softbusadapter_fuzzer/ |
H A D | softbusadapter_fuzzer.cpp | 36 SoftbusAdapter::GetInstance().SendSoftbusEvent(buffer); in FuzzSendSoftbusEvent()
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/softbus_adapter/ |
H A D | softbus_adapter_common_test.cpp | 59 uint32_t result = SoftbusAdapter::GetInstance().SendSoftbusEvent(buffer);
|
H A D | softbus_adapter_test.cpp | 63 uint32_t result = SoftbusAdapter::GetInstance().SendSoftbusEvent(buffer);
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/mission/ |
H A D | dms_continue_send_manager.h | 145 int32_t SendSoftbusEvent(uint16_t bundleNameId, uint8_t continueTypeId, uint8_t type);
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/mission/ |
H A D | dms_continue_manager_test.cpp | 768 bool ret = DMSContinueSendMgr::GetInstance().SendSoftbusEvent(bundleNameId, continueType, type);
|