Home
last modified time | relevance | path

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

/ohos5.0/base/account/os_account/services/accountmgr/include/
H A Daccount_stub.h43 std::int32_t InnerGetOhosAccountInfo(MessageParcel &data, MessageParcel &reply);
/ohos5.0/base/account/os_account/services/accountmgr/src/
H A Daccount_stub.cpp285 std::int32_t AccountStub::InnerGetOhosAccountInfo(MessageParcel &data, MessageParcel &reply) in InnerGetOhosAccountInfo() function in OHOS::AccountSA::AccountStub
332 return InnerGetOhosAccountInfo(data, reply); in CmdGetOhosAccountInfo()