Home
last modified time | relevance | path

Searched refs:GetOrCreateRemoteCommandExecutor (Results 1 – 2 of 2) sorted by relevance

/base/security/access_token/services/tokensyncmanager/src/remote/
Dremote_command_manager.cpp63 std::shared_ptr<RemoteCommandExecutor> executor = GetOrCreateRemoteCommandExecutor(udid); in AddCommand()
91 std::shared_ptr<RemoteCommandExecutor> executor = GetOrCreateRemoteCommandExecutor(udid); in ExecuteCommand()
161 auto executor = GetOrCreateRemoteCommandExecutor(nodeId); in NotifyDeviceOnline()
228 std::shared_ptr<RemoteCommandExecutor> RemoteCommandManager::GetOrCreateRemoteCommandExecutor(const… in GetOrCreateRemoteCommandExecutor() function in OHOS::Security::AccessToken::RemoteCommandManager
/base/security/access_token/services/tokensyncmanager/include/remote/
Dremote_command_manager.h159 …std::shared_ptr<RemoteCommandExecutor> GetOrCreateRemoteCommandExecutor(const std::string &nodeId);