/base/account/os_account/interfaces/innerkits/osaccount/native/include/ |
H A D | os_account_info.h | 28 PRIVATE = 1024, enumerator
|
/base/notification/distributed_notification_service/interfaces/inner_api/ |
H A D | notification_constant.h | 90 PRIVATE, member in OHOS::Notification::NotificationConstant::VisiblenessType
|
/base/account/os_account/test/fuzztest/osaccount_stub/checkosaccountconstraintenabledstub_fuzzer/ |
H A D | checkosaccountconstraintenabledstub_fuzzer.cpp | 155 osAccountInfo.SetType(PRIVATE); in ProcUpdateOsAccountWithFullInfoStubFuzzTest()
|
/base/telephony/call_manager/test/unittest/call_manager_zero_gtest/src/ |
H A D | zero_branch2_test.cpp | 18 #define PRIVATE public macro
|
/base/useriam/user_auth_framework/services/core/src/ |
H A D | ipc_common.cpp | 126 if (osAccountType == AccountSA::OsAccountType::PRIVATE) { in MapOsAccountTypeToUserType() 127 return HdiUserType::PRIVATE; in MapOsAccountTypeToUserType()
|
/base/account/os_account/test/fuzztest/osaccount_stub/activateosaccountstub_fuzzer/ |
H A D | activateosaccountstub_fuzzer.cpp | 75 osAccountInfo.SetType(PRIVATE); in ProcCreateOsAccountWithFullInfoStubFuzzTest()
|
/base/account/os_account/services/accountmgr/test/moduletest/os_account/ |
H A D | os_account_manager_service_module_test.cpp | 2276 * @tc.desc: Test PRIVATE type os account. 2290 OsAccountType::PRIVATE, osAccountInfoB), ERR_OK); in HWTEST_F() 2293 OsAccountType::PRIVATE, osAccountInfoC), ERR_OSACCOUNT_SERVICE_CONTROL_MAX_CAN_CREATE_ERROR); in HWTEST_F() 2300 OsAccountType::PRIVATE, osAccountInfoC), ERR_OK); in HWTEST_F() 2306 EXPECT_EQ(type, OsAccountType::PRIVATE); in HWTEST_F() 2315 OsAccountType::PRIVATE, osAccountInfoD), ERR_OK); in HWTEST_F() 2323 * @tc.desc: Test PRIVATE type os account. 2333 OsAccountType::PRIVATE, osAccountInfoA), ERR_OK); in HWTEST_F() 2344 * @tc.desc: Test PRIVATE type os account. 2356 OsAccountType::PRIVATE, osAccountInfo in HWTEST_F() [all...] |
/base/account/os_account/frameworks/osaccount/native/src/ |
H A D | os_account_info.cpp | 423 return (type_ < OsAccountType::ADMIN) || ((type_ > OsAccountType::GUEST) && (type_ < OsAccountType::PRIVATE)) || in IsTypeOutOfRange()
|
/base/account/os_account/tools/acm/src/ |
H A D | account_command.cpp | 682 type = OsAccountType::PRIVATE; in AnalyzeTypeArgument()
|
/base/account/os_account/frameworks/osaccount/native/test/moduletest/ |
H A D | os_account_manager_module_test.cpp | 2747 * @tc.desc: Test PRIVATE type os account. 2759 ASSERT_EQ(OsAccountManager::CreateOsAccount(privateTestName, OsAccountType::PRIVATE, osAccountInfoB), ERR_OK); in HWTEST_F() 2761 ASSERT_EQ(OsAccountManager::CreateOsAccount(privateTestNameTwo, OsAccountType::PRIVATE, osAccountInfoC), in HWTEST_F() 2767 EXPECT_EQ(type, OsAccountType::PRIVATE); in HWTEST_F() 2775 ASSERT_EQ(OsAccountManager::CreateOsAccount(privateTestName, OsAccountType::PRIVATE, osAccountInfoD), ERR_OK); in HWTEST_F() 2783 * @tc.desc: Test PRIVATE type os account. 2792 ASSERT_EQ(OsAccountManager::CreateOsAccount(privateTestName, OsAccountType::PRIVATE, osAccountInfoA), ERR_OK); in HWTEST_F() 2802 * @tc.desc: Test PRIVATE type os account. 2813 ASSERT_EQ(OsAccountManager::CreateOsAccount(privateTestName, OsAccountType::PRIVATE, osAccountInfoA), ERR_OK); in HWTEST_F()
|
/base/account/os_account/services/accountmgr/src/osaccount/ |
H A D | os_account_manager_service.cpp | 34 {OsAccountType::PRIVATE, "private"}, 74 return (type < OsAccountType::ADMIN) || ((type > OsAccountType::GUEST) && (type < OsAccountType::PRIVATE)) || in IsTypeOutOfRange()
|
H A D | inner_os_account_manager.cpp | 915 if (osAccountInfo.GetType() == OsAccountType::PRIVATE) { in RetryToGetAccount() 965 if (type != OsAccountType::PRIVATE) { in RetryToGetAccount() 974 if (type == OsAccountType::PRIVATE && typeNumber >= MAX_PRIVATE_TYPE_NUMBER) { in RetryToGetAccount() 2325 if ((oldOsAccountInfo.GetType() != OsAccountType::PRIVATE) && (!loggedInAccounts_.Find(oldId, isLoggedIn))) { in RetryToGetAccount()
|
H A D | os_account_control_file_manager.cpp | 903 if (osAccountInfo.GetType() == OsAccountType::PRIVATE) { in UpdateAccountIndex() 1205 if (account->GetType() == OsAccountType::PRIVATE) { in GetAccountIndexInfo()
|
/base/telephony/cellular_call/test/unittest/cstest/ |
H A D | cs_calloperation_test.cpp | 18 #define PRIVATE public macro
|
/base/account/os_account/services/accountmgr/test/unittest/os_account/ |
H A D | os_account_inner_account_mgr_mock.cpp | 2084 IInnerOsAccountManager::GetInstance().CreateOsAccount(privateTestName, OsAccountType::PRIVATE, osAccountInfo), in HWTEST_F()
|