Searched refs:DeleteRemoteTokenCommand (Results 1 – 6 of 6) sorted by relevance
34 DeleteRemoteTokenCommand::DeleteRemoteTokenCommand( in DeleteRemoteTokenCommand() function in OHOS::Security::AccessToken::DeleteRemoteTokenCommand46 DeleteRemoteTokenCommand::DeleteRemoteTokenCommand(const std::string& json) in DeleteRemoteTokenCommand() function in OHOS::Security::AccessToken::DeleteRemoteTokenCommand61 std::string DeleteRemoteTokenCommand::ToJsonPayload() in ToJsonPayload()72 void DeleteRemoteTokenCommand::Prepare() in Prepare()79 void DeleteRemoteTokenCommand::Execute() in Execute()107 void DeleteRemoteTokenCommand::Finish() in Finish()
27 class DeleteRemoteTokenCommand : public BaseRemoteCommand {37 explicit DeleteRemoteTokenCommand(const std::string &json);38 DeleteRemoteTokenCommand(const std::string &srcDeviceId, const std::string &dstDeviceId,40 virtual ~DeleteRemoteTokenCommand() override = default;
45 std::shared_ptr<DeleteRemoteTokenCommand> RemoteCommandFactory::NewDeleteRemoteTokenCommand( in NewDeleteRemoteTokenCommand()48 return std::make_shared<DeleteRemoteTokenCommand>(srcDeviceId, dstDeviceId, tokenID); in NewDeleteRemoteTokenCommand()68 return std::make_shared<DeleteRemoteTokenCommand>(commandJsonString); in NewRemoteCommandFromJson()
39 …std::shared_ptr<DeleteRemoteTokenCommand> NewDeleteRemoteTokenCommand(const std::string &srcDevice…
137 const std::shared_ptr<DeleteRemoteTokenCommand> deleteRemoteTokenCommand = in DeleteRemoteHapTokenInfo()
874 std::shared_ptr<DeleteRemoteTokenCommand> deleteRemoteTokenCommand =