Home
last modified time | relevance | path

Searched refs:NewRemoteCommandFromJson (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/security/access_token/services/tokensyncmanager/include/remote/
H A Dremote_command_factory.h45 std::shared_ptr<BaseRemoteCommand> NewRemoteCommandFromJson(
/ohos5.0/base/security/access_token/services/tokensyncmanager/src/remote/
H A Dremote_command_factory.cpp57 std::shared_ptr<BaseRemoteCommand> RemoteCommandFactory::NewRemoteCommandFromJson( in NewRemoteCommandFromJson() function in OHOS::Security::AccessToken::RemoteCommandFactory
H A Dremote_command_executor.cpp285 RemoteCommandFactory::GetInstance().NewRemoteCommandFromJson( in ExecuteRemoteCommand()
H A Dsoft_bus_channel.cpp380 RemoteCommandFactory::GetInstance().NewRemoteCommandFromJson(commandName, jsonPayload); in HandleRequest()