/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/src/schedule/base/ |
H A D | ischeduler_video_state.cpp | 23 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 D | scroll_bar_model_ng.cpp | 37 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 D | scroll_bar_model_impl.cpp | 40 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 D | video_charging_state.cpp | 23 VideoChargingState::VideoChargingState(int32_t stateValue) : ISchedulerVideoState(stateValue) in VideoChargingState() argument
|
H A D | video_media_library_state.cpp | 23 …ideoMediaLibraryState::VideoMediaLibraryState(int32_t stateValue) : ISchedulerVideoState(stateValu… in VideoMediaLibraryState() argument
|
H A D | video_photo_process_state.cpp | 23 …ideoPhotoProcessState::VideoPhotoProcessState(int32_t stateValue) : ISchedulerVideoState(stateValu… in VideoPhotoProcessState() argument
|
H A D | video_camera_state.cpp | 23 VideoCameraState::VideoCameraState(int32_t stateValue) : ISchedulerVideoState(stateValue) in VideoCameraState() argument
|
H A D | video_hal_state.cpp | 23 VideoHalState::VideoHalState(int32_t stateValue) : ISchedulerVideoState(stateValue) in VideoHalState() argument
|
H A D | video_battery_level_state.cpp | 24 …ideoBatteryLevelState::VideoBatteryLevelState(int32_t stateValue) : ISchedulerVideoState(stateValu… in VideoBatteryLevelState() argument
|
H A D | video_battery_state.cpp | 24 VideoBatteryState::VideoBatteryState(int32_t stateValue) : ISchedulerVideoState(stateValue) in VideoBatteryState() argument
|
H A D | video_screen_state.cpp | 24 VideoScreenState::VideoScreenState(int32_t stateValue) : ISchedulerVideoState(stateValue) in VideoScreenState() argument
|
H A D | video_temperature_state.cpp | 24 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 D | state_machine.cpp | 52 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 D | extend_state_collection.cpp | 48 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 D | js_scroll_bar.cpp | 95 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 D | ischeduler_video_state.h | 41 explicit ISchedulerVideoState(int32_t stateValue); 46 bool UpdateSchedulerInfo(ScheduleType type, int32_t stateValue);
|
/ohos5.0/drivers/peripheral/power/test/unittest/src/ |
H A D | hdf_power_hdi_test.cpp | 85 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 D | scroll_bar_test_ng.cpp | 182 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 D | changelogs-arkui.md | 64 @State stateValue: string = ''; 108 @State stateValue: string = '';
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-js/ |
H A D | js-components-container-list.md | 68 …ollState: stateValue } | 列表滑动的偏移量和状态回调。<br/>stateValue: 0表示列表滑动已经停止。<br/>stateValue…
|
/ohos5.0/base/telephony/call_manager/services/call_earthquake_alarm/src/ |
H A D | call_earthquake_alarm_subscriber.cpp | 181 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 D | video_battery_level_state.h | 26 explicit VideoBatteryLevelState(int32_t stateValue);
|
H A D | video_battery_state.h | 26 explicit VideoBatteryState(int32_t stateValue);
|
H A D | video_camera_state.h | 26 explicit VideoCameraState(int32_t stateValue);
|
H A D | video_charging_state.h | 26 explicit VideoChargingState(int32_t stateValue);
|