/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/ |
H A D | ark_audio_device_desc_adapter_impl.cpp | 26 int32_t ArkAudioDeviceDescAdapterImpl::GetDeviceId()
in GetDeviceId() function in OHOS::ArkWeb::ArkAudioDeviceDescAdapterImpl 28 return real_->GetDeviceId();
in GetDeviceId()
|
H A D | ark_video_device_descriptor_adapter_impl.cpp | 36 ArkWebString ArkVideoDeviceDescriptorAdapterImpl::GetDeviceId() in GetDeviceId() function in OHOS::ArkWeb::ArkVideoDeviceDescriptorAdapterImpl 38 std::string str = real_->GetDeviceId(); in GetDeviceId()
|
H A D | ark_audio_device_desc_adapter_impl.h | 29 int32_t GetDeviceId() override;
|
H A D | ark_video_device_descriptor_adapter_impl.h | 31 ArkWebString GetDeviceId() override;
|
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/ |
H A D | ark_audio_device_desc_adapter_wrapper.cpp | 23 int32_t ArkAudioDeviceDescAdapterWrapper::GetDeviceId() in GetDeviceId() function in OHOS::ArkWeb::ArkAudioDeviceDescAdapterWrapper 25 return ctocpp_->GetDeviceId(); in GetDeviceId()
|
H A D | ark_audio_device_desc_adapter_wrapper.h | 28 int32_t GetDeviceId() override;
|
H A D | ark_video_device_descriptor_adapter_wrapper.cpp | 39 std::string ArkVideoDeviceDescriptorAdapterWrapper::GetDeviceId() in GetDeviceId() function in OHOS::ArkWeb::ArkVideoDeviceDescriptorAdapterWrapper 41 ArkWebString str = ctocpp_->GetDeviceId(); in GetDeviceId()
|
H A D | ark_video_device_descriptor_adapter_wrapper.h | 31 std::string GetDeviceId() override;
|
/base/notification/distributed_notification_service/services/distributed/src/ |
H A 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/common_event_service/interfaces/kits/cj/src/ |
H A D | subscribe_info.cpp | 57 std::string CommonEventSubscribeInfoImpl::GetDeviceId() in GetDeviceId() function in OHOS::CommonEventManager::CommonEventSubscribeInfoImpl 59 return info_->GetDeviceId(); in GetDeviceId()
|
H A D | subscribe_info.h | 38 std::string GetDeviceId();
|
/base/print/print_fwk/frameworks/helper/scan_helper/src/ |
H A D | scanner_info_helper.cpp | 65 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 D | audio_device_desc_adapter_mock.cpp | 20 int32_t AudioDeviceDescAdapterImpl::GetDeviceId()
in GetDeviceId() function in OHOS::NWeb::AudioDeviceDescAdapterImpl
|
H A D | audio_device_desc_adapter_impl.cpp | 20 int32_t AudioDeviceDescAdapterImpl::GetDeviceId()
in GetDeviceId() function in OHOS::NWeb::AudioDeviceDescAdapterImpl
|
/base/web/webview/ohos_adapter/audio_adapter/include/ |
H A D | audio_device_desc_adapter_impl.h | 30 int32_t GetDeviceId() override;
|
/base/notification/distributed_notification_service/frameworks/test/moduletest/mock/ |
H A D | mock_change_notification.cpp | 47 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 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/ |
H A D | notificationannex_fuzzer.cpp | 33 notification.GetDeviceId();
in DoSomethingInterestingWithMyAPI()
|
/base/web/webview/test/fuzztest/ohos_adapter/audio_adapter/audiodevicedesc_fuzzer/ |
H A D | audiodevicedesc_fuzzer.cpp | 34 deviceAdapterImpl->GetDeviceId(); in AudioDeviceDescFuzzTest()
|
/base/web/webview/test/fuzztest/ohos_adapter/camera_adapter/videodevicedescriptoradapter_fuzzer/ |
H A D | videodevicedescriptoradapter_fuzzer.cpp | 46 adapter.GetDeviceId(); in VideoDeviceDescriptorAdapterFuzzTest()
|
/base/web/webview/ohos_adapter/camera_adapter/src/ |
H A D | video_device_descriptor_adapter_mock.cpp | 25 std::string VideoDeviceDescriptorAdapterImpl::GetDeviceId() in GetDeviceId() function in OHOS::NWeb::VideoDeviceDescriptorAdapterImpl
|
H A D | video_device_descriptor_adapter_impl.cpp | 25 std::string VideoDeviceDescriptorAdapterImpl::GetDeviceId() in GetDeviceId() function in OHOS::NWeb::VideoDeviceDescriptorAdapterImpl
|
/base/notification/common_event_service/interfaces/inner_api/ |
H A D | common_event_subscribe_info.h | 125 std::string GetDeviceId() const;
|
/base/web/webview/ohos_adapter/camera_adapter/include/ |
H A D | video_device_descriptor_adapter_impl.h | 29 std::string GetDeviceId() override;
|
/base/notification/common_event_service/test/systemtest/common/acts/actsCESSubscribeInfoTest/ |
H A D | actsCESSubscribeInfoTest.cpp | 485 * @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...] |