Home
last modified time | relevance | path

Searched refs:stateValue (Results 1 – 25 of 52) sorted by relevance

123

/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/src/schedule/base/
H A Discheduler_video_state.cpp23 ISchedulerVideoState::ISchedulerVideoState(int32_t stateValue) in ISchedulerVideoState() argument
24 : stateValue_(stateValue), in ISchedulerVideoState()
48 bool ISchedulerVideoState::UpdateSchedulerInfo(ScheduleType type, int32_t stateValue) in UpdateSchedulerInfo() argument
51 stateValue_ = stateValue; in UpdateSchedulerInfo()
54 "VideoSchedulerInfo(%{public}d) state : %{public}d is not change.", type, stateValue); in UpdateSchedulerInfo()
56 …eoSchedulerInfo(%{public}d) state from %{public}d to %{public}d", type, preStateValue, stateValue); in UpdateSchedulerInfo()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll_bar/
H A Dscroll_bar_model_ng.cpp37 int directionValue, int stateValue) in Create() argument
64 if (stateValue < 0 || stateValue >= static_cast<int32_t>(DISPLAY_MODE.size())) { in Create()
65 stateValue = static_cast<int32_t>(DisplayMode::AUTO); in Create()
69 ACE_UPDATE_LAYOUT_PROPERTY(ScrollBarLayoutProperty, DisplayMode, DISPLAY_MODE[stateValue]); in Create()
70 …auto visible = (DISPLAY_MODE[stateValue] == DisplayMode::OFF) ? VisibleType::INVISIBLE : VisibleTy… in Create()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dscroll_bar_model_impl.cpp40 int directionValue, int stateValue) in Create() argument
55 if (stateValue != -1) { in Create()
56 scrollBarComponent->SetDisplayMode(DISPLAY_MODE[stateValue]); in Create()
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/src/schedule/impl/
H A Dvideo_charging_state.cpp23 VideoChargingState::VideoChargingState(int32_t stateValue) : ISchedulerVideoState(stateValue) in VideoChargingState() argument
H A Dvideo_media_library_state.cpp23 …ideoMediaLibraryState::VideoMediaLibraryState(int32_t stateValue) : ISchedulerVideoState(stateValu… in VideoMediaLibraryState() argument
H A Dvideo_photo_process_state.cpp23 …ideoPhotoProcessState::VideoPhotoProcessState(int32_t stateValue) : ISchedulerVideoState(stateValu… in VideoPhotoProcessState() argument
H A Dvideo_camera_state.cpp23 VideoCameraState::VideoCameraState(int32_t stateValue) : ISchedulerVideoState(stateValue) in VideoCameraState() argument
H A Dvideo_hal_state.cpp23 VideoHalState::VideoHalState(int32_t stateValue) : ISchedulerVideoState(stateValue) in VideoHalState() argument
H A Dvideo_battery_level_state.cpp24 …ideoBatteryLevelState::VideoBatteryLevelState(int32_t stateValue) : ISchedulerVideoState(stateValu… in VideoBatteryLevelState() argument
H A Dvideo_battery_state.cpp24 VideoBatteryState::VideoBatteryState(int32_t stateValue) : ISchedulerVideoState(stateValue) in VideoBatteryState() argument
H A Dvideo_screen_state.cpp24 VideoScreenState::VideoScreenState(int32_t stateValue) : ISchedulerVideoState(stateValue) in VideoScreenState() argument
H A Dvideo_temperature_state.cpp24 VideoTemperatureState::VideoTemperatureState(int32_t stateValue) : ISchedulerVideoState(stateValue) in VideoTemperatureState() argument
/ohos5.0/base/powermgr/thermal_manager/services/native/src/thermal_observer/state_machine/
H A Dstate_machine.cpp52 void StateMachine::UpdateState(std::string stateName, std::string stateValue) in UpdateState() argument
57 iter->second->SetState(stateValue); in UpdateState()
62 stateCollection->SetState(stateValue); in UpdateState()
H A Dextend_state_collection.cpp48 void ExtendStateCollection::SetState(const std::string& stateValue) in SetState() argument
50 stateValue_ = stateValue; in SetState()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/scroll_bar/
H A Djs_scroll_bar.cpp95 auto stateValue = obj->GetProperty("state"); in Create() local
96 if (stateValue->IsNumber()) { in Create()
97 stateNum = stateValue->ToNumber<int32_t>(); in Create()
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/include/schedule/base/
H A Discheduler_video_state.h41 explicit ISchedulerVideoState(int32_t stateValue);
46 bool UpdateSchedulerInfo(ScheduleType type, int32_t stateValue);
/ohos5.0/drivers/peripheral/power/test/unittest/src/
H A Dhdf_power_hdi_test.cpp85 std::string stateValue; variable
90 stateValue = HdfPowerHdiTest::ReadFile(stateBuf);
91 std::string state = stateValue;
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/scroll_bar/
H A Dscroll_bar_test_ng.cpp182 int32_t stateValue = -1; variable
183 scrollBarModel.Create(proxy, true, true, 0, stateValue);
187 stateValue = 100;
188 scrollBarModel.Create(proxy, true, true, 0, stateValue);
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_5.0.0.34/
H A Dchangelogs-arkui.md64 @State stateValue: string = '';
108 @State stateValue: string = '';
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-js/
H A Djs-components-container-list.md68 …ollState:&nbsp;stateValue&nbsp;} | 列表滑动的偏移量和状态回调。<br/>stateValue:&nbsp;0表示列表滑动已经停止。<br/>stateValue
/ohos5.0/base/telephony/call_manager/services/call_earthquake_alarm/src/
H A Dcall_earthquake_alarm_subscriber.cpp181 std::string stateValue = MyLocationEngine::INITIAL_FIRST_VALUE; in OnAddSystemAbility() local
182 … alarmSwitchState = MyLocationEngine::IsSwitchOn(LocationSubscriber::SWITCH_STATE_KEY, stateValue); in OnAddSystemAbility()
183 if (stateValue == MyLocationEngine::INITIAL_FIRST_VALUE) { in OnAddSystemAbility()
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/include/schedule/impl/
H A Dvideo_battery_level_state.h26 explicit VideoBatteryLevelState(int32_t stateValue);
H A Dvideo_battery_state.h26 explicit VideoBatteryState(int32_t stateValue);
H A Dvideo_camera_state.h26 explicit VideoCameraState(int32_t stateValue);
H A Dvideo_charging_state.h26 explicit VideoChargingState(int32_t stateValue);

123