Home
last modified time | relevance | path

Searched full:switch (Results 1 – 25 of 2856) sorted by relevance

12345678910>>...115

/foundation/window/window_manager/window_scene/session_manager/src/
Dmulti_screen_manager.cpp64 TLOGI(WmsLogTag::DMS, "virtual screen mirror switch enter size: %{public}u", in VirtualScreenMirrorSwitch()
74 TLOGE(WmsLogTag::DMS, "virtual screen mirror switch error: %{public}d", ret); in VirtualScreenMirrorSwitch()
82 TLOGI(WmsLogTag::DMS, "virtual screen mirror switch end"); in VirtualScreenMirrorSwitch()
94 TLOGI(WmsLogTag::DMS, "enter physical screen switch to mirror screen size: %{public}u", in PhysicalScreenMirrorSwitch()
103 … TLOGI(WmsLogTag::DMS, "switch to mirror physical ScreenId: %{public}" PRIu64, physicalScreenId); in PhysicalScreenMirrorSwitch()
112 TLOGI(WmsLogTag::DMS, "physical screen switch to mirror end"); in PhysicalScreenMirrorSwitch()
119 TLOGI(WmsLogTag::DMS, "enter physical screen unique switch screen size: %{public}u", in PhysicalScreenUniqueSwitch()
127 … TLOGI(WmsLogTag::DMS, "switch to unique physical ScreenId: %{public}" PRIu64, physicalScreenId); in PhysicalScreenUniqueSwitch()
137 TLOGI(WmsLogTag::DMS, "physical screen unique switch end"); in PhysicalScreenUniqueSwitch()
150 TLOGI(WmsLogTag::DMS, "start virtual screen unique switch size: %{public}u", in VirtualScreenUniqueSwitch()
[all …]
/foundation/arkui/ace_engine/frameworks/base/resource/binary/i18n/
Dentry.json23 "switch":{ object
93 "switch":{ object
141 "switch":{ object
170 "switch":{ object
199 "switch":{ object
228 "switch":{ object
257 "switch":{ object
286 "switch":{ object
315 "switch":{ object
344 "switch":{ object
[all …]
/foundation/arkui/ace_engine/interfaces/native/event/
Dui_input_event.cpp69 switch (event->eventTypeId) { in OH_ArkUI_UIInputEvent_GetAction()
95 switch (event->eventTypeId) { in OH_ArkUI_UIInputEvent_GetSourceType()
121 switch (event->eventTypeId) { in OH_ArkUI_UIInputEvent_GetToolType()
147 switch (event->eventTypeId) { in OH_ArkUI_UIInputEvent_GetEventTime()
189 switch (event->eventTypeId) { in OH_ArkUI_PointerEvent_GetPointerCount()
215 switch (event->eventTypeId) { in OH_ArkUI_PointerEvent_GetPointerId()
241 switch (event->eventTypeId) { in OH_ArkUI_PointerEvent_GetX()
281 switch (event->eventTypeId) { in OH_ArkUI_PointerEvent_GetXByIndex()
307 switch (event->eventTypeId) { in OH_ArkUI_PointerEvent_GetY()
348 switch (event->eventTypeId) { in OH_ArkUI_PointerEvent_GetYByIndex()
[all …]
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/
Dradio_switch_tdd_test.cpp23 switchComponentId_ = KeyParser::ParseKeyId("switch", switchNameLen); in RadioSwitchTddTest()
144 printf("[WidthSwitchValueTest003] set the switch width 25 failed\n"); in WidthSwitchValueTest003()
162 printf("[WidthSwitchValueTest003] set the switch width -1 failed\n"); in WidthSwitchValueTest003()
170 * @tc.steps:step3.set the switch width 256 in WidthSwitchValueTest003()
171 * @tc.expected:step3.the width of switch is 256 in WidthSwitchValueTest003()
178 printf("[WidthSwitchValueTest003] set the switch width int16_max + 20 failed\n"); in WidthSwitchValueTest003()
192 * @tc.steps:step1.set the width of switch false in WidthSwitchValueTest004()
193 * @tc.expected:step1.the width of switch is defaultLen 46 in WidthSwitchValueTest004()
201 printf("[WidthSwitchValueTest004]set the width of switch false failed\n"); in WidthSwitchValueTest004()
214 printf("[WidthSwitchValueTest004] set the width of switch testaaa failed\n"); in WidthSwitchValueTest004()
[all …]
/foundation/communication/wifi/wifi/interfaces/c_api/include/
Doh_wifi.h20 * @brief Provide functions for querying the status of wifi switch.
26 * @brief Define interfaces for querying wifi switch status.
71 * @brief Check whether the wifi switch is enabled.
73 * @param enabled - It is a boolean pointer used to receive wifi switch status values.\n
74 * Equal to true indicates that the wifi switch is turned on, false indicates that\n
75 * the wifi switch is turned off.\n
79 * {@link WIFI_SUCCESS} Successfully obtained the wifi switch status.\n
/foundation/arkui/ace_engine/frameworks/core/components_ng/image_provider/
Dimage_state_manager.cpp29 switch (state_) { in HandleCommand()
76 switch (command) { in HandleCommandByUnloadedState()
84 switch (command) { in HandleCommandByDataLoadingState()
93 switch (command) { in HandleCommandByDataReadyState()
101 switch (command) { in HandleCommandByMakeCanvasImageState()
110 switch (command) { in HandleCommandByLoadSuccessState()
118 switch (command) { in HandleCommandByLoadFailState()
/foundation/arkui/ace_engine_lite/test/moduletest/common/test_app/ui_auto_test/
Dconfig.json125 "pages/switch/SwitchA04/index",
126 "pages/switch/SwitchE01/index",
127 "pages/switch/SwitchE02/index",
128 "pages/switch/SwitchE03/index",
129 "pages/switch/SwitchE04/index",
130 "pages/switch/SwitchS01/index",
131 "pages/switch/SwitchS02/index",
153 "pages/switch-radio-width/width_switch_value_test009/index",
154 "pages/switch-radio-width/width_radio_value_test010/index"
/foundation/arkui/ace_engine_lite/frameworks/examples/showcase/src/main/js/default/pages/component/switch/style/
Dstyle.hml42 …<switch style="width: 80px; height: 80px; left: 110px; top: 110px; background-color: #0000ff"> </s…
56 … <switch style="width: 80px; height: 80px; margin: 80px; background-color: #0000ff"> </switch>
77 …<switch style="width: 80px; height: 80px; margin-left: 80px; margin-top: 80px; background-color: #…
78 </switch>
99 …<switch style="width: 80px; height: 80px; margin-right: 80px; margin-bottom: 80px; background-colo…
100 </switch>
108 <switch style="width:64px;height:64px;left:80px;top:75px;display:{{ status }};"> </switch>
126 <switch
139 </switch>
/foundation/arkui/ace_engine/test/unittest/core/pattern/toggle/
Dtoggle_switch_test_ng.cpp88 * @tc.desc: Test toggle switch layout.
97 * @tc.steps: step1. create switch and get frameNode.
100 toggleModelNG.Create(ToggleType::SWITCH, IS_ON);
143 * @tc.desc: Test toggle switch layout.
152 * @tc.steps: step1. create switch and get frameNode.
155 toggleModelNG.Create(ToggleType::SWITCH, IS_ON);
197 * @tc.desc: Test toggle switch layout.
206 * @tc.steps: step1. create switch and get frameNode.
209 toggleModelNG.Create(ToggleType::SWITCH, IS_ON);
254 * @tc.desc: Test toggle switch layout.
[all …]
/foundation/multimodalinput/input/interfaces/native/innerkits/event/include/
Dswitch_event.h31 * @brief Enumerated values of switch type.
36 /** Default, used to be compatible with calls to previously none switch type parameter */
38 /** Lid switch type */
40 /** Tablet switch type */
42 /** Privacy switch type */
/foundation/communication/bluetooth/interfaces/c_api/include/
Doh_bluetooth.h20 * @brief Provide functions for querying the status of bluetooth switch.
26 * @brief Define interfaces for querying bluetooth switch status.
40 * @brief Enumeration state of bluetooth switch.
79 * @brief Get the bluetooth switch state.
81 * @param state - It is a pointer used to receive bluetooth switch status values.
86 * {@link BLUETOOTH_SUCCESS} Successfully obtained the bluetooth switch status.
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_pro/
Dwifi_pro_common.h55 // current ap triggers wifi switch because of no internet
57 // current ap triggers wifi switch because of rssi poor
59 // current ap triggers wifi switch because of internet block under poor rssi
61 // current ap triggers wifi switch because of internet block under strong rssi
63 // current ap triggers wifi switch because of checking wifi in background
/foundation/arkui/ace_engine_lite/frameworks/examples/showcase/src/main/js/default/pages/component/switch/event/
Devent.hml36 <switch style="width: 64px; height: 64px; left: 80px; top: 75px" onclick="click"> </switch>
46 …<switch style="width: 64px; height: 64px; left: 80px; top: 75px" onlongpress="longpress"> </switch>
56 … <switch style="width: 64px; height: 64px; left: 80px; top: 75px" onswipe="swipeEvent"> </switch>
76 <switch
81 </switch>
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/manager/src/
Dclient_trans_channel_callback.c39 switch (channel->channelType) { in TransOnChannelOpened()
70 switch (channelType) { in TransOnChannelOpenFailed()
101 switch (channelType) { in NofifyChannelClosed()
117 switch (channelType) { in NofifyCloseAckReceived()
133 switch (messageType) { in TransOnChannelClosed()
153 switch (channelType) { in TransOnChannelMsgReceived()
175 switch (channelType) { in TransOnChannelQosEvent()
191 switch (channelType) { in TransOnChannelBind()
/foundation/arkui/ace_engine_lite/test/moduletest/common/test_app/ui_auto_test/src/main/js/default/pages/switch-radio-width/width_switch_value_test009/
Dindex.hml18 <switch id="switch"
19 class="switch"
22 </switch>
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/
Ddash_media_downloader.cpp259 … MEDIA_LOG_I("wait last switch bitrate or track:" PUBLIC_LOG_U32 " sidx parse finish, switch type:" in SelectBitRate()
359 switch (mpdEvent) { in OnMpdInfoUpdate()
435 MEDIA_LOG_I("switch type: " PUBLIC_LOG_D32 " or waitSidxFinish: " in ReceiveMpdParseOkEvent()
452 // no need to auto switch in VideoSegmentDownloadFinished()
468 // auto switch in VideoSegmentDownloadFinished()
479 // switch success in VideoSegmentDownloadFinished()
512 MEDIA_LOG_I("switch stream update streamId from " PUBLIC_LOG_D32 " to " in GetSegmentToDownload()
547 …// 1. clean segment buffer, get switch segment sequence. segment is in downloading or no segment b… in CleanVideoSegmentBuffer()
560 // 2. switch to destination bitrate in SelectBitrateInternal()
631 MEDIA_LOG_I("hdr stream no need to switch auto"); in GetNextBitrate()
[all …]
/foundation/arkui/ace_engine_lite/frameworks/examples/showcase/src/main/js/default/pages/component/switch/attr/
Dattr.hml37 <switch
42 </switch>
50 <switch show="{{ status }}" class="switchStyle"> </switch>
64 …<switch if="{{ statusIf }}" style="width: 64px; height: 64px; margin-left: 80px; margin-top: 10px"…
85 <switch checked="true" style="width: 64px; height: 64px; top: 120px; left: 60px"> </switch>
/foundation/multimodalinput/input/intention/cooperate/plugin/src/
Di_cooperate_state.cpp35 void ICooperateState::Switch(std::shared_ptr<ICooperateStep> step) in Switch() function in OHOS::Msdp::DeviceStatus::Cooperate::ICooperateState
66 void ICooperateState::ICooperateStep::Switch(std::shared_ptr<ICooperateStep> step) in Switch() function in OHOS::Msdp::DeviceStatus::Cooperate::ICooperateState::ICooperateStep
68 parent_.Switch(step); in Switch()
74 Switch(next_); in Proceed()
82 Switch(prev_); in Reset()
/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/
Dnew_ability_impl.h45 * @param targetState The life cycle state to switch to.
54 * @param state The life cycle state to switch to.
59 * @brief Handling the life cycle switching of NewAbility in switch.
62 * @param targetState The life cycle state to switch to.
/foundation/resourceschedule/resource_schedule_service/ressched/test/resource/resschedfwk/parseswitch/sys_prod/
Dres_sched_plugin_switch.xml17 <plugin libpath="libunittest_plugin.z.so" switch="1" />
18 <plugin libpath="libunittest2_plugin.z.so" switch="0" />
19 <plugin libpath="libunittest4_plugin.z.so" switch="0" />
/foundation/resourceschedule/resource_schedule_service/ressched/test/resource/resschedfwk/parseswitch/system/
Dres_sched_plugin_switch.xml17 <plugin libpath="libunittest_plugin.z.so" switch="1" />
18 <plugin libpath="libunittest2_plugin.z.so" switch="1" />
19 <plugin libpath="libunittest3_plugin.z.so" switch="0" />
/foundation/multimedia/camera_lite/frameworks/
Dcamera_ability.cpp26 switch (format) { in GetSupportedSizes()
53 switch (key) { in GetSupportParameterRange()
70 switch (key) { in SetSupportParameterRange()
86 switch (key) { in SetSupportParameterRange()
/foundation/arkui/ace_engine_lite/frameworks/examples/showcase/src/main/js/default/pages/component/switch/index/
Dindex.js18 changePage1: routePage('pages/component/switch/attr/attr').changePage,
19 changePage2: routePage('pages/component/switch/style/style').changePage,
20 changePage3: routePage('pages/component/switch/event/event').changePage
/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/
Dtransform.cpp29 switch (type) { in GetTypeSize()
54 switch (type) { in TransformDataType()
86 switch (type) { in TransformFormat()
98 switch (type) { in TransfromFusionType()
112 switch (type) { in TransformQuantType()
131 switch (type) { in TransformDataType()
/foundation/arkui/ace_engine/adapter/preview/osal/
Dresource_convertor.cpp22 switch (type) { in ConvertDeviceTypeToGlobal()
44 switch (orientation) { in ConvertDirectionToGlobal()
90 switch (type) { in ConvertDeviceTypeToAce()
108 switch (orientation) { in ConvertDirectionToAce()
120 switch (density) { in ConvertDensityToAce()
140 switch (colorMode) { in ConvertColorModeToGlobal()

12345678910>>...115