Home
last modified time | relevance | path

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

/ohos5.0/base/security/access_token/services/tokensyncmanager/src/remote/
H A Dremote_command_manager.cpp69 std::shared_ptr<RemoteCommandExecutor> executor = GetOrCreateRemoteCommandExecutor(udid); in AddCommand()
97 std::shared_ptr<RemoteCommandExecutor> executor = GetOrCreateRemoteCommandExecutor(udid); in ExecuteCommand()
171 auto executor = GetOrCreateRemoteCommandExecutor(nodeId); in NotifyDeviceOnline()
238 std::shared_ptr<RemoteCommandExecutor> RemoteCommandManager::GetOrCreateRemoteCommandExecutor(const… in GetOrCreateRemoteCommandExecutor() function in OHOS::Security::AccessToken::RemoteCommandManager
/ohos5.0/base/security/access_token/services/tokensyncmanager/include/remote/
H A Dremote_command_manager.h159 …std::shared_ptr<RemoteCommandExecutor> GetOrCreateRemoteCommandExecutor(const std::string &nodeId);