Home
last modified time | relevance | path

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

/base/account/os_account/test/fuzztest/osaccount_stub/checkosaccountconstraintenabledstub_fuzzer/
Dcheckosaccountconstraintenabledstub_fuzzer.cpp49 …uint32_t code = static_cast<uint32_t>(OsAccountInterfaceCode::CHECK_OS_ACCOUNT_CONSTRAINT_ENABLED); in CheckOsAccountConstraintEnabledStubFuzzTest()
/base/account/os_account/frameworks/common/include/
Daccountmgr_service_ipc_interface_code.h47 CHECK_OS_ACCOUNT_CONSTRAINT_ENABLED, enumerator
/base/account/os_account/services/accountmgr/src/osaccount/
Dos_account_stub.cpp68 static_cast<uint32_t>(OsAccountInterfaceCode::CHECK_OS_ACCOUNT_CONSTRAINT_ENABLED),
820 …e if (code == static_cast<uint32_t>(OsAccountInterfaceCode::CHECK_OS_ACCOUNT_CONSTRAINT_ENABLED)) { in ProcCheckOsAccountConstraintEnabled()
846 … static_cast<uint32_t>(OsAccountInterfaceCode::CHECK_OS_ACCOUNT_CONSTRAINT_ENABLED), data, reply); in ProcCheckOsAccountConstraintEnabled()
/base/account/os_account/frameworks/osaccount/core/src/
Dos_account_proxy.cpp180 OsAccountInterfaceCode::CHECK_OS_ACCOUNT_CONSTRAINT_ENABLED, id, constraint, isEnabled); in CheckOsAccountConstraintEnabled()