Home
last modified time | relevance | path

Searched refs:GetAgent (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/network/softbus/
H A Dsoftbus_session_dispatcher.cpp67 weak_ptr<SoftbusAgent> SoftbusSessionDispatcher::GetAgent(int32_t sessionId, std::string peerSessio… in GetAgent() function in OHOS::Storage::DistributedFile::SoftbusSessionDispatcher
95 auto agent = GetAgent(sessionId, peerSessionName); in OnSessionOpened()
119 auto agent = GetAgent(sessionId, peerSessionName); in OnSessionClosed()
/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/test/unittest/network/softbus/
H A Dsoftbus_session_dispatcher_test.cpp170 … weak_ptr<SoftbusAgent> wp = SoftbusSessionDispatcher::GetAgent(TEST_SESSION_ID, peerSessionName);
189 …weak_ptr<SoftbusAgent> wp = SoftbusSessionDispatcher::GetAgent(TEST_INVALID_SESSION_ID, peerSessio…
220 … weak_ptr<SoftbusAgent> wp = SoftbusSessionDispatcher::GetAgent(TEST_SESSION_ID, peerSessionName);
/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/include/network/softbus/
H A Dsoftbus_session_dispatcher.h37 static std::weak_ptr<SoftbusAgent> GetAgent(int32_t sessionId, std::string peerSessionName);
/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_controller/src/
H A Dinput_method_controller.cpp662 auto agent = GetAgent(); in OnCursorUpdate()
696 auto agent = GetAgent(); in OnSelectionChange()
726 auto agent = GetAgent(); in OnConfigurationChange()
811 auto agent = GetAgent(); in DispatchKeyEvent()
886 auto agent = GetAgent(); in SetCallingWindow()
1320 std::shared_ptr<IInputMethodAgent> InputMethodController::GetAgent() in GetAgent() function in OHOS::MiscServices::InputMethodController
1366 auto agent = GetAgent(); in SendPrivateCommand()
/ohos5.0/base/inputmethod/imf/interfaces/inner_api/inputmethod_controller/include/
H A Dinput_method_controller.h848 std::shared_ptr<IInputMethodAgent> GetAgent();