Home
last modified time | relevance | path

Searched refs:PRIVATE (Results 1 - 15 of 15) sorted by relevance

/base/account/os_account/interfaces/innerkits/osaccount/native/include/
H A Dos_account_info.h28 PRIVATE = 1024, enumerator
/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_constant.h90 PRIVATE, member in OHOS::Notification::NotificationConstant::VisiblenessType
/base/account/os_account/test/fuzztest/osaccount_stub/checkosaccountconstraintenabledstub_fuzzer/
H A Dcheckosaccountconstraintenabledstub_fuzzer.cpp155 osAccountInfo.SetType(PRIVATE); in ProcUpdateOsAccountWithFullInfoStubFuzzTest()
/base/telephony/call_manager/test/unittest/call_manager_zero_gtest/src/
H A Dzero_branch2_test.cpp18 #define PRIVATE public macro
/base/useriam/user_auth_framework/services/core/src/
H A Dipc_common.cpp126 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 Dactivateosaccountstub_fuzzer.cpp75 osAccountInfo.SetType(PRIVATE); in ProcCreateOsAccountWithFullInfoStubFuzzTest()
/base/account/os_account/services/accountmgr/test/moduletest/os_account/
H A Dos_account_manager_service_module_test.cpp2276 * @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 Dos_account_info.cpp423 return (type_ < OsAccountType::ADMIN) || ((type_ > OsAccountType::GUEST) && (type_ < OsAccountType::PRIVATE)) || in IsTypeOutOfRange()
/base/account/os_account/tools/acm/src/
H A Daccount_command.cpp682 type = OsAccountType::PRIVATE; in AnalyzeTypeArgument()
/base/account/os_account/frameworks/osaccount/native/test/moduletest/
H A Dos_account_manager_module_test.cpp2747 * @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 Dos_account_manager_service.cpp34 {OsAccountType::PRIVATE, "private"},
74 return (type < OsAccountType::ADMIN) || ((type > OsAccountType::GUEST) && (type < OsAccountType::PRIVATE)) || in IsTypeOutOfRange()
H A Dinner_os_account_manager.cpp915 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 Dos_account_control_file_manager.cpp903 if (osAccountInfo.GetType() == OsAccountType::PRIVATE) { in UpdateAccountIndex()
1205 if (account->GetType() == OsAccountType::PRIVATE) { in GetAccountIndexInfo()
/base/telephony/cellular_call/test/unittest/cstest/
H A Dcs_calloperation_test.cpp18 #define PRIVATE public macro
/base/account/os_account/services/accountmgr/test/unittest/os_account/
H A Dos_account_inner_account_mgr_mock.cpp2084 IInnerOsAccountManager::GetInstance().CreateOsAccount(privateTestName, OsAccountType::PRIVATE, osAccountInfo), in HWTEST_F()

Completed in 27 milliseconds