/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/unittest/ |
H A D | device_profile_manager_test.cpp | 164 deviceProfile.SetDeviceId("anything"); 189 deviceProfile.SetDeviceId(""); 354 serviceProfile.SetDeviceId(""); 503 serviceProfile1.SetDeviceId(""); 529 charProfile.SetDeviceId("deviceId"); 547 charProfile.SetDeviceId(""); 688 charProfile1.SetDeviceId(""); 717 deviceProfile2.SetDeviceId(deviceId); 889 charProfile5.SetDeviceId(deviceId); 1464 charProfile5.SetDeviceId(deviceId); [all …]
|
H A D | dp_content_sensor_test.cpp | 81 profile.SetDeviceId("test"); 122 profile.SetDeviceId("test"); 138 profile.SetDeviceId(""); 154 profile.SetDeviceId(""); 170 profile.SetDeviceId("test");
|
H A D | profile_cache_test.cpp | 66 deviceProfile.SetDeviceId(devId); 84 serviceProfile.SetDeviceId(devId); 94 serviceProfile.SetDeviceId(devId); 99 serviceProfile.SetDeviceId(devId); 114 charProfile.SetDeviceId(devId); 129 charProfile.SetDeviceId(devId); 139 charProfile.SetDeviceId(devId); 306 deviceProfile.SetDeviceId(devId); 366 charProfile.SetDeviceId(devId); 376 charProfile.SetDeviceId(devId); [all …]
|
H A D | profile_control_utils_test.cpp | 118 deviceProfile.SetDeviceId("deviceId"); 337 charProfile.SetDeviceId("DeviceId"); 357 charProfile.SetDeviceId("DeviceId"); 378 charProfile.SetDeviceId("DeviceId"); 400 charProfile.SetDeviceId("DeviceId"); 436 charProfile.SetDeviceId("DeviceId"); 453 charProfile.SetDeviceId("DeviceId"); 471 charProfile.SetDeviceId("DeviceId"); 490 charProfile.SetDeviceId("DeviceId"); 510 charProfile.SetDeviceId("DeviceId"); [all …]
|
H A D | distributed_device_profile_client_kv_test.cpp | 152 serviceProfile.SetDeviceId("deviceId"); 171 serviceProfile1.SetDeviceId("deviceId1"); 175 serviceProfile2.SetDeviceId("deviceId2"); 208 charProfile.SetDeviceId("deviceId"); 228 charProfile1.SetDeviceId("deviceId1"); 233 charProfile2.SetDeviceId("deviceId2"); 273 deviceProfile1.SetDeviceId("anything");
|
/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/events/src/ |
H A D | input_manager_util.cpp | 140 item.SetDeviceId(1); in SetupPointerEvent001() 147 item.SetDeviceId(1); in SetupPointerEvent001() 165 item.SetDeviceId(1); in SetupPointerEvent002() 172 item.SetDeviceId(1); in SetupPointerEvent002() 190 item.SetDeviceId(1); in SetupPointerEvent003() 197 item.SetDeviceId(1); in SetupPointerEvent003() 229 item.SetDeviceId(0); in SetupPointerEvent005() 252 item.SetDeviceId(0); in SetupPointerEvent006() 278 item.SetDeviceId(0); in SetupPointerEvent007() 300 item.SetDeviceId(0); in SetupPointerEvent009() [all …]
|
/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/events/test/ |
H A D | input_manager_simulate_test.cpp | 192 item.SetDeviceId(1); 198 item.SetDeviceId(1); 234 item.SetDeviceId(1); 285 item.SetDeviceId(1); 332 kitDown.SetDeviceId(1); 374 item.SetDeviceId(1); 420 kitDown.SetDeviceId(1); 478 kitDown.SetDeviceId(1); 572 item.SetDeviceId(DEFAULT_DEVICE_ID); 608 item.SetDeviceId(DEFAULT_DEVICE_ID); [all …]
|
/ohos5.0/foundation/multimodalinput/input/service/touch_event_normalize/src/ |
H A D | tablet_tool_tranform_processor.cpp | 170 item.SetDeviceId(deviceId_); in OnTipDown() 183 pointerEvent_->SetDeviceId(deviceId_); in OnTipDown() 215 pointerEvent_->SetDeviceId(deviceId_); in OnTipMotion() 219 item.SetDeviceId(deviceId_); in OnTipMotion() 289 pointerEvent_->SetDeviceId(deviceId_); in OnTipProximity() 293 item.SetDeviceId(deviceId_); in OnTipProximity()
|
H A D | joystick_transform_processor.cpp | 58 pointerEvent_->SetDeviceId(deviceId_); in OnEventJoystickButton() 96 pointerEvent_->SetDeviceId(deviceId_); in OnEventJoystickAxis()
|
H A D | touchpad_transform_processor.cpp | 101 item.SetDeviceId(deviceId_); in OnEventTouchPadDown() 102 pointerEvent_->SetDeviceId(deviceId_); in OnEventTouchPadDown() 308 pointerEvent_->SetDeviceId(deviceId_); in SetTouchPadSwipeData() 335 pointerItem.SetDeviceId(deviceId_); in SetTouchPadSwipeData() 380 pointerItem.SetDeviceId(deviceId_); in SetPinchPointerItem() 403 pointerEvent_->SetDeviceId(deviceId_); in ProcessTouchPadPinchDataEvent()
|
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/subscribeprofilemanager/ |
H A D | subscribe_profile_manager.cpp | 212 deviceProfile.SetDeviceId(ProfileUtils::GetDeviceIdByDBKey(dbKey)); in NotifyDeviceProfileAdd() 237 newDeviceProfile.SetDeviceId(ProfileUtils::GetDeviceIdByDBKey(dbKey)); in NotifyDeviceProfileUpdate() 264 deviceProfile.SetDeviceId(ProfileUtils::GetDeviceIdByDBKey(dbKey)); in NotifyDeviceProfileDelete() 289 serviceProfile.SetDeviceId(ProfileUtils::GetDeviceIdByDBKey(dbKey)); in NotifyServiceProfileAdd() 315 newServiceProfile.SetDeviceId(ProfileUtils::GetDeviceIdByDBKey(dbKey)); in NotifyServiceProfileUpdate() 344 serviceProfile.SetDeviceId(ProfileUtils::GetDeviceIdByDBKey(dbKey)); in NotifyServiceProfileDelete() 370 charProfile.SetDeviceId(ProfileUtils::GetDeviceIdByDBKey(dbKey)); in NotifyCharProfileAdd() 397 newCharProfile.SetDeviceId(ProfileUtils::GetDeviceIdByDBKey(dbKey)); in NotifyCharProfileUpdate() 427 charProfile.SetDeviceId(ProfileUtils::GetDeviceIdByDBKey(dbKey)); in NotifyCharProfileDelete()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/event/ |
H A D | mouse_event.cpp | 28 hoverInfo.SetDeviceId(event.deviceId); in HandleHoverEvent() 45 hoverInfo.SetDeviceId(event.deviceId); in HandlePenHoverEvent() 68 hoverInfo.SetDeviceId(event.deviceId); in HandleAccessibilityHoverEvent()
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbabilitymgr/test/unittest/continuation_manager/ |
H A D | continuation_manager_test.cpp | 281 continuationResult1.SetDeviceId(SELECTED_DEVICE_ID1); 285 continuationResult2.SetDeviceId(SELECTED_DEVICE_ID2); 319 continuationResult1.SetDeviceId(SELECTED_DEVICE_ID1); 323 continuationResult2.SetDeviceId(SELECTED_DEVICE_ID2); 357 continuationResult1.SetDeviceId(SELECTED_DEVICE_ID1); 361 continuationResult2.SetDeviceId(SELECTED_DEVICE_ID2); 395 continuationResult1.SetDeviceId(SELECTED_DEVICE_ID1); 399 continuationResult2.SetDeviceId(SELECTED_DEVICE_ID2); 429 continuationResult1.SetDeviceId(SELECTED_DEVICE_ID1); 433 continuationResult2.SetDeviceId(SELECTED_DEVICE_ID2); [all …]
|
/ohos5.0/base/notification/common_event_service/interfaces/kits/cj/src/ |
H A D | subscribe_info.cpp | 52 void CommonEventSubscribeInfoImpl::SetDeviceId(const std::string &deviceId) in SetDeviceId() function in OHOS::CommonEventManager::CommonEventSubscribeInfoImpl 54 return info_->SetDeviceId(deviceId); in SetDeviceId()
|
/ohos5.0/foundation/multimodalinput/input/test/fuzztest/injectevent_fuzzer/ |
H A D | injectevent_fuzzer.cpp | 94 downitem.SetDeviceId(1); in InjectTouchEvent() 110 upitem.SetDeviceId(1); in InjectTouchEvent() 139 downitem.SetDeviceId(1); in InjectMouseEvent() 155 upitem.SetDeviceId(1); in InjectMouseEvent()
|
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/contentsensormanager/ |
H A D | collaboration_info_collector.cpp | 42 svrProfile.SetDeviceId(deviceId); in ConvertToProfile() 60 charProfile.SetDeviceId(deviceId); in ConvertToProfile()
|
H A D | dms_info_collector.cpp | 33 svrProfile.SetDeviceId(GetDeviceUdid()); in ConvertToProfile() 44 charProfile.SetDeviceId(GetDeviceUdid()); in ConvertToProfile()
|
H A D | pasteboard_info_collector.cpp | 43 svrProfile.SetDeviceId(ContentSensorManagerUtils::GetInstance().ObtainLocalUdid()); in ConvertToProfile() 54 charProfile.SetDeviceId(ContentSensorManagerUtils::GetInstance().ObtainLocalUdid()); in ConvertToProfile()
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbabilitymgr/src/continuation_manager/ |
H A D | continuation_result.cpp | 36 SetDeviceId(Str16ToStr8(parcel.ReadString16())); in ReadFromParcel() 65 void ContinuationResult::SetDeviceId(std::string deviceId) in SetDeviceId() function in OHOS::DistributedSchedule::ContinuationResult
|
/ohos5.0/foundation/multimodalinput/input/service/dfx/test/ |
H A D | dfx_hisysevent_test.cpp | 243 item.SetDeviceId(1); 248 item.SetDeviceId(1); 256 item.SetDeviceId(1); 515 item.SetDeviceId(1);
|
/ohos5.0/base/notification/common_event_service/tools/test/systemtest/cem/ |
H A D | common_event_command_publish_system_test.cpp | 219 subscribeInfo.SetDeviceId(STRING_DEVICE_ID_001); 279 subscribeInfo.SetDeviceId(STRING_DEVICE_ID_002); 339 subscribeInfo.SetDeviceId(STRING_DEVICE_ID_003);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/gestures/ |
H A D | raw_recognizer.cpp | 147 info.SetDeviceId(point.deviceId); in CreateTouchEventInfo() 173 info.SetDeviceId(lastPoint_.deviceId); in CreateTouchEventInfo() 188 info.SetDeviceId(point.deviceId); in CreateTouchEventInfo()
|
/ohos5.0/base/print/print_fwk/frameworks/helper/scan_helper/src/ |
H A D | scanner_info.cpp | 252 void ScanDeviceInfo::SetDeviceId(const std::string& newScannerId) in SetDeviceId() function in OHOS::Scan::ScanDeviceInfo 354 SetDeviceId(parcel.ReadString()); in ReadFromParcel() 424 void ScanDeviceInfoSync::SetDeviceId(const std::string& newScannerId) in SetDeviceId() function in OHOS::Scan::ScanDeviceInfoSync 496 SetDeviceId(parcel.ReadString()); in ReadFromParcel()
|
/ohos5.0/base/notification/common_event_service/test/systemtest/common/acts/actsCESSubscribeInfoTest/ |
H A D | actsCESSubscribeInfoTest.cpp | 496 subscribeInfo.SetDeviceId(DEVICEIDTEST1); 525 subscribeInfo.SetDeviceId(DEVICEIDTEST2); 554 subscribeInfo.SetDeviceId(DEVICEIDTEST3); 583 subscribeInfo.SetDeviceId(DEVICEIDTEST4); 612 subscribeInfo.SetDeviceId(DEVICEIDTEST5);
|
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/fuzztest/profileutils_fuzzer/ |
H A D | profileutils_fuzzer.cpp | 136 profile.SetDeviceId("deviceId"); in TrustDeviceProfileToEntriesFuzzTest() 215 deviceProfile.SetDeviceId("anything"); in EntriesToDeviceProfileFuzzTest() 232 serviceProfile.SetDeviceId("deviceId"); in EntriesToServiceProfileFuzzTest() 373 charProfile.SetDeviceId("deviceId"); in GetDbKeyByProfileFuzzTest()
|