Home
last modified time | relevance | path

Searched defs:srcDeviceId (Results 1 – 7 of 7) 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.cpp32const std::string &srcDeviceId, const std::string &dstDeviceId, AccessTokenID id) : requestTokenId… in SyncRemoteHapTokenCommand()
Ddelete_remote_token_command.cpp34 const std::string &srcDeviceId, const std::string &dstDeviceId, AccessTokenID deleteID) in DeleteRemoteTokenCommand()
Dupdate_remote_hap_token_command.cpp33const std::string &srcDeviceId, const std::string &dstDeviceId, const HapTokenInfoForSync& tokenIn… in UpdateRemoteHapTokenCommand()
Dsync_remote_native_token_command.cpp33 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
/base/security/access_token/services/tokensyncmanager/test/unittest/token_sync_service/
Dtoken_sync_service_test.cpp850 std::string srcDeviceId = "001"; variable