Home
last modified time | relevance | path

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

/base/account/os_account/frameworks/common/include/
Daccountmgr_service_ipc_interface_code.h32 SET_OHOS_ACCOUNT_INFO_BY_USER_ID = 8, enumerator
/base/account/os_account/services/accountmgr/src/
Daccount_stub.cpp63 stubFuncMap_[AccountMgrInterfaceCode::SET_OHOS_ACCOUNT_INFO_BY_USER_ID] = in AccountStub()
441 if (interfaceCode <= AccountMgrInterfaceCode::SET_OHOS_ACCOUNT_INFO_BY_USER_ID) { in OnRemoteRequest()
/base/account/os_account/frameworks/ohosaccount/native/src/
Daccount_proxy.cpp137 auto ret = SendRequest(AccountMgrInterfaceCode::SET_OHOS_ACCOUNT_INFO_BY_USER_ID, data, reply); in SetOhosAccountInfoByUserId()