Home
last modified time | relevance | path

Searched refs:DISPLAY (Results 1 - 12 of 12) sorted by relevance

/foundation/multimedia/av_session/utils/include/
H A Dradar_constants.h56 DISPLAY, member in OHOS::AVSession::CastDiscoveryStage
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dchart_component.h170 static const char * const DISPLAY; member in OHOS::ACELite::final
H A Dchart_component.cpp53 const char * const ChartComponent::DISPLAY = "display"; member in OHOS::ACELite::ChartComponent
736 jerry_value_t jDisplayValue = jerryx_get_property_str(xAxisValue, DISPLAY); in SetOptionsAxisDisplay()
998 if (!jerryx_has_property_str(obj, DISPLAY)) { in GetDisplayStatus()
1001 jerry_value_t jDisplayValue = jerryx_get_property_str(obj, DISPLAY); in GetDisplayStatus()
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/magic_pointer_render/
H A Drs_magic_pointer_render_manager.cpp27 static const std::string DISPLAY = "DisplayNode"; member
225 if (name.find(DISPLAY) != std::string::npos) {
/foundation/communication/wifi/wifi/test/wifi_standard/precompiled_macro/
H A Dsta_state_machine_test1.cpp86 msg->SetParam1(static_cast<int>(SetupMethod::DISPLAY)); in StartWpsModeSuccess2()
411 pStaStateMachine->wpsState = SetupMethod::DISPLAY; in DealStartWpsCmdFail1()
H A Dsta_state_machine_test.cpp455 pStaStateMachine->wpsState = SetupMethod::DISPLAY; in DealCancelWpsCmdSuccess2()
483 pStaStateMachine->wpsState = SetupMethod::DISPLAY; in DealCancelWpsCmdFail2()
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_sta/
H A Dsta_state_machine_test.cpp561 pStaStateMachine->wpsState = SetupMethod::DISPLAY; in DealStartWpsCmdFail1()
577 msg->SetParam1(static_cast<int>(SetupMethod::DISPLAY)); in StartWpsModeSuccess2()
618 msg->SetParam1(static_cast<int>(SetupMethod::DISPLAY)); in StartWpsModeFail3()
668 pStaStateMachine->wpsState = SetupMethod::DISPLAY; in DealCancelWpsCmdSuccess2()
693 pStaStateMachine->wpsState = SetupMethod::DISPLAY; in DealCancelWpsCmdFail2()
1003 msg->SetParam1(static_cast<int>(SetupMethod::DISPLAY)); in WpsStateExeMsgSuccess3()
1012 msg->SetParam1(static_cast<int>(SetupMethod::DISPLAY)); in WpsStateExeMsgSuccess4()
1023 msg->SetParam1(static_cast<int>(SetupMethod::DISPLAY)); in WpsStateExeMsgSuccess5()
1323 pStaStateMachine->wpsState = SetupMethod::DISPLAY; in ConnectToNetworkProcessSuccess()
/foundation/arkui/ace_engine_lite/frameworks/src/core/base/
H A Dkeys.h106 KEYWORD(DISPLAY, display) // div layout
/foundation/communication/wifi/wifi/interfaces/inner_api/
H A Dwifi_msg.h260 DISPLAY = 1, member in OHOS::Wifi::DisconnectedReason::DisconnectDetailReason::SetupMethod
/foundation/multimedia/av_session/services/session/server/test/
H A Davsession_radar_test.cpp155 EXPECT_EQ(info.bizStage_, static_cast<int32_t>(CastDiscoveryStage::DISPLAY)); in HWTEST_F()
/foundation/multimedia/av_session/utils/src/
H A Davsession_radar.cpp283 info.bizStage_ = static_cast<int32_t>(CastDiscoveryStage::DISPLAY); in CastDeviceAvailable()
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sta/
H A Dsta_state_machine.cpp1569 if ((wpsState == SetupMethod::DISPLAY) || (wpsState == SetupMethod::KEYPAD)) { in DealStartWpsCmd()
1616 } else if (wpsConfig.setup == SetupMethod::DISPLAY) { in StartWpsMode()
1687 } else if (wpsState == SetupMethod::DISPLAY) { in DealCancelWpsCmd()
1706 } else if (wpsState == SetupMethod::DISPLAY) { in DealCancelWpsCmd()
2972 } else if ((setup == SetupMethod::DISPLAY) || (setup == SetupMethod::KEYPAD)) { in ExecuteStateMsg()
4047 if ((wpsState == SetupMethod::DISPLAY) || (wpsState == SetupMethod::PBC) || (wpsState == SetupMethod::KEYPAD)) { in ConnectToNetworkProcess()
4090 if ((wpsState == SetupMethod::DISPLAY) || (wpsState == SetupMethod::PBC) || (wpsState == SetupMethod::KEYPAD)) { in UpdateDeviceConfigAfterWifiConnected()

Completed in 23 milliseconds