Home
last modified time | relevance | path

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

/base/account/os_account/services/accountmgr/test/unittest/common/account_mgr_service_test/
H A Daccount_stub_test.cpp83 * @tc.desc: CmdSetOhosAccountInfo permission error.
92 EXPECT_EQ(accountServie_->CmdSetOhosAccountInfo(data, reply), ERR_ACCOUNT_COMMON_PERMISSION_DENIED); in HWTEST_F()
107 EXPECT_NE(accountServie_->CmdSetOhosAccountInfo(data, reply), ERR_OK); in HWTEST_F()
/base/account/os_account/services/accountmgr/include/
H A Daccount_stub.h40 std::int32_t CmdSetOhosAccountInfo(MessageParcel &data, MessageParcel &reply);
/base/account/os_account/services/accountmgr/src/
H A Daccount_stub.cpp73 [this] (MessageParcel &data, MessageParcel &reply) { return this->CmdSetOhosAccountInfo(data, reply); }; in AccountStub()
172 std::int32_t AccountStub::CmdSetOhosAccountInfo(MessageParcel &data, MessageParcel &reply) in CmdSetOhosAccountInfo() function in OHOS::AccountSA::AccountStub

Completed in 2 milliseconds