Home
last modified time | relevance | path

Searched refs:CmdGetOhosAccountInfo (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/account/os_account/services/accountmgr/include/
H A Daccount_stub.h44 std::int32_t CmdGetOhosAccountInfo(MessageParcel &data, MessageParcel &reply);
/ohos5.0/base/account/os_account/services/accountmgr/test/unittest/common/account_mgr_service_test/
H A Daccount_stub_test.cpp137 …EXPECT_EQ(accountServie_->CmdGetOhosAccountInfo(data, reply), ERR_ACCOUNT_COMMON_PERMISSION_DENIED…
/ohos5.0/base/account/os_account/services/accountmgr/src/
H A Daccount_stub.cpp83 …[this] (MessageParcel &data, MessageParcel &reply) { return this->CmdGetOhosAccountInfo(data, repl… in AccountStub()
323 ErrCode AccountStub::CmdGetOhosAccountInfo(MessageParcel &data, MessageParcel &reply) in CmdGetOhosAccountInfo() function in OHOS::AccountSA::AccountStub