Home
last modified time | relevance | path

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

/ohos5.0/base/account/os_account/services/accountmgr/test/unittest/common/account_mgr_service_test/
H A Daccount_stub_test.cpp92 …EXPECT_EQ(accountServie_->CmdSetOhosAccountInfo(data, reply), ERR_ACCOUNT_COMMON_PERMISSION_DENIED…
107 EXPECT_NE(accountServie_->CmdSetOhosAccountInfo(data, reply), ERR_OK);
/ohos5.0/base/account/os_account/services/accountmgr/include/
H A Daccount_stub.h40 std::int32_t CmdSetOhosAccountInfo(MessageParcel &data, MessageParcel &reply);
/ohos5.0/base/account/os_account/services/accountmgr/src/
H A Daccount_stub.cpp73 …[this] (MessageParcel &data, MessageParcel &reply) { return this->CmdSetOhosAccountInfo(data, repl… in AccountStub()
176 std::int32_t AccountStub::CmdSetOhosAccountInfo(MessageParcel &data, MessageParcel &reply) in CmdSetOhosAccountInfo() function in OHOS::AccountSA::AccountStub