Home
last modified time | relevance | path

Searched refs:GetDeviceId (Results 1 – 25 of 29) sorted by relevance

12

/base/notification/distributed_notification_service/services/distributed/src/
Ddistributed_database_callback.cpp36 …callback_.OnInsert(changeNotification.GetDeviceId(), entry.key.ToString(), entry.value.ToString()); in OnChange()
44 …callback_.OnUpdate(changeNotification.GetDeviceId(), entry.key.ToString(), entry.value.ToString()); in OnChange()
52 …callback_.OnDelete(changeNotification.GetDeviceId(), entry.key.ToString(), entry.value.ToString()); in OnChange()
/base/notification/distributed_notification_service/services/distributed/test/unittest/mock/
Dmock_change_notification.cpp47 const std::string &ChangeNotification::GetDeviceId() const in GetDeviceId() function in OHOS::DistributedKv::ChangeNotification
/base/notification/distributed_notification_service/test/fuzztest/notificationannex_fuzzer/
Dnotificationannex_fuzzer.cpp33 notification.GetDeviceId(); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/frameworks/test/moduletest/mock/
Dmock_change_notification.cpp47 const std::string &ChangeNotification::GetDeviceId() const in GetDeviceId() function in OHOS::DistributedKv::ChangeNotification
/base/notification/common_event_service/interfaces/inner_api/
Dcommon_event_subscribe_info.h125 std::string GetDeviceId() const;
/base/location/services/location_locator/locator/include/
Dwork_record.h36 std::string GetDeviceId();
/base/notification/common_event_service/test/systemtest/common/acts/actsCESSubscribeInfoTest/
DactsCESSubscribeInfoTest.cpp497 if (subscribeInfo.GetDeviceId() != DEVICEIDTEST1) {
526 if (subscribeInfo.GetDeviceId() != DEVICEIDTEST2) {
555 if (subscribeInfo.GetDeviceId() != DEVICEIDTEST3) {
584 if (subscribeInfo.GetDeviceId() != DEVICEIDTEST4) {
613 if (subscribeInfo.GetDeviceId() != DEVICEIDTEST5) {
/base/notification/common_event_service/test/fuzztest/subscribecommonevent_fuzzer/
Dsubscribecommonevent_fuzzer.cpp68 subscribeInfo.GetDeviceId(); in DoSomethingInterestingWithMyAPI()
/base/location/services/location_locator/locator/source/
Dsubability_common.cpp91 workRecord->SetDeviceId(newRecord.GetDeviceId()); in HandleRemoveRecord()
108 workRecord->SetDeviceId(newRecord.GetDeviceId()); in HandleAddRecord()
Dwork_record.cpp158 std::string WorkRecord::GetDeviceId() in GetDeviceId() function in OHOS::Location::WorkRecord
/base/notification/common_event_service/frameworks/native/src/
Dcommon_event_subscribe_info.cpp95 std::string CommonEventSubscribeInfo::GetDeviceId() const in GetDeviceId() function in OHOS::EventFwk::CommonEventSubscribeInfo
/base/notification/distributed_notification_service/interfaces/inner_api/
Dnotification.h215 std::string GetDeviceId() const;
/base/security/access_token/services/privacymanager/include/record/
Dpermission_record_manager.h98 std::string GetDeviceId(AccessTokenID tokenId);
/base/security/access_token/services/privacymanager/src/record/
Dpermission_record_manager.cpp136 std::string device = GetDeviceId(tokenId); in RemovePermissionUsedRecords()
239 bundleRecord.deviceId = GetDeviceId(tokenId); in CreateBundleUsedRecord()
448 tokenId, permissionName, GetDeviceId(tokenId), (ActiveChangeType)status); in CallbackExecute()
752 std::string PermissionRecordManager::GetDeviceId(AccessTokenID tokenId) in GetDeviceId() function in OHOS::Security::AccessToken::PermissionRecordManager
/base/msdp/device_status/services/interaction/coordination/src/
Ddevice_profile_adapter.cpp211 std::string deviceId = changeNotification.GetDeviceId(); in OnProfileChanged()
Dcoordination_sm.cpp927 int32_t deviceId = keyEvent->GetDeviceId(); in OnPostInterceptorKeyEvent()
966 int32_t deviceId = pointerEvent->GetDeviceId(); in OnPostInterceptorPointerEvent()
985 int32_t deviceId = pointerEvent->GetDeviceId(); in OnPostMonitorInputEvent()
/base/notification/common_event_service/tools/test/systemtest/cem/
Dcommon_event_command_publish_system_test.cpp118 std::string deviceId = GetSubscribeInfo().GetDeviceId(); in OnReceiveEvent()
/base/msdp/device_status/rust/subsystem/input/binding/src/
Dinput_binding.cpp135 return cPointerEvent->event->GetDeviceId(); in CGetDeviceId()
/base/location/test/location_locator/source/
Dwork_record_test.cpp143 EXPECT_EQ("deviceId", workrecord->GetDeviceId());
/base/notification/distributed_notification_service/frameworks/ans/src/
Dnotification.cpp211 std::string Notification::GetDeviceId() const in GetDeviceId() function in OHOS::Notification::Notification
/base/notification/distributed_notification_service/services/ans/test/unittest/
Dnotification_hisysevent_test.cpp92 auto result = notificationTest.GetDeviceId(); in HWTEST_F()
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
Dnotification_test.cpp246 EXPECT_EQ(rrc->GetDeviceId(), deviceId);
/base/inputmethod/imf/test/unittest/cpp_test/src/
Dinput_method_controller_test.cpp343 ret = keyEvent->GetKeyItem()->GetDeviceId() == keyEvent_->GetKeyItem()->GetDeviceId(); in CheckKeyEvent()
/base/notification/common_event_service/services/src/
Dcommon_event_subscriber_manager.cpp156 … std::string deviceId = format + "DevicedID: " + record->eventSubscribeInfo->GetDeviceId() + "\n"; in DumpDetailed()
Dcommon_event_control_manager.cpp413 receiver.deviceId = vec->eventSubscribeInfo->GetDeviceId(); in EnqueueHistoryEventRecord()

12