Home
last modified time | relevance | path

Searched defs:isDeviceOwner (Results 1 – 9 of 9) sorted by relevance

/base/account/os_account/test/fuzztest/osaccount/setglobalosaccountconstraints_fuzzer/
Dsetglobalosaccountconstraints_fuzzer.cpp41 bool isDeviceOwner = ((size % CONSTANTS_NUMBER_THREE) == 0); in SetGlobalOsAccountConstraintsFuzzTest() local
/base/account/os_account/test/fuzztest/osaccount/setspecificosaccountconstraints_fuzzer/
Dsetspecificosaccountconstraints_fuzzer.cpp42 bool isDeviceOwner = ((size % CONSTANTS_NUMBER_THREE) == 0); in SetSpecificOsAccountConstraintsFuzzTest() local
/base/account/os_account/frameworks/osaccount/native/src/
Dos_account_manager.cpp270 const bool enable, const int32_t enforcerId, const bool isDeviceOwner) in SetGlobalOsAccountConstraints()
277 const bool enable, const int32_t targetId, const int32_t enforcerId, const bool isDeviceOwner) in SetSpecificOsAccountConstraints()
/base/account/os_account/services/accountmgr/src/osaccount/
Dos_account_manager_service.cpp762 const bool enable, const int32_t enforcerId, const bool isDeviceOwner) in SetGlobalOsAccountConstraints()
774 const bool enable, const int32_t targetId, const int32_t enforcerId, const bool isDeviceOwner) in SetSpecificOsAccountConstraints()
Dinner_os_account_manager.cpp714 const bool enable, const int32_t enforcerId, const bool isDeviceOwner) in SetGlobalOsAccountConstraints()
746 const bool enable, const int32_t targetId, const int32_t enforcerId, const bool isDeviceOwner) in SetSpecificOsAccountConstraints()
806 ErrCode IInnerOsAccountManager::DealWithDeviceOwnerId(const bool isDeviceOwner, const int32_t local… in DealWithDeviceOwnerId()
/base/account/os_account/frameworks/osaccount/core/src/
Dos_account.cpp799 const bool enable, const int32_t enforcerId, const bool isDeviceOwner) in SetGlobalOsAccountConstraints()
811 const bool enable, const int32_t targetId, const int32_t enforcerId, const bool isDeviceOwner) in SetSpecificOsAccountConstraints()
Dos_account_proxy.cpp1345 const bool enable, const int32_t enforcerId, const bool isDeviceOwner) in SetGlobalOsAccountConstraints()
1387 const bool enable, const int32_t targetId, const int32_t enforcerId, const bool isDeviceOwner) in SetSpecificOsAccountConstraints()
Dos_account_stub.cpp1066 bool isDeviceOwner = data.ReadBool(); in ProcSetGlobalOsAccountConstraints() local
1096 bool isDeviceOwner = data.ReadBool(); in ProcSetSpecificOsAccountConstraints() local
/base/account/os_account/services/accountmgr/test/unittest/os_account/
Dos_account_inner_account_mgr_mock.cpp1167 bool isDeviceOwner = 0; variable