Home
last modified time | relevance | path

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

/base/account/os_account/test/fuzztest/osaccount_stub/proccreateosaccountwithshortnamestub_fuzzer/
Dproccreateosaccountwithshortnamestub_fuzzer.cpp57 …static_cast<int32_t>(OsAccountInterfaceCode::CREATE_OS_ACCOUNT_WITH_SHORT_NAME), datas, reply, opt… in ProcCreateOsAccountWithShortNameStubFuzzTest()
/base/account/os_account/frameworks/common/include/
Daccountmgr_service_ipc_interface_code.h44 CREATE_OS_ACCOUNT_WITH_SHORT_NAME, enumerator
/base/account/os_account/services/accountmgr/src/osaccount/
Dos_account_stub.cpp36 static_cast<uint32_t>(OsAccountInterfaceCode::CREATE_OS_ACCOUNT_WITH_SHORT_NAME),
/base/account/os_account/frameworks/osaccount/core/src/
Dos_account_proxy.cpp102 …ErrCode result = SendRequest(OsAccountInterfaceCode::CREATE_OS_ACCOUNT_WITH_SHORT_NAME, data, repl… in CreateOsAccount()