Home
last modified time | relevance | path

Searched refs:CmdQueryDistributedVirtualDeviceId (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/account/os_account/services/accountmgr/include/
H A Daccount_stub.h48 ErrCode CmdQueryDistributedVirtualDeviceId(MessageParcel &data, MessageParcel &reply);
/ohos5.0/base/account/os_account/services/accountmgr/src/
H A Daccount_stub.cpp80 return this->CmdQueryDistributedVirtualDeviceId(data, reply); in AccountStub()
301 ErrCode AccountStub::CmdQueryDistributedVirtualDeviceId(MessageParcel &data, MessageParcel &reply) in CmdQueryDistributedVirtualDeviceId() function in OHOS::AccountSA::AccountStub