| /base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/ |
| D | ark_display_listener_adapter_impl.cpp | 24 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/ |
| D | display_power_mgr_client.cpp | 120 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/ |
| D | config_parser.cpp | 44 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()
|
| D | brightness_action.cpp | 28 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()
|
| D | calculation_config_parser.cpp | 32 bool CalculationConfigParser::ParseConfig(int displayId, CalculationConfig::Data& data) in ParseConfig() 49 void CalculationConfigParser::PrintConfig(int displayId, const CalculationConfig::Data& data) in PrintConfig()
|
| D | lux_threshold_config_parser.cpp | 70 bool LuxThresholdConfigParser::ParseConfig(int displayId, LuxThresholdConfig::Data& data) in ParseConfig() 112 int displayId, const LuxThresholdConfig::Data& data) in PrintConfig()
|
| D | lux_filter_config_parser.cpp | 38 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()
|
| D | config_parser_base.cpp | 56 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()
|
| D | calculation_curve.cpp | 41 int displayId = 0; in InitParameters() local
|
| /base/inputmethod/imf/frameworks/kits/extension/include/ |
| D | js_inputmethod_extension.h | 143 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/ |
| D | display_change_event_listener.cpp | 30 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/ |
| D | display_power_mgr_stub.cpp | 212 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
|
| D | display_power_mgr_proxy.cpp | 169 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()
|
| D | display_power_callback_proxy.cpp | 27 void DisplayPowerCallbackProxy::OnDisplayStateChanged(uint32_t displayId, DisplayState state, uint3… in OnDisplayStateChanged()
|
| /base/powermgr/display_manager/state_manager/service/native/src/ |
| D | display_power_mgr_service.cpp | 305 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()
|
| D | screen_action.cpp | 27 ScreenAction::ScreenAction(uint32_t displayId) : displayId_(displayId) in ScreenAction()
|
| /base/powermgr/display_manager/state_manager/test/unittest/src/mock/ |
| D | display_mock_object_test.cpp | 43 uint32_t displayId, DisplayPowerMgr::DisplayState state, uint32_t reason) in OnDisplayStateChanged()
|
| D | display_mock_test.cpp | 49 uint32_t displayId, DisplayPowerMgr::DisplayState state, uint32_t reason) in OnDisplayStateChanged()
|
| D | display_mock_parcel_test.cpp | 76 uint32_t displayId, DisplayPowerMgr::DisplayState state, uint32_t reason) in OnDisplayStateChanged()
|
| /base/inputmethod/imf/frameworks/kits/extension/src/ |
| D | js_inputmethod_extension.cpp | 396 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/ |
| D | fusion_data_binding.h | 40 int32_t displayId; member
|
| /base/useriam/face_auth/services_ex/src/ |
| D | screen_brightness_task.cpp | 153 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/ |
| D | inner_os_account_manager.cpp | 1610 …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/ |
| D | os_account_info.h | 46 uint64_t displayId; member
|
| /base/account/os_account/frameworks/osaccount/core/src/ |
| D | os_account.cpp | 916 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()
|