Home
last modified time | relevance | path

Searched refs:OnSoftbusSessionOpened (Results 1 - 8 of 8) sorted by relevance

/foundation/distributedhardware/distributed_screen/services/softbusadapter/src/
H A Dsoftbus_adapter.cpp33 SoftbusAdapter::GetInstance().OnSoftbusSessionOpened(sessionId, info); in ScreenOnSoftbusSessionOpened()
219 ret = OnSoftbusSessionOpened(socketId, info); in OpenSoftbusSession()
299 int32_t SoftbusAdapter::OnSoftbusSessionOpened(int32_t sessionId, PeerSocketInfo info) in OnSoftbusSessionOpened() function in OHOS::DistributedHardware::SoftbusAdapter
301 DHLOGI("%{public}s: OnSoftbusSessionOpened session:%{public}" PRId32, DSCREEN_LOG_TAG, sessionId); in OnSoftbusSessionOpened()
/foundation/multimodalinput/input/intention/cooperate/plugin/include/
H A Dinput_device_mgr.h44 void OnSoftbusSessionOpened(const DSoftbusSessionOpened &notice);
H A Dstate_machine.h82 void OnSoftbusSessionOpened(Context &context, const CooperateEvent &event);
/foundation/distributedhardware/distributed_screen/services/softbusadapter/include/
H A Dsoftbus_adapter.h55 int32_t OnSoftbusSessionOpened(int32_t sessionId, PeerSocketInfo info);
/foundation/multimodalinput/input/intention/cooperate/plugin/src/
H A Dstate_machine.cpp132 this->OnSoftbusSessionOpened(context, event); in StateMachine()
395 void StateMachine::OnSoftbusSessionOpened(Context &context, const CooperateEvent &event) in OnSoftbusSessionOpened() function in OHOS::Msdp::DeviceStatus::Cooperate::StateMachine
399 context.inputDevMgr_.OnSoftbusSessionOpened(notice); in OnSoftbusSessionOpened()
H A Dinput_device_mgr.cpp52 void InputDeviceMgr::OnSoftbusSessionOpened(const DSoftbusSessionOpened &notice) in OnSoftbusSessionOpened() function in OHOS::Msdp::DeviceStatus::Cooperate::InputDeviceMgr
/foundation/distributedhardware/distributed_screen/services/softbusadapter/test/fuzztest/softbusadapter_fuzzer/
H A Dsoftbusadapter_fuzzer.cpp115 adapter->OnSoftbusSessionOpened(sessionId, peerSocketInfo); in SoftbusOnSessionOpenedFuzzTest()
/foundation/distributedhardware/distributed_screen/services/softbusadapter/test/unittest/src/
H A Dsoftbus_adapter_test.cpp356 * @tc.desc: Verify the OnSoftbusSessionOpened function.
368 int32_t actual = softbusAdapter.OnSoftbusSessionOpened(0, peerSocketInfo); in HWTEST_F()

Completed in 6 milliseconds