Home
last modified time | relevance | path

Searched refs:ALL (Results 1 - 25 of 51) sorted by relevance

123

/base/customization/enterprise_device_management/services/edm_plugin/src/network/rule/
H A Drule_utils.cpp51 case Protocol::ALL: in EnumToString()
65 return Protocol::ALL; in StringProtocl()
/base/inputmethod/imf/frameworks/native/inputmethod_controller/include/
H A Dinput_method_status.h22 enum InputMethodStatus : uint32_t { DISABLE = 0, ENABLE, ALL };
/base/useriam/user_auth_framework/test/unittest/services/src/
H A Dauth_widget_helper_test.cpp62 authParam.authTypes.push_back(ALL); in HWTEST_F()
79 authParam.authTypes.push_back(ALL); in HWTEST_F()
97 authTypeList.push_back(ALL); in HWTEST_F()
H A Dwidget_schedule_node_impl_test.cpp84 std::vector<AuthType> authTypeList = {AuthType::ALL, AuthType::PIN, AuthType::FACE, AuthType::FINGERPRINT}; in HWTEST_F()
97 std::vector<AuthType> authTypeList = {AuthType::ALL, AuthType::PIN, AuthType::FACE, AuthType::FINGERPRINT}; in HWTEST_F()
111 std::vector<AuthType> authTypeList = {AuthType::ALL, AuthType::PIN, AuthType::FACE, AuthType::FINGERPRINT}; in HWTEST_F()
H A Dwidget_context_test.cpp285 std::vector<AuthType> authTypeList = {ALL, PIN, FACE}; in HWTEST_F()
302 authTypeList.insert(ALL); in HWTEST_F()
305 std::vector<AuthType> testTypeList = {ALL, PIN, FACE}; in HWTEST_F()
317 AuthType authType = ALL; in HWTEST_F()
329 AuthType authType = ALL; in HWTEST_F()
348 AuthType authType = ALL; in HWTEST_F()
H A Dwidget_json_test.cpp71 para.authProfileMap.insert(pair<AuthType, ContextFactory::AuthProfile>(ALL, authProfile)); in CreatePara()
99 EXPECT_EQ(Str2AuthType(strAt), ALL); in HWTEST_F() local
105 EXPECT_EQ(Str2AuthType(strAt), ALL); in HWTEST_F() local
/base/useriam/user_auth_framework/services/context/src/
H A Dwidget_client.cpp98 if (authTypeList.size() == 1 && authTypeList[0] == AuthType::ALL) { in ProcessNotice()
110 if ((authTypeList.size() == 1 && authTypeList[0] == AuthType::ALL) || authTypeList.size() != 1) { in ProcessNotice()
280 if (tempList.size() == 1 && tempList[0] == AuthType::ALL) { in GetAuthTypeList()
285 authTypeList.emplace_back(AuthType::ALL); in GetAuthTypeList()
297 authTypeList.emplace_back(AuthType::ALL); in GetAuthTypeList()
H A Dwidget_json.cpp138 AuthType authType = AuthType::ALL; in Str2AuthType()
140 authType = AuthType::ALL; in Str2AuthType()
157 case AuthType::ALL: { in AuthType2Str()
/base/notification/common_event_service/frameworks/core/include/
H A Dcommon_event_constant.h39 ALL, enumerator
/base/hiviewdfx/hiview/plugins/faultlogger/common/
H A Dfaultlog_info.h43 ALL = 0, enumerator
/base/security/huks/test/unittest/huks_standard_test/module_test/service_test/huks_service/systemapi_wrap/useridm_test/user_iam_api_mock/
H A Duser_iam_define.h25 ALL = 0,
/base/useriam/user_auth_framework/services/core/inc/
H A Didentification.h30 AuthType authType {ALL};
H A Denrollment.h34 AuthType authType {ALL};
H A Dauthentication.h31 AuthType authType {ALL};
/base/account/os_account/services/accountmgr/src/account_iam/
H A Daccount_iam_service.cpp166 if ((authType < UserIam::UserAuth::ALL) || in GetCredentialInfo()
202 if (authType < UserIam::UserAuth::ALL) { in GetAvailableStatus()
247 if ((authType < UserIam::UserAuth::ALL) || in GetEnrolledId()
/base/hiviewdfx/hiview/plugins/faultlogger/service/
H A Dfaultlog_database.cpp125 if (faultType == FaultLogType::JS_CRASH || faultType == FaultLogType::ALL) { in CreateQueries()
141 if (faultType == FaultLogType::ALL) { in CreateQueries()
162 if (faultType < FaultLogType::ALL || faultType > FaultLogType::APP_FREEZE) { in GetFaultInfoList()
201 if (faultType < FaultLogType::ALL || faultType > FaultLogType::RUST_PANIC) { in IsFaultExist()
/base/notification/common_event_service/services/test/unittest/
H A Dcommon_event_dump_test.cpp218 innerCommonEventManager_->DumpState(static_cast<int32_t>(DumpEventType::ALL), "", ALL_USER, state); in ProcessSubscriberTest2Case1()
691 GetInnerCommonEventManager()->DumpState(static_cast<int32_t>(DumpEventType::ALL), "", ALL_USER, state); in HWTEST_F()
723 GetInnerCommonEventManager()->DumpState(static_cast<int32_t>(DumpEventType::ALL), "", ALL_USER, state); in HWTEST_F()
745 GetInnerCommonEventManager()->DumpState(static_cast<int32_t>(DumpEventType::ALL), "", ALL_USER, state); in HWTEST_F()
780 GetInnerCommonEventManager()->DumpState(static_cast<int32_t>(DumpEventType::ALL), "", ALL_USER, state); in HWTEST_F()
814 GetInnerCommonEventManager()->DumpState(static_cast<int32_t>(DumpEventType::ALL), "", ALL_USER, state); in HWTEST_F()
847 GetInnerCommonEventManager()->DumpState(static_cast<int32_t>(DumpEventType::ALL), "", ALL_USER, state); in HWTEST_F()
879 GetInnerCommonEventManager()->DumpState(static_cast<int32_t>(DumpEventType::ALL), "", ALL_USER, state); in HWTEST_F()
910 GetInnerCommonEventManager()->DumpState(static_cast<int32_t>(DumpEventType::ALL), "", ALL_USER, state); in HWTEST_F()
941 GetInnerCommonEventManager()->DumpState(static_cast<int32_t>(DumpEventType::ALL), EVENT in HWTEST_F()
[all...]
/base/notification/common_event_service/tools/cem/include/
H A Dcommon_event_command.h74 DumpEventType eventType = DumpEventType::ALL;
/base/useriam/user_auth_framework/interfaces/inner_api/
H A Diam_common_defines.h47 ALL = 0,
/base/customization/enterprise_device_management/common/native/include/plugin_utils/
H A Diptables_utils.h32 enum class Protocol { INVALID = -1, ALL, TCP, UDP, ICMP }; member in OHOS::EDM::IPTABLES::Protocol
/base/telephony/ril_adapter/interfaces/innerkits/include/
H A Dhril_types.h64 ALL = 1023, member in OHOS::Telephony::HRilApnTypes
/base/useriam/user_auth_framework/frameworks/native/ipc/common_defines/
H A Duser_idm_interface.h31 AuthType authType {ALL};
/base/account/os_account/frameworks/account_iam/test/unittest/src/
H A Daccount_iam_mgr_proxy_test.cpp105 int32_t ret = accountIAMMgrProxy->GetCredentialInfo(TEST_USER_ID, AuthType::ALL, nullptr); in HWTEST_F()
/base/telephony/telephony_data/interfaces/innerkits/include/
H A Dpdp_profile_data.h153 DEFAULT, IMS, MMS, ALL
/base/useriam/user_auth_framework/test/fuzztest/services/context/remoteauthcontext_fuzzer/
H A Dremote_auth_context_fuzzer.cpp105 param.authType = ALL; in RemoteAuthContextFuzzTest()
201 authParam.authTypes.push_back(ALL); in FuzzAuthWidgetHelper()

Completed in 11 milliseconds

123