Home
last modified time | relevance | path

Searched refs:DEFAULT_TYPE (Results 1 – 23 of 23) sorted by relevance

/ohos5.0/base/security/device_security_level/services/dslm/
H A Ddslm_device_list.c34 #define DEFAULT_TYPE 10 macro
163 if (info->osType != DEFAULT_TYPE) { in JudgeListDeviceType()
H A Ddslm_core_process.c48 #define DEFAULT_TYPE 10 macro
218 info->osType = DEFAULT_TYPE; in InitSelfDeviceSecureLevel()
H A Ddslm_fsm_process.c42 #define DEFAULT_TYPE 10 macro
203 if (level == 0 && osType == DEFAULT_TYPE) { in ProcessDeviceOnline()
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/test/testutil/
H A Dressched_test.cpp38 const static int32_t DEFAULT_TYPE = 1; variable
129 …OHOS::ResourceSchedule::ResSchedClient::GetInstance().ReportData(DEFAULT_TYPE, DEFAULT_VALUE, mapP… in RequestTest()
/ohos5.0/drivers/peripheral/pin_auth/hdi_service/common/inc/
H A Ddefines.h125 DEFAULT_TYPE = 0, enumerator
/ohos5.0/drivers/peripheral/user_auth/hdi_service/utils/inc/
H A Ddefines.h95 DEFAULT_TYPE = 0, enumerator
/ohos5.0/base/security/device_security_level/baselib/msglib/src/standard/
H A Dmessenger_device_status_manager.cpp34 #define DEFAULT_TYPE 10 macro
267 osType = DEFAULT_TYPE; in GetDeviceSecurityLevelByNetworkId()
/ohos5.0/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dnetwork_search_test.cpp34 constexpr ImsServiceType DEFAULT_TYPE = TYPE_VOICE; variable
2159 imsRegStateCallback.imsSrvType = DEFAULT_TYPE;
2189 INVALID_SLOT_ID, DEFAULT_TYPE, imsRegInfoCallback);
2225 …= NetworkSearchTest::telephonyService_->RegisterImsRegInfoCallback(SLOT_ID, DEFAULT_TYPE, nullptr);
2243 imsRegStateCallback.imsSrvType = DEFAULT_TYPE;
2288 … NetworkSearchTest::telephonyService_->RegisterImsRegInfoCallback(SLOT_ID1, DEFAULT_TYPE, nullptr);
2345 int ret = CoreServiceClient::GetInstance().UnregisterImsRegInfoCallback(SLOT_ID, DEFAULT_TYPE);
2352 if (itor->slotId == SLOT_ID && itor->imsSrvType == DEFAULT_TYPE) {
2393 … NetworkSearchTest::telephonyService_->UnregisterImsRegInfoCallback(INVALID_SLOT_ID, DEFAULT_TYPE);
2427 … ret = NetworkSearchTest::telephonyService_->UnregisterImsRegInfoCallback(SLOT_ID1, DEFAULT_TYPE);
[all …]
/ohos5.0/foundation/window/window_manager/window_scene/interfaces/include/
H A Dws_common.h144 DEFAULT_TYPE = 0, enumerator
330 int32_t collaboratorType_ = CollaboratorType::DEFAULT_TYPE;
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dability_record.h240 DEFAULT_TYPE = 0, enumerator
255 int32_t collaboratorType = CollaboratorType::DEFAULT_TYPE;
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_manager_test10.cpp128 sessionInfo.collaboratorType_ = CollaboratorType::DEFAULT_TYPE;
H A Dscene_session_manager_test7.cpp674 sceneSession->SetCollaboratorType(CollaboratorType::DEFAULT_TYPE);
H A Dscene_session_manager_test3.cpp1081 type = CollaboratorType::DEFAULT_TYPE;
/ohos5.0/foundation/window/window_manager/window_scene/common/include/
H A Dwindow_session_property.h341 int32_t collaboratorType_ = CollaboratorType::DEFAULT_TYPE;
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/componentloader/
H A Dcomponent_loader.cpp64 const std::string DEFAULT_TYPE = "UNKNOWN"; variable
/ohos5.0/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_scene_session_impl_test2.cpp1531 window->property_->SetCollaboratorType(CollaboratorType::DEFAULT_TYPE);
1548 window->property_->SetCollaboratorType(CollaboratorType::DEFAULT_TYPE);
H A Dwindow_scene_session_impl_test4.cpp128 windowSceneSessionImpl->property_->SetCollaboratorType(CollaboratorType::DEFAULT_TYPE);
/ohos5.0/foundation/window/window_manager/window_scene/session/host/include/
H A Dscene_session.h769 int32_t collaboratorType_ = CollaboratorType::DEFAULT_TYPE;
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ability_manager_service_third_test/
H A Dability_manager_service_third_test.cpp964 res = abilityMs_->CheckCollaboratorType(CollaboratorType::DEFAULT_TYPE);
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/scene_board/
H A Dui_ability_lifecycle_manager.cpp1412 if (abilityRequest.collaboratorType != CollaboratorType::DEFAULT_TYPE) { in GetPersistentIdByAbilityRequest()
1498 if (second->GetCollaboratorType() != CollaboratorType::DEFAULT_TYPE && in GetReusedCollaboratorPersistentId()
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ui_ability_lifecycle_manager_test/
H A Dui_ability_lifecycle_manager_test.cpp3759 abilityRecord->collaboratorType_ = CollaboratorType::DEFAULT_TYPE;
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_scene_session_impl.cpp711 … if (property_ != nullptr && property_->GetCollaboratorType() != CollaboratorType::DEFAULT_TYPE) { in RegisterSessionRecoverListener()
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp9156 int32_t collaboratorType = CollaboratorType::DEFAULT_TYPE; in CheckIfReuseSession()