Home
last modified time | relevance | path

Searched defs:srcDeviceId (Results 1 – 6 of 6) sorted by relevance

/base/security/access_token/services/tokensyncmanager/src/remote/
Dremote_command_factory.cpp30 const std::string &srcDeviceId, const std::string &dstDeviceId, AccessTokenID tokenID) in NewSyncRemoteHapTokenCommand()
36 const std::string &srcDeviceId, const std::string &dstDeviceId, AccessTokenID tokenID) in NewDeleteRemoteTokenCommand()
42const std::string &srcDeviceId, const std::string &dstDeviceId, const HapTokenInfoForSync& tokenIn… in NewUpdateRemoteHapTokenCommand()
48 const std::string &srcDeviceId, const std::string &dstDeviceId) in NewSyncRemoteNativeTokenCommand()
/base/security/access_token/services/tokensyncmanager/src/command/
Dsync_remote_hap_token_command.cpp31const std::string &srcDeviceId, const std::string &dstDeviceId, AccessTokenID id) : requestTokenId… in SyncRemoteHapTokenCommand()
Ddelete_remote_token_command.cpp33 const std::string &srcDeviceId, const std::string &dstDeviceId, AccessTokenID deleteID) in DeleteRemoteTokenCommand()
Dupdate_remote_hap_token_command.cpp32const std::string &srcDeviceId, const std::string &dstDeviceId, const HapTokenInfoForSync& tokenIn… in UpdateRemoteHapTokenCommand()
Dsync_remote_native_token_command.cpp32 const std::string &srcDeviceId, const std::string &dstDeviceId) in SyncRemoteNativeTokenCommand()
/base/security/access_token/services/tokensyncmanager/include/protocol/
Dremote_protocol.h26 std::string srcDeviceId; member