Home
last modified time | relevance | path

Searched refs:CmdUpdateOhosAccountInfo (Results 1 - 3 of 3) sorted by relevance

/base/account/os_account/services/accountmgr/include/
H A Daccount_stub.h38 std::int32_t CmdUpdateOhosAccountInfo(MessageParcel &data, MessageParcel &reply);
/base/account/os_account/services/accountmgr/test/unittest/common/account_mgr_service_test/
H A Daccount_stub_test.cpp68 * @tc.desc: CmdUpdateOhosAccountInfo permission error.
77 EXPECT_EQ(accountServie_->CmdUpdateOhosAccountInfo(data, reply), ERR_ACCOUNT_COMMON_PERMISSION_DENIED); in HWTEST_F()
/base/account/os_account/services/accountmgr/src/
H A Daccount_stub.cpp71 [this] (MessageParcel &data, MessageParcel &reply) { return this->CmdUpdateOhosAccountInfo(data, reply); }; in AccountStub()
162 std::int32_t AccountStub::CmdUpdateOhosAccountInfo(MessageParcel &data, MessageParcel &reply) in CmdUpdateOhosAccountInfo() function in OHOS::AccountSA::AccountStub

Completed in 2 milliseconds