Searched refs:GetAgent (Results 1 – 5 of 5) sorted by relevance
67 weak_ptr<SoftbusAgent> SoftbusSessionDispatcher::GetAgent(int32_t sessionId, std::string peerSessio… in GetAgent() function in OHOS::Storage::DistributedFile::SoftbusSessionDispatcher95 auto agent = GetAgent(sessionId, peerSessionName); in OnSessionOpened()119 auto agent = GetAgent(sessionId, peerSessionName); in OnSessionClosed()
170 … 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);
37 static std::weak_ptr<SoftbusAgent> GetAgent(int32_t sessionId, std::string peerSessionName);
662 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::InputMethodController1366 auto agent = GetAgent(); in SendPrivateCommand()
848 std::shared_ptr<IInputMethodAgent> GetAgent();