Searched refs:SyncRemoteHapTokenCommand (Results 1 – 5 of 5) sorted by relevance
32 SyncRemoteHapTokenCommand::SyncRemoteHapTokenCommand( in SyncRemoteHapTokenCommand() function in OHOS::Security::AccessToken::SyncRemoteHapTokenCommand53 SyncRemoteHapTokenCommand::SyncRemoteHapTokenCommand(const std::string &json) in SyncRemoteHapTokenCommand() function in OHOS::Security::AccessToken::SyncRemoteHapTokenCommand83 std::string SyncRemoteHapTokenCommand::ToJsonPayload() in ToJsonPayload()91 void SyncRemoteHapTokenCommand::Prepare() in Prepare()98 void SyncRemoteHapTokenCommand::Execute() in Execute()116 void SyncRemoteHapTokenCommand::Finish() in Finish()
32 class SyncRemoteHapTokenCommand : public BaseRemoteCommand {42 explicit SyncRemoteHapTokenCommand(const std::string &json);43 SyncRemoteHapTokenCommand(const std::string &srcDeviceId,45 virtual ~SyncRemoteHapTokenCommand() override = default;
39 std::shared_ptr<SyncRemoteHapTokenCommand> RemoteCommandFactory::NewSyncRemoteHapTokenCommand( in NewSyncRemoteHapTokenCommand()42 return std::make_shared<SyncRemoteHapTokenCommand>(srcDeviceId, dstDeviceId, tokenID); in NewSyncRemoteHapTokenCommand()65 return std::make_shared<SyncRemoteHapTokenCommand>(commandJsonString); in NewRemoteCommandFromJson()
36 …std::shared_ptr<SyncRemoteHapTokenCommand> NewSyncRemoteHapTokenCommand(const std::string &srcDevi…
109 const std::shared_ptr<SyncRemoteHapTokenCommand> syncRemoteHapTokenCommand = in GetRemoteHapTokenInfo()