Home
last modified time | relevance | path

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

/ohos5.0/base/account/os_account/services/accountmgr/include/
H A Daccount_stub.h46 std::int32_t InnerQueryOhosAccountInfo(MessageParcel &data, MessageParcel &reply);
/ohos5.0/base/account/os_account/services/accountmgr/src/
H A Daccount_stub.cpp240 std::int32_t AccountStub::InnerQueryOhosAccountInfo(MessageParcel &data, MessageParcel &reply) in InnerQueryOhosAccountInfo() function in OHOS::AccountSA::AccountStub
320 return InnerQueryOhosAccountInfo(data, reply); in CmdQueryOhosAccountInfo()