Home
last modified time | relevance | path

Searched refs:SET_OHOS_ACCOUNT_INFO_BY_USER_ID (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/account/os_account/test/fuzztest/account_stub/cmdsetohosaccountinfobyuseridstub_fuzzer/
H A Dcmdsetohosaccountinfobyuseridstub_fuzzer.cpp109 … uint32_t code = static_cast<uint32_t>(AccountMgrInterfaceCode::SET_OHOS_ACCOUNT_INFO_BY_USER_ID); in CmdSetOhosAccountInfoByUserIdStubFuzzTest()
/ohos5.0/base/account/os_account/frameworks/common/include/
H A Daccountmgr_service_ipc_interface_code.h32 SET_OHOS_ACCOUNT_INFO_BY_USER_ID = 8, enumerator
/ohos5.0/base/account/os_account/frameworks/ohosaccount/native/src/
H A Daccount_proxy.cpp146 auto ret = SendRequest(AccountMgrInterfaceCode::SET_OHOS_ACCOUNT_INFO_BY_USER_ID, data, reply); in SetOhosAccountInfoByUserId()
/ohos5.0/base/account/os_account/services/accountmgr/src/
H A Daccount_stub.cpp74 stubFuncMap_[AccountMgrInterfaceCode::SET_OHOS_ACCOUNT_INFO_BY_USER_ID] = in AccountStub()