/base/notification/distributed_notification_service/services/distributed/src/ |
D | distributed_database_callback.cpp | 36 …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/ |
D | mock_change_notification.cpp | 47 const std::string &ChangeNotification::GetDeviceId() const in GetDeviceId() function in OHOS::DistributedKv::ChangeNotification
|
/base/notification/distributed_notification_service/test/fuzztest/notificationannex_fuzzer/ |
D | notificationannex_fuzzer.cpp | 33 notification.GetDeviceId(); in DoSomethingInterestingWithMyAPI()
|
/base/notification/distributed_notification_service/frameworks/test/moduletest/mock/ |
D | mock_change_notification.cpp | 47 const std::string &ChangeNotification::GetDeviceId() const in GetDeviceId() function in OHOS::DistributedKv::ChangeNotification
|
/base/notification/common_event_service/interfaces/inner_api/ |
D | common_event_subscribe_info.h | 125 std::string GetDeviceId() const;
|
/base/location/services/location_locator/locator/include/ |
D | work_record.h | 36 std::string GetDeviceId();
|
/base/notification/common_event_service/test/systemtest/common/acts/actsCESSubscribeInfoTest/ |
D | actsCESSubscribeInfoTest.cpp | 497 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/ |
D | subscribecommonevent_fuzzer.cpp | 68 subscribeInfo.GetDeviceId(); in DoSomethingInterestingWithMyAPI()
|
/base/location/services/location_locator/locator/source/ |
D | subability_common.cpp | 91 workRecord->SetDeviceId(newRecord.GetDeviceId()); in HandleRemoveRecord() 108 workRecord->SetDeviceId(newRecord.GetDeviceId()); in HandleAddRecord()
|
D | work_record.cpp | 158 std::string WorkRecord::GetDeviceId() in GetDeviceId() function in OHOS::Location::WorkRecord
|
/base/notification/common_event_service/frameworks/native/src/ |
D | common_event_subscribe_info.cpp | 95 std::string CommonEventSubscribeInfo::GetDeviceId() const in GetDeviceId() function in OHOS::EventFwk::CommonEventSubscribeInfo
|
/base/notification/distributed_notification_service/interfaces/inner_api/ |
D | notification.h | 215 std::string GetDeviceId() const;
|
/base/security/access_token/services/privacymanager/include/record/ |
D | permission_record_manager.h | 98 std::string GetDeviceId(AccessTokenID tokenId);
|
/base/security/access_token/services/privacymanager/src/record/ |
D | permission_record_manager.cpp | 136 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/ |
D | device_profile_adapter.cpp | 211 std::string deviceId = changeNotification.GetDeviceId(); in OnProfileChanged()
|
D | coordination_sm.cpp | 927 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/ |
D | common_event_command_publish_system_test.cpp | 118 std::string deviceId = GetSubscribeInfo().GetDeviceId(); in OnReceiveEvent()
|
/base/msdp/device_status/rust/subsystem/input/binding/src/ |
D | input_binding.cpp | 135 return cPointerEvent->event->GetDeviceId(); in CGetDeviceId()
|
/base/location/test/location_locator/source/ |
D | work_record_test.cpp | 143 EXPECT_EQ("deviceId", workrecord->GetDeviceId());
|
/base/notification/distributed_notification_service/frameworks/ans/src/ |
D | notification.cpp | 211 std::string Notification::GetDeviceId() const in GetDeviceId() function in OHOS::Notification::Notification
|
/base/notification/distributed_notification_service/services/ans/test/unittest/ |
D | notification_hisysevent_test.cpp | 92 auto result = notificationTest.GetDeviceId(); in HWTEST_F()
|
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/ |
D | notification_test.cpp | 246 EXPECT_EQ(rrc->GetDeviceId(), deviceId);
|
/base/inputmethod/imf/test/unittest/cpp_test/src/ |
D | input_method_controller_test.cpp | 343 ret = keyEvent->GetKeyItem()->GetDeviceId() == keyEvent_->GetKeyItem()->GetDeviceId(); in CheckKeyEvent()
|
/base/notification/common_event_service/services/src/ |
D | common_event_subscriber_manager.cpp | 156 … std::string deviceId = format + "DevicedID: " + record->eventSubscribeInfo->GetDeviceId() + "\n"; in DumpDetailed()
|
D | common_event_control_manager.cpp | 413 receiver.deviceId = vec->eventSubscribeInfo->GetDeviceId(); in EnqueueHistoryEventRecord()
|