Home
last modified time | relevance | path

Searched refs:GetDeviceId (Results 1 - 25 of 71) sorted by relevance

123

/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_audio_device_desc_adapter_impl.cpp26 int32_t ArkAudioDeviceDescAdapterImpl::GetDeviceId() in GetDeviceId() function in OHOS::ArkWeb::ArkAudioDeviceDescAdapterImpl
28 return real_->GetDeviceId(); in GetDeviceId()
H A Dark_video_device_descriptor_adapter_impl.cpp36 ArkWebString ArkVideoDeviceDescriptorAdapterImpl::GetDeviceId() in GetDeviceId() function in OHOS::ArkWeb::ArkVideoDeviceDescriptorAdapterImpl
38 std::string str = real_->GetDeviceId(); in GetDeviceId()
H A Dark_audio_device_desc_adapter_impl.h29 int32_t GetDeviceId() override;
H A Dark_video_device_descriptor_adapter_impl.h31 ArkWebString GetDeviceId() override;
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H A Dark_audio_device_desc_adapter_wrapper.cpp23 int32_t ArkAudioDeviceDescAdapterWrapper::GetDeviceId() in GetDeviceId() function in OHOS::ArkWeb::ArkAudioDeviceDescAdapterWrapper
25 return ctocpp_->GetDeviceId(); in GetDeviceId()
H A Dark_audio_device_desc_adapter_wrapper.h28 int32_t GetDeviceId() override;
H A Dark_video_device_descriptor_adapter_wrapper.cpp39 std::string ArkVideoDeviceDescriptorAdapterWrapper::GetDeviceId() in GetDeviceId() function in OHOS::ArkWeb::ArkVideoDeviceDescriptorAdapterWrapper
41 ArkWebString str = ctocpp_->GetDeviceId(); in GetDeviceId()
H A Dark_video_device_descriptor_adapter_wrapper.h31 std::string GetDeviceId() override;
/base/notification/distributed_notification_service/services/distributed/src/
H A 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/common_event_service/interfaces/kits/cj/src/
H A Dsubscribe_info.cpp57 std::string CommonEventSubscribeInfoImpl::GetDeviceId() in GetDeviceId() function in OHOS::CommonEventManager::CommonEventSubscribeInfoImpl
59 return info_->GetDeviceId(); in GetDeviceId()
H A Dsubscribe_info.h38 std::string GetDeviceId();
/base/print/print_fwk/frameworks/helper/scan_helper/src/
H A Dscanner_info_helper.cpp65 NapiScanUtils::SetStringPropertyUtf8(env, jsObj, PARAM_SCANNERID, info.GetDeviceId()); in MakeJsObject()
80 NapiScanUtils::SetStringPropertyUtf8(env, jsObj, PARAM_SCANNERID, info.GetDeviceId()); in MakeJsObject()
87 info.GetDeviceId().c_str(), info.GetDiscoverMode().c_str(), in MakeJsObject()
/base/web/webview/ohos_adapter/audio_adapter/src/
H A Daudio_device_desc_adapter_mock.cpp20 int32_t AudioDeviceDescAdapterImpl::GetDeviceId() in GetDeviceId() function in OHOS::NWeb::AudioDeviceDescAdapterImpl
H A Daudio_device_desc_adapter_impl.cpp20 int32_t AudioDeviceDescAdapterImpl::GetDeviceId() in GetDeviceId() function in OHOS::NWeb::AudioDeviceDescAdapterImpl
/base/web/webview/ohos_adapter/audio_adapter/include/
H A Daudio_device_desc_adapter_impl.h30 int32_t GetDeviceId() override;
/base/notification/distributed_notification_service/frameworks/test/moduletest/mock/
H A Dmock_change_notification.cpp47 const std::string &ChangeNotification::GetDeviceId() const in GetDeviceId() function in OHOS::DistributedKv::ChangeNotification
/base/notification/distributed_notification_service/services/distributed/test/unittest/mock/
H A 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/
H A Dnotificationannex_fuzzer.cpp33 notification.GetDeviceId(); in DoSomethingInterestingWithMyAPI()
/base/web/webview/test/fuzztest/ohos_adapter/audio_adapter/audiodevicedesc_fuzzer/
H A Daudiodevicedesc_fuzzer.cpp34 deviceAdapterImpl->GetDeviceId(); in AudioDeviceDescFuzzTest()
/base/web/webview/test/fuzztest/ohos_adapter/camera_adapter/videodevicedescriptoradapter_fuzzer/
H A Dvideodevicedescriptoradapter_fuzzer.cpp46 adapter.GetDeviceId(); in VideoDeviceDescriptorAdapterFuzzTest()
/base/web/webview/ohos_adapter/camera_adapter/src/
H A Dvideo_device_descriptor_adapter_mock.cpp25 std::string VideoDeviceDescriptorAdapterImpl::GetDeviceId() in GetDeviceId() function in OHOS::NWeb::VideoDeviceDescriptorAdapterImpl
H A Dvideo_device_descriptor_adapter_impl.cpp25 std::string VideoDeviceDescriptorAdapterImpl::GetDeviceId() in GetDeviceId() function in OHOS::NWeb::VideoDeviceDescriptorAdapterImpl
/base/notification/common_event_service/interfaces/inner_api/
H A Dcommon_event_subscribe_info.h125 std::string GetDeviceId() const;
/base/web/webview/ohos_adapter/camera_adapter/include/
H A Dvideo_device_descriptor_adapter_impl.h29 std::string GetDeviceId() override;
/base/notification/common_event_service/test/systemtest/common/acts/actsCESSubscribeInfoTest/
H A DactsCESSubscribeInfoTest.cpp485 * @tc.name: SetDeviceId and GetDeviceId
486 * @tc.desc: Verify the function of CommonEventSubscribeInfo: SetDeviceId and GetDeviceId
497 if (subscribeInfo.GetDeviceId() != DEVICEIDTEST1) { in HWTEST_F()
514 * @tc.name: SetDeviceId and GetDeviceId
515 * @tc.desc: Verify the function of CommonEventSubscribeInfo by other event name: SetDeviceId and GetDeviceId
526 if (subscribeInfo.GetDeviceId() != DEVICEIDTEST2) { in HWTEST_F()
543 * @tc.name: SetDeviceId and GetDeviceId
544 * @tc.desc: Verify the function of CommonEventSubscribeInfo by other event name: SetDeviceId and GetDeviceId
555 if (subscribeInfo.GetDeviceId() != DEVICEIDTEST3) { in HWTEST_F()
572 * @tc.name: SetDeviceId and GetDeviceId
[all...]

Completed in 9 milliseconds

123