/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/ |
H A D | ark_video_capture_info_adapter_impl.cpp | 23 uint64_t ArkVideoCaptureInfoAdapterImpl::GetDisplayId() in GetDisplayId() function in OHOS::ArkWeb::ArkVideoCaptureInfoAdapterImpl 25 return real_->GetDisplayId(); in GetDisplayId()
|
H A D | ark_video_capture_info_adapter_impl.h | 27 uint64_t GetDisplayId() override;
|
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/ |
H A D | ark_video_capture_info_adapter_wrapper.cpp | 26 uint64_t ArkVideoCaptureInfoAdapterWrapper::GetDisplayId() in GetDisplayId() function in OHOS::ArkWeb::ArkVideoCaptureInfoAdapterWrapper 28 return ctocpp_->GetDisplayId(); in GetDisplayId()
|
H A D | ark_video_capture_info_adapter_wrapper.h | 29 uint64_t GetDisplayId() override;
|
/base/powermgr/display_manager/brightness_manager/include/ |
H A D | brightness_action.h | 42 uint32_t GetDisplayId();
|
H A D | brightness_service.h | 139 uint32_t GetDisplayId();
|
/base/powermgr/display_manager/state_manager/service/native/include/ |
H A D | screen_action.h | 39 uint32_t GetDisplayId();
|
/base/powermgr/display_manager/brightness_manager/src/ |
H A D | brightness_action.cpp | 32 uint32_t BrightnessAction::GetDisplayId() in GetDisplayId() function in OHOS::DisplayPowerMgr::BrightnessAction
|
H A D | brightness_service.cpp | 221 uint32_t BrightnessService::GetDisplayId()
in GetDisplayId() function in OHOS::DisplayPowerMgr::BrightnessService
|
/base/account/os_account/interfaces/innerkits/osaccount/native/include/ |
H A D | os_account_info.h | 143 uint64_t GetDisplayId() const;
|
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/ |
H A D | ark_screen_capture_adapter.h | 63 virtual uint64_t GetDisplayId() = 0;
|
/base/web/webview/ohos_interface/include/ohos_adapter/ |
H A D | screen_capture_adapter.h | 184 virtual uint64_t GetDisplayId() = 0;
|
/base/powermgr/display_manager/state_manager/service/native/src/ |
H A D | screen_action.cpp | 51 uint32_t ScreenAction::GetDisplayId() in GetDisplayId() function in OHOS::DisplayPowerMgr::ScreenAction
|
H A D | screen_controller.cpp | 299 pms->NotifyStateChangeCallback(action_->GetDisplayId(), state, reason); in OnStateChanged()
|
/base/account/os_account/frameworks/osaccount/native/src/ |
H A D | os_account_info.cpp | 144 uint64_t OsAccountInfo::GetDisplayId() const in GetDisplayId() function in OHOS::AccountSA::OsAccountInfo
|
/base/web/webview/ohos_adapter/screen_capture_adapter/src/ |
H A D | screen_capture_adapter_impl.cpp | 168 avConfig.videoInfo.videoCapInfo.displayId = config->GetVideoInfo()->GetVideoCapInfo()->GetDisplayId(); in ConvertScreenCaptureConfig()
|
/base/account/os_account/services/accountmgr/test/unittest/os_account/ |
H A D | os_account_inner_account_mgr_mock.cpp | 197 EXPECT_EQ(accountInfo.GetDisplayId(), -1); in HWTEST_F() 254 EXPECT_EQ(accountInfo.GetDisplayId(), -1); in HWTEST_F() 317 EXPECT_EQ(accountInfo.GetDisplayId(), -1); in HWTEST_F() 386 EXPECT_EQ(accountInfo.GetDisplayId(), -1); in HWTEST_F()
|
/base/web/webview/test/unittest/ohos_adapter/screen_capture_adapter_impl_test/ |
H A D | screen_capture_adapter_impl_test.cpp | 138 uint64_t GetDisplayId() override
|
/base/account/os_account/frameworks/osaccount/native/test/moduletest/ |
H A D | os_account_manager_module_test.cpp | 2620 EXPECT_NE(account.GetDisplayId(), 0); in HWTEST_F() 2635 EXPECT_EQ(osAccountInfo.GetDisplayId(), 0); in HWTEST_F() 2640 EXPECT_NE(osAccountInfo.GetDisplayId(), 0); in HWTEST_F() 2651 EXPECT_EQ(osAccountInfo.GetDisplayId(), 0); in HWTEST_F() 2656 EXPECT_NE(osAccountInfo.GetDisplayId(), 0); in HWTEST_F()
|
/base/account/os_account/services/accountmgr/src/osaccount/ |
H A D | os_account_manager_service.cpp | 932 state.emplace_back(DUMP_TAB_CHARACTER + "dispalyId: " + std::to_string(osAccountInfo.GetDisplayId())); in DumpStateByAccounts()
|