Home
last modified time | relevance | path

Searched refs:DEVICE (Results 1 - 18 of 18) sorted by relevance

/foundation/multimodalinput/input/tools/vuinput/test/
H A Dvirtual_device_test.cpp31 const std::string DEVICE = "Virtual Mouse"; member in OHOS::MMI::VirtualDeviceTest
45 VirtualDevice device(DEVICE, BUS_TYPE, VENDOR_ID, PRODUCT_ID); in HWTEST_F()
59 VirtualDevice device(DEVICE, BUS_TYPE, VENDOR_ID, PRODUCT_ID); in HWTEST_F()
73 VirtualDevice device(DEVICE, BUS_TYPE, VENDOR_ID, PRODUCT_ID); in HWTEST_F()
87 VirtualDevice device(DEVICE, BUS_TYPE, VENDOR_ID, PRODUCT_ID); in HWTEST_F()
101 VirtualDevice device(DEVICE, BUS_TYPE, VENDOR_ID, PRODUCT_ID); in HWTEST_F()
115 VirtualDevice device(DEVICE, BUS_TYPE, VENDOR_ID, PRODUCT_ID); in HWTEST_F()
129 VirtualDevice device(DEVICE, BUS_TYPE, VENDOR_ID, PRODUCT_ID); in HWTEST_F()
143 VirtualDevice device(DEVICE, BUS_TYPE, VENDOR_ID, PRODUCT_ID); in HWTEST_F()
157 VirtualDevice device(DEVICE, BUS_TYP in HWTEST_F()
[all...]
/foundation/distributedhardware/device_manager/commondependency/src/
H A Ddeviceprofile_connector.cpp135 if (profiles.GetBindLevel() == DEVICE || (profiles.GetBindLevel() == APP && discoveryInfo.pkgname == "")) { in CheckAuthForm()
195 if (profiles.GetBindLevel() == DEVICE) { in GetAuthForm()
206 if (profiles.GetBindLevel() == DEVICE) { in GetAuthForm()
246 if (profiles.GetBindLevel() == DEVICE) { in GetParamBindTypeVec()
261 if (profiles.GetBindLevel() == DEVICE) { in GetParamBindTypeVec()
302 if (profiles.GetBindLevel() == DEVICE) { in ProcessBindType()
320 if (profiles.GetBindLevel() == DEVICE) { in ProcessBindType()
402 } else if (item.GetBindLevel() == DEVICE && item.GetAuthenticationType() == ALLOW_AUTH_ALWAYS) { in GetOfflineParamFromAcl()
404 } else if (item.GetBindLevel() == DEVICE && item.GetAuthenticationType() == ALLOW_AUTH_ONCE) { in GetOfflineParamFromAcl()
500 if (static_cast<uint32_t>(bindLevel) > APP || static_cast<uint32_t>(bindLevel) < DEVICE) { in DeleteAccessControlList()
[all...]
/foundation/distributedhardware/device_manager/test/commonunittest/
H A DUTTest_dm_deviceprofile_connector.cpp83 profiles.SetBindLevel(DEVICE); in HWTEST_F()
121 profiles.SetBindLevel(DEVICE); in HWTEST_F()
213 profiles.SetBindLevel(DEVICE); in HWTEST_F()
253 profiles.SetBindLevel(DEVICE); in HWTEST_F()
353 profiles.SetBindLevel(DEVICE); in HWTEST_F()
400 profiles.SetBindLevel(DEVICE); in HWTEST_F()
650 profile.SetBindLevel(DEVICE); in HWTEST_F()
654 profile.SetBindLevel(DEVICE); in HWTEST_F()
709 int32_t bindLevel = DEVICE; in HWTEST_F()
714 EXPECT_EQ(offlineParam.bindType, DEVICE); in HWTEST_F()
[all...]
H A DUTTest_dm_auth_manager_first.cpp157 authManager_->authResponseContext_->bindLevel = DEVICE; in HWTEST_F()
505 int32_t bindLevel = DEVICE; in HWTEST_F()
528 int32_t bindLevel = DEVICE; in HWTEST_F()
H A DUTTest_dm_auth_manager_third.cpp244 bindLevel = DEVICE; in HWTEST_F()
H A DUTTest_dm_auth_manager_second.cpp733 authManager_->authResponseContext_->bindLevel = DEVICE; in HWTEST_F()
780 authManager_->authResponseContext_->bindLevel = DEVICE; in HWTEST_F()
/foundation/ability/ability_lite/frameworks/want_lite/src/
H A Dwant.cpp31 DEVICE,
45 { "device=", 7, DEVICE },
381 case DEVICE: {
421 case DEVICE: {
/foundation/multimedia/audio_framework/services/audio_policy/server/include/service/config/
H A Daudio_device_parser.h42 DEVICE, enumerator
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_uni_hwc_prevalidate_util.h58 DEVICE = 2,
H A Drs_uni_render_visitor.cpp1743 if (it.second == RequestCompositionType::DEVICE) { in PrevalidateHwcNode()
/foundation/deviceprofile/device_info_manager/common/include/interfaces/
H A Ddistributed_device_profile_enums.h87 DEVICE = 1, member in OHOS::DistributedDeviceProfile::DPInterfaceCode::DeviceIdType::AuthenticationType::BindType::BindLevel
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/include/dfx/
H A Ddfx_types.h26 static const inline std::string DEVICE = "DEVICE"; member
/foundation/distributedhardware/device_manager/services/implementation/src/authentication/
H A Ddm_auth_manager.cpp178 if (bindLevel == DEVICE && !IsAllowDeviceBind()) { in CheckAuthParamVaildExtra()
318 if (bindLevel == DEVICE) { in UnAuthenticateDevice()
362 if (bindLevel == DEVICE && offlineParam.leftAclNumber != 0) { in DeleteAcl()
366 if (bindLevel == DEVICE && offlineParam.leftAclNumber == 0) { in DeleteAcl()
394 if (bindLevel == DEVICE) { in UnBindDevice()
831 (static_cast<uint32_t>(authResponseContext_->bindLevel) >= DEVICE && in RespNegotiate()
884 (static_cast<uint32_t>(authResponseContext_->bindLevel) >= DEVICE && in SendAuthRequest()
1070 (static_cast<uint32_t>(authResponseContext_->bindLevel) >= DEVICE && in StartAuthProcess()
1461 (static_cast<uint32_t>(authResponseContext_->bindLevel) >= DEVICE && in ShowStartAuthDialog()
1489 (static_cast<uint32_t>(authResponseContext_->bindLevel) >= DEVICE in ProcessPincode()
[all...]
/foundation/distributedhardware/device_manager/commondependency/include/
H A Ddeviceprofile_connector.h38 constexpr uint32_t DEVICE = 1; variable
/foundation/deviceprofile/device_info_manager/services/core/src/trustprofilemanager/
H A Dtrust_profile_manager.cpp825 bindLevel == static_cast<int32_t>(BindLevel::DEVICE)) { in GetAclProfileByUserIdAndBundleName()
914 bindLevel == static_cast<int32_t> (BindLevel::DEVICE)) { in GetAclProfileByTokenId()
955 bindLevel == static_cast<int32_t> (BindLevel::DEVICE)) { in GetAclProfileByBundleName()
/foundation/distributedhardware/device_manager/services/implementation/src/
H A Ddevice_manager_service_impl.cpp881 if (item.GetBindLevel() == DEVICE) { in ProcessAppUnintall()
/foundation/distributedhardware/device_manager/services/service/src/
H A Ddevice_manager_service.cpp1843 if (bindLevel == DEVICE) { in SendUnBindBroadCast()
/foundation/distributedhardware/device_manager/test/unittest/
H A DUTTest_device_manager_service.cpp2222 DeviceManagerService::GetInstance().SendUnBindBroadCast(peerUdids, userId, tokenId, DEVICE); in HWTEST_F()

Completed in 30 milliseconds