Home
last modified time | relevance | path

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

/base/account/os_account/test/fuzztest/osaccount_stub/queryosaccountbyidstub_fuzzer/
Dqueryosaccountbyidstub_fuzzer.cpp43 uint32_t code = static_cast<uint32_t>(OsAccountInterfaceCode::QUERY_OS_ACCOUNT_BY_ID); in QueryOsAccountByIdStubFuzzTest()
/base/account/os_account/frameworks/common/include/
Daccountmgr_service_ipc_interface_code.h57 QUERY_OS_ACCOUNT_BY_ID, enumerator
/base/account/os_account/services/accountmgr/src/osaccount/
Dos_account_stub.cpp131 static_cast<uint32_t>(OsAccountInterfaceCode::QUERY_OS_ACCOUNT_BY_ID),
/base/account/os_account/frameworks/osaccount/core/src/
Dos_account_proxy.cpp399 …ErrCode result = SendRequestWithAccountId(OsAccountInterfaceCode::QUERY_OS_ACCOUNT_BY_ID, reply, i… in QueryOsAccountById()