Home
last modified time | relevance | path

Searched refs:SetDeviceId (Results 1 – 25 of 203) sorted by relevance

123456789

/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Ddevice_profile_manager_test.cpp164 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 Ddp_content_sensor_test.cpp81 profile.SetDeviceId("test");
122 profile.SetDeviceId("test");
138 profile.SetDeviceId("");
154 profile.SetDeviceId("");
170 profile.SetDeviceId("test");
H A Dprofile_cache_test.cpp66 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 Dprofile_control_utils_test.cpp118 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 Ddistributed_device_profile_client_kv_test.cpp152 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 Dinput_manager_util.cpp140 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 Dinput_manager_simulate_test.cpp192 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 Dtablet_tool_tranform_processor.cpp170 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 Djoystick_transform_processor.cpp58 pointerEvent_->SetDeviceId(deviceId_); in OnEventJoystickButton()
96 pointerEvent_->SetDeviceId(deviceId_); in OnEventJoystickAxis()
H A Dtouchpad_transform_processor.cpp101 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 Dsubscribe_profile_manager.cpp212 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 Dmouse_event.cpp28 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 Dcontinuation_manager_test.cpp281 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 Dsubscribe_info.cpp52 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 Dinjectevent_fuzzer.cpp94 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 Dcollaboration_info_collector.cpp42 svrProfile.SetDeviceId(deviceId); in ConvertToProfile()
60 charProfile.SetDeviceId(deviceId); in ConvertToProfile()
H A Ddms_info_collector.cpp33 svrProfile.SetDeviceId(GetDeviceUdid()); in ConvertToProfile()
44 charProfile.SetDeviceId(GetDeviceUdid()); in ConvertToProfile()
H A Dpasteboard_info_collector.cpp43 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 Dcontinuation_result.cpp36 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 Ddfx_hisysevent_test.cpp243 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 Dcommon_event_command_publish_system_test.cpp219 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 Draw_recognizer.cpp147 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 Dscanner_info.cpp252 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 DactsCESSubscribeInfoTest.cpp496 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 Dprofileutils_fuzzer.cpp136 profile.SetDeviceId("deviceId"); in TrustDeviceProfileToEntriesFuzzTest()
215 deviceProfile.SetDeviceId("anything"); in EntriesToDeviceProfileFuzzTest()
232 serviceProfile.SetDeviceId("deviceId"); in EntriesToServiceProfileFuzzTest()
373 charProfile.SetDeviceId("deviceId"); in GetDbKeyByProfileFuzzTest()

123456789