Home
last modified time | relevance | path

Searched defs:isDeviceOwner (Results 1 - 11 of 11) sorted by relevance

/base/account/os_account/test/fuzztest/osaccount/setglobalosaccountconstraints_fuzzer/
H A Dsetglobalosaccountconstraints_fuzzer.cpp43 bool isDeviceOwner = ((fuzzData.GetData<int32_t>() % CONSTANTS_NUMBER_THREE) == 0); in SetGlobalOsAccountConstraintsFuzzTest() local
/base/account/os_account/test/fuzztest/osaccount_stub/setspecificosaccountconstraintsstub_fuzzer/
H A Dsetspecificosaccountconstraintsstub_fuzzer.cpp58 bool isDeviceOwner = ((fuzzData.GetData<size_t>() % CONSTANTS_NUMBER_THREE) == 0); in SetSpecificOsAccountConstraintsStubFuzzTest() local
/base/account/os_account/test/fuzztest/osaccount/setspecificosaccountconstraints_fuzzer/
H A Dsetspecificosaccountconstraints_fuzzer.cpp44 bool isDeviceOwner = ((fuzzData.GetData<int32_t>() % CONSTANTS_NUMBER_THREE) == 0); in SetSpecificOsAccountConstraintsFuzzTest() local
/base/account/os_account/test/fuzztest/osaccount_stub/setglobalosaccountconstraintsstub_fuzzer/
H A Dsetglobalosaccountconstraintsstub_fuzzer.cpp55 bool isDeviceOwner = ((fuzzData.GetData<size_t>() % CONSTANTS_NUMBER_THREE) == 0); in SetGlobalOsAccountConstraintsStubFuzzTest() local
/base/account/os_account/frameworks/osaccount/native/src/
H A Dos_account_manager.cpp312 SetGlobalOsAccountConstraints(const std::vector<std::string> &constraints, const bool enable, const int32_t enforcerId, const bool isDeviceOwner) SetGlobalOsAccountConstraints() argument
319 SetSpecificOsAccountConstraints(const std::vector<std::string> &constraints, const bool enable, const int32_t targetId, const int32_t enforcerId, const bool isDeviceOwner) SetSpecificOsAccountConstraints() argument
/base/account/os_account/services/accountmgr/test/unittest/os_account/
H A Dos_account_inner_account_mgr_mock.cpp1641 bool isDeviceOwner = 0; in HWTEST_F() local
/base/account/os_account/services/accountmgr/src/osaccount/
H A Dos_account_manager_service.cpp981 SetGlobalOsAccountConstraints(const std::vector<std::string> &constraints, const bool enable, const int32_t enforcerId, const bool isDeviceOwner) SetGlobalOsAccountConstraints() argument
993 SetSpecificOsAccountConstraints(const std::vector<std::string> &constraints, const bool enable, const int32_t targetId, const int32_t enforcerId, const bool isDeviceOwner) SetSpecificOsAccountConstraints() argument
H A Dos_account_stub.cpp1553 bool isDeviceOwner = data.ReadBool(); in ProcSetGlobalOsAccountConstraints() local
1666 bool isDeviceOwner = data.ReadBool(); in ProcSetSpecificOsAccountConstraints() local
H A Dinner_os_account_manager.cpp1318 ErrCode IInnerOsAccountManager::DealWithDeviceOwnerId(const bool isDeviceOwner, const int32_t localId) in RetryToGetAccount() argument
1232 SetGlobalOsAccountConstraints(const std::vector<std::string> &constraints, const bool enable, const int32_t enforcerId, const bool isDeviceOwner) RetryToGetAccount() argument
1263 SetSpecificOsAccountConstraints(const std::vector<std::string> &constraints, const bool enable, const int32_t targetId, const int32_t enforcerId, const bool isDeviceOwner) RetryToGetAccount() argument
/base/account/os_account/frameworks/osaccount/core/src/
H A Dos_account_proxy.cpp1306 SetGlobalOsAccountConstraints(const std::vector<std::string> &constraints, const bool enable, const int32_t enforcerId, const bool isDeviceOwner) SetGlobalOsAccountConstraints() argument
1348 SetSpecificOsAccountConstraints(const std::vector<std::string> &constraints, const bool enable, const int32_t targetId, const int32_t enforcerId, const bool isDeviceOwner) SetSpecificOsAccountConstraints() argument
H A Dos_account.cpp837 SetGlobalOsAccountConstraints(const std::vector<std::string> &constraints, const bool enable, const int32_t enforcerId, const bool isDeviceOwner) SetGlobalOsAccountConstraints() argument
848 SetSpecificOsAccountConstraints(const std::vector<std::string> &constraints, const bool enable, const int32_t targetId, const int32_t enforcerId, const bool isDeviceOwner) SetSpecificOsAccountConstraints() argument

Completed in 20 milliseconds