Home
last modified time | relevance | path

Searched defs:displayId (Results 1 – 25 of 43) sorted by relevance

12

/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
Dark_display_listener_adapter_impl.cpp24 void ArkDisplayListenerAdapterImpl::OnCreate(uint64_t displayId) in OnCreate()
29 void ArkDisplayListenerAdapterImpl::OnDestroy(uint64_t displayId) in OnDestroy()
34 void ArkDisplayListenerAdapterImpl::OnChange(uint64_t displayId) in OnChange()
/base/powermgr/display_manager/state_manager/frameworks/native/
Ddisplay_power_mgr_client.cpp120 bool DisplayPowerMgrClient::SetBrightness(uint32_t value, uint32_t displayId, bool continuous) in SetBrightness()
127 bool DisplayPowerMgrClient::DiscountBrightness(double discount, uint32_t displayId) in DiscountBrightness()
134 bool DisplayPowerMgrClient::OverrideBrightness(uint32_t value, uint32_t displayId) in OverrideBrightness()
148 bool DisplayPowerMgrClient::RestoreBrightness(uint32_t displayId) in RestoreBrightness()
155 uint32_t DisplayPowerMgrClient::GetBrightness(uint32_t displayId) in GetBrightness()
216 bool DisplayPowerMgrClient::BoostBrightness(int32_t timeoutMs, uint32_t displayId) in BoostBrightness()
223 bool DisplayPowerMgrClient::CancelBoostBrightness(uint32_t displayId) in CancelBoostBrightness()
230 uint32_t DisplayPowerMgrClient::GetDeviceBrightness(uint32_t displayId) in GetDeviceBrightness()
237 bool DisplayPowerMgrClient::SetCoordinated(bool coordinated, uint32_t displayId) in SetCoordinated()
/base/powermgr/display_manager/brightness_manager/src/
Dconfig_parser.cpp44 for (int displayId = 0; displayId < DISPLAY_ID_MAX; displayId++) { in Initialize() local
64 bool ConfigParse::ParseConfig(int displayId, Config& data) const in ParseConfig()
74 void ConfigParse::PrintConfig(int displayId, const Config& data) const in PrintConfig()
Dbrightness_action.cpp28 BrightnessAction::BrightnessAction(uint32_t displayId) : mDisplayId(displayId) in BrightnessAction()
36 void BrightnessAction::SetDisplayId(uint32_t displayId) in SetDisplayId()
81 bool BrightnessAction::SetBrightness(uint32_t displayId, uint32_t value) in SetBrightness()
Dcalculation_config_parser.cpp32 bool CalculationConfigParser::ParseConfig(int displayId, CalculationConfig::Data& data) in ParseConfig()
49 void CalculationConfigParser::PrintConfig(int displayId, const CalculationConfig::Data& data) in PrintConfig()
Dlux_threshold_config_parser.cpp70 bool LuxThresholdConfigParser::ParseConfig(int displayId, LuxThresholdConfig::Data& data) in ParseConfig()
112 int displayId, const LuxThresholdConfig::Data& data) in PrintConfig()
Dlux_filter_config_parser.cpp38 int displayId, std::unordered_map<std::string, LuxFilterConfig::Data>& data) in ParseConfig()
80 int displayId, const std::unordered_map<std::string, LuxFilterConfig::Data>& data) in PrintConfig()
Dconfig_parser_base.cpp56 for (int displayId = 0; displayId < DISPLAY_ID_MAX; displayId++) { in Initialize() local
63 …dered_map<int, ConfigParserBase::ConfigInfo>::iterator ConfigParserBase::GetDispIter(int displayId) in GetDispIter()
82 const std::string ConfigParserBase::LoadConfigPath(int displayId, const std::string& configName) co… in LoadConfigPath()
127 const Json::Value ConfigParserBase::LoadConfigRoot(int displayId, const std::string& configName) co… in LoadConfigRoot()
Dcalculation_curve.cpp41 int displayId = 0; in InitParameters() local
/base/inputmethod/imf/frameworks/kits/extension/include/
Djs_inputmethod_extension.h143 void OnCreate(Rosen::DisplayId displayId) override in OnCreate()
151 void OnDestroy(Rosen::DisplayId displayId) override in OnDestroy()
159 void OnChange(Rosen::DisplayId displayId) override in OnChange()
/base/msdp/device_status/services/interaction/drag/src/
Ddisplay_change_event_listener.cpp30 void DisplayChangeEventListener::OnCreate(Rosen::DisplayId displayId) in OnCreate()
35 void DisplayChangeEventListener::OnDestroy(Rosen::DisplayId displayId) in OnDestroy()
40 void DisplayChangeEventListener::OnChange(Rosen::DisplayId displayId) in OnChange()
/base/powermgr/display_manager/state_manager/service/zidl/src/
Ddisplay_power_mgr_stub.cpp212 uint32_t displayId = 0; in SetBrightnessStub() local
232 uint32_t displayId = 0; in DiscountBrightnessStub() local
248 uint32_t displayId = 0; in OverrideBrightnessStub() local
277 uint32_t displayId = 0; in RestoreBrightnessStub() local
291 uint32_t displayId = 0; in GetBrightnessStub() local
403 uint32_t displayId = 0; in CancelBoostBrightnessStub() local
417 uint32_t displayId = 0; in GetDeviceBrightnessStub() local
432 uint32_t displayId = 0; in SetCoordinatedStub() local
Ddisplay_power_mgr_proxy.cpp169 bool DisplayPowerMgrProxy::SetBrightness(uint32_t value, uint32_t displayId, bool continuous) in SetBrightness()
280 bool DisplayPowerMgrProxy::DiscountBrightness(double discount, uint32_t displayId) in DiscountBrightness()
314 bool DisplayPowerMgrProxy::OverrideBrightness(uint32_t value, uint32_t displayId) in OverrideBrightness()
381 bool DisplayPowerMgrProxy::RestoreBrightness(uint32_t displayId) in RestoreBrightness()
415 uint32_t DisplayPowerMgrProxy::GetBrightness(uint32_t displayId) in GetBrightness()
676 bool DisplayPowerMgrProxy::BoostBrightness(int32_t timeoutMs, uint32_t displayId) in BoostBrightness()
710 bool DisplayPowerMgrProxy::CancelBoostBrightness(uint32_t displayId) in CancelBoostBrightness()
742 uint32_t DisplayPowerMgrProxy::GetDeviceBrightness(uint32_t displayId) in GetDeviceBrightness()
776 bool DisplayPowerMgrProxy::SetCoordinated(bool coordinated, uint32_t displayId) in SetCoordinated()
Ddisplay_power_callback_proxy.cpp27 void DisplayPowerCallbackProxy::OnDisplayStateChanged(uint32_t displayId, DisplayState state, uint3… in OnDisplayStateChanged()
/base/powermgr/display_manager/state_manager/service/native/src/
Ddisplay_power_mgr_service.cpp305 bool DisplayPowerMgrService::SetBrightness(uint32_t value, uint32_t displayId, bool continuous) in SetBrightness()
318 bool DisplayPowerMgrService::DiscountBrightness(double discount, uint32_t displayId) in DiscountBrightness()
340 bool DisplayPowerMgrService::OverrideBrightness(uint32_t value, uint32_t displayId) in OverrideBrightness()
371 bool DisplayPowerMgrService::RestoreBrightness(uint32_t displayId) in RestoreBrightness()
389 uint32_t DisplayPowerMgrService::GetBrightness(uint32_t displayId) in GetBrightness()
530 bool DisplayPowerMgrService::BoostBrightness(int32_t timeoutMs, uint32_t displayId) in BoostBrightness()
542 bool DisplayPowerMgrService::CancelBoostBrightness(uint32_t displayId) in CancelBoostBrightness()
557 uint32_t DisplayPowerMgrService::GetDeviceBrightness(uint32_t displayId) in GetDeviceBrightness()
567 bool DisplayPowerMgrService::SetCoordinated(bool coordinated, uint32_t displayId) in SetCoordinated()
588 void DisplayPowerMgrService::NotifyStateChangeCallback(uint32_t displayId, DisplayState state, uint… in NotifyStateChangeCallback()
Dscreen_action.cpp27 ScreenAction::ScreenAction(uint32_t displayId) : displayId_(displayId) in ScreenAction()
/base/powermgr/display_manager/state_manager/test/unittest/src/mock/
Ddisplay_mock_object_test.cpp43 uint32_t displayId, DisplayPowerMgr::DisplayState state, uint32_t reason) in OnDisplayStateChanged()
Ddisplay_mock_test.cpp49 uint32_t displayId, DisplayPowerMgr::DisplayState state, uint32_t reason) in OnDisplayStateChanged()
Ddisplay_mock_parcel_test.cpp76 uint32_t displayId, DisplayPowerMgr::DisplayState state, uint32_t reason) in OnDisplayStateChanged()
/base/inputmethod/imf/frameworks/kits/extension/src/
Djs_inputmethod_extension.cpp396 void JsInputMethodExtension::OnCreate(Rosen::DisplayId displayId) in OnCreate()
401 void JsInputMethodExtension::OnDestroy(Rosen::DisplayId displayId) in OnDestroy()
406 void JsInputMethodExtension::OnChange(Rosen::DisplayId displayId) in OnChange()
/base/msdp/device_status/rust/data/binding/include/
Dfusion_data_binding.h40 int32_t displayId; member
/base/useriam/face_auth/services_ex/src/
Dscreen_brightness_task.cpp153 int32_t displayId = DisplayPowerMgrClient::GetInstance().GetMainDisplayId(); in OverrideScreenBrightness() local
162 int32_t displayId = DisplayPowerMgrClient::GetInstance().GetMainDisplayId(); in RestoreScreenBrightness() local
/base/account/os_account/services/accountmgr/src/osaccount/
Dinner_os_account_manager.cpp1610 …sAccountManager::ActivateOsAccount(const int id, const bool startStorage, const uint64_t displayId) in RetryToGetAccount()
1712 const uint64_t displayId) in RetryToGetAccount()
1789 uint64_t displayId) in RetryToGetAccount()
2027 …Code IInnerOsAccountManager::IsOsAccountForeground(const int32_t localId, const uint64_t displayId, in RetryToGetAccount()
2039 ErrCode IInnerOsAccountManager::GetForegroundOsAccountLocalId(const uint64_t displayId, int32_t &lo… in RetryToGetAccount()
2051 auto it = [&](uint64_t displayId, int32_t localId) { in RetryToGetAccount()
2069 auto it = [&](uint64_t displayId, int32_t localId) { in RetryToGetAccount()
2238 ErrCode IInnerOsAccountManager::UpdateAccountToForeground(const uint64_t displayId, OsAccountInfo &… in RetryToGetAccount()
/base/account/os_account/interfaces/innerkits/osaccount/native/include/
Dos_account_info.h46 uint64_t displayId; member
/base/account/os_account/frameworks/osaccount/core/src/
Dos_account.cpp916 ErrCode OsAccount::IsOsAccountForeground(const int32_t localId, const uint64_t displayId, bool &isF… in IsOsAccountForeground()
929 ErrCode OsAccount::IsOsAccountForegroundCommon(const int32_t localId, const uint64_t displayId, boo… in IsOsAccountForegroundCommon()
943 ErrCode OsAccount::GetForegroundOsAccountLocalId(const uint64_t displayId, int32_t &localId) in GetForegroundOsAccountLocalId()
952 ErrCode OsAccount::GetForegroundLocalIdCommon(const uint64_t displayId, int32_t &localId) in GetForegroundLocalIdCommon()

12