Home
last modified time | relevance | path

Searched refs:step (Results 1 - 25 of 85) sorted by relevance

1234

/base/startup/bootstrap_lite/services/source/
H A Dbootstrap_service.h23 #define APP_NAME(name, step) ".zinitcall.app." #name #step ".init"
24 #define MODULE_NAME(name, step) ".zinitcall." #name #step ".init"
26 #define APP_CALL(name, step) \
28 InitCall *initcall = (InitCall *)(APP_BEGIN(name, step)); \
29 InitCall *initend = (InitCall *)(APP_END(name, step)); \
35 #define MODULE_CALL(name, step) \
37 InitCall *initcall = (InitCall *)(MODULE_BEGIN(name, step)); \
38 InitCall *initend = (InitCall *)(MODULE_END(name, step)); \
[all...]
H A Dcore_main.h23 #define SYS_NAME(name, step) ".zinitcall.sys." #name #step ".init"
24 #define MODULE_NAME(name, step) ".zinitcall." #name #step ".init"
26 #define SYS_CALL(name, step) \
28 InitCall *initcall = (InitCall *)(SYS_BEGIN(name, step)); \
29 InitCall *initend = (InitCall *)(SYS_END(name, step)); \
35 #define MODULE_CALL(name, step) \
37 InitCall *initcall = (InitCall *)(MODULE_BEGIN(name, step)); \
38 InitCall *initend = (InitCall *)(MODULE_END(name, step)); \
[all...]
/test/testfwk/arkxtest/uitest/test/
H A Dui_action_test.cpp144 uint32_t step = 0; in TEST_F() local
147 // check the TouchEvent of each step in TEST_F()
151 uint32_t expectedTimeOffset = (totalCostMs * step) / steps; in TEST_F()
155 if (step == 0) { in TEST_F()
158 } else if (step == events.GetSize() - 1) { in TEST_F()
165 step++; in TEST_F()
191 uint32_t step = 0; in TEST_F() local
194 // check the TouchEvent of each step in TEST_F()
198 uint32_t expectedTimeOffset = (totalCostMs * step) / steps; in TEST_F()
202 if (step in TEST_F()
232 uint32_t step = 0; TEST_F() local
278 const uint32_t step = 4; TEST_F() local
315 const uint32_t step = 4; TEST_F() local
372 uint32_t step = 0; TEST_F() local
[all...]
H A Dmock_controller.h55 for (int step = 0; step < events.GetSteps(); step++) {
57 touch_event_records_->PushAction(events.At(finger, step));
H A Dwidget_operator_test.cpp263 for (uint32_t step = 0; step < MockController::touch_event_records_->GetSteps(); step++) { in TEST_F()
264 if (MockController::touch_event_records_->At(finger, step).point_.py_ > maxCy) { in TEST_F()
265 maxCy = MockController::touch_event_records_->At(finger, step).point_.py_; in TEST_F()
267 if (MockController::touch_event_records_->At(finger, step).point_.py_ < minCy) { in TEST_F()
268 minCy = MockController::touch_event_records_->At(finger, step).point_.py_; in TEST_F()
/base/security/device_auth/services/legacy/authenticators/src/account_unrelated/pake_task/pake_v1_task/pake_v1_protocol_task/
H A Dpake_v1_client_protocol_task.c225 uint32_t step = ProtocolMessageIn(in); in Process() local
226 if (step == INVALID_MESSAGE) { in Process()
228 step = 1; in Process()
232 step = step + 1; /* when receive peer message code, need to do next step */ in Process()
233 switch (step) { in Process()
246 LOGE("Process step:%d failed, res: %x.", step, res); in Process()
249 if (step ! in Process()
[all...]
H A Dpake_v1_server_protocol_task.c193 uint32_t step = ProtocolMessageIn(in); in Process() local
194 if (step == INVALID_MESSAGE) { in Process()
199 switch (step) { in Process()
212 LOGE("Process step:%d failed, res: %x.", step, res); in Process()
215 res = ServerProtocolMessageOut(out, params->opCode, step); in Process()
/base/update/updateservice/services/firmware/upgrade/mode/src/
H A Dfirmware_manual_check_mode_empty.cpp23 FirmwareStep FirmwareManualCheckMode::GetNextStep(FirmwareStep step) in GetNextStep() argument
25 FIRMWARE_LOGI("GetNextStep %{public}d", static_cast<uint32_t>(step)); in GetNextStep()
26 return step; in GetNextStep()
H A Dfirmware_install_apply_mode_empty.cpp23 FirmwareStep FirmwareInstallApplyMode::GetNextStep(FirmwareStep step) in GetNextStep() argument
25 FIRMWARE_LOGI("GetNextStep %{public}d", static_cast<uint32_t>(step)); in GetNextStep()
26 return step; in GetNextStep()
H A Dfirmware_download_mode_empty.cpp23 FirmwareStep FirmwareDownloadMode::GetNextStep(FirmwareStep step) in GetNextStep() argument
25 FIRMWARE_LOGI("GetNextStep %{public}d", static_cast<uint32_t>(step)); in GetNextStep()
26 return step; in GetNextStep()
H A Dfirmware_manual_check_mode.cpp34 FirmwareStep FirmwareManualCheckMode::GetNextStep(FirmwareStep step) in GetNextStep() argument
36 FIRMWARE_LOGI("GetNextStep %{public}d", static_cast<uint32_t>(step)); in GetNextStep()
38 switch (step) { in GetNextStep()
/test/testfwk/arkxtest/uitest/core/
H A Dui_action.cpp83 for (uint32_t step = 1; step < steps; step++) { in DecomposeComputeSwipe()
84 const int32_t pointX = from.px_ + stepLengthX * step; in DecomposeComputeSwipe()
85 const int32_t pointY = from.py_ + stepLengthY * step; in DecomposeComputeSwipe()
86 const uint32_t timeOffsetMs = (timeCostMs * step) / steps; in DecomposeComputeSwipe()
170 for (uint32_t step = 0; step < pointers_.GetSteps() - 1; step++) { in Decompose()
171 const int32_t pxTo = (pointers_.At(finger, step in Decompose()
[all...]
/base/msdp/device_status/intention/cooperate/plugin/src/
H A Di_cooperate_state.cpp35 void ICooperateState::Switch(std::shared_ptr<ICooperateStep> step) in Switch() argument
37 if (step != nullptr) { in Switch()
38 current_ = step; in Switch()
66 void ICooperateState::ICooperateStep::Switch(std::shared_ptr<ICooperateStep> step) in Switch() argument
68 parent_.Switch(step); in Switch()
/base/security/device_auth/services/legacy/authenticators/src/account_unrelated/iso_task/iso_protocol_task/
H A Diso_client_protocol_task.c244 uint32_t step = ProtocolMessageIn(in); in Process() local
245 if (step == INVALID_MESSAGE) { in Process()
247 step = STEP_ONE; in Process()
251 step = step + 1; /* when receive peer message code, need to do next step */ in Process()
252 switch (step) { in Process()
265 LOGE("Process step:%d failed, res: %x.", step, res); in Process()
268 if (step ! in Process()
[all...]
/base/security/device_auth/services/legacy/authenticators/src/account_unrelated/common/
H A Ddas_task_common.c115 int ClientProtocolMessageOut(CJson *out, int opCode, uint32_t step) in ClientProtocolMessageOut() argument
126 res = AddIntToJson(sendToPeer, FIELD_MESSAGE, step); in ClientProtocolMessageOut()
130 step = step | MESSAGE_PREFIX; in ClientProtocolMessageOut()
131 res = AddIntToJson(sendToPeer, FIELD_MESSAGE, step); in ClientProtocolMessageOut()
140 int ServerProtocolMessageOut(CJson *out, int opCode, uint32_t step) in ServerProtocolMessageOut() argument
151 step = step | MESSAGE_RETURN; in ServerProtocolMessageOut()
152 res = AddIntToJson(sendToPeer, FIELD_MESSAGE, step); in ServerProtocolMessageOut()
156 step in ServerProtocolMessageOut()
[all...]
/test/testfwk/xdevice/plugins/devicetest/core/
H A Dvariables.py166 "set CurCase step total as: {}".format(self.step_total))
175 "set CurCase step section as: {}".format(self.step_section))
226 log.info(f'<div class="step" id="{index}">{name}</div>')
228 step = {
232 self.__update_step_info(step, **kwargs)
233 steps_info.append(step)
241 log.warning(f"update step info failed, index must be in [0, {max_index}]")
243 step = steps_info[index]
244 self.__update_step_info(step, **kwargs)
252 step
[all...]
/base/telephony/core_service/services/sim/include/
H A Dsim_char_decode.h81 uint8_t step = w; in CharCodeToSequence() local
84 const int len = contentLen - (i * step) - flagLen; in CharCodeToSequence()
85 if (snprintf_s(tempChar + flagLen + (i * step), len - 1, len - 1, in CharCodeToSequence()
86 (step == CHAR16_LENGTH) ? "%04X" : "%02X", value) < 0) { in CharCodeToSequence()
/base/web/webview/ohos_adapter/camera_adapter/src/
H A Dvideo_capture_range_adapter_impl.cpp50 void VideoCaptureRangeAdapterImpl::SetStep(double step) in SetStep() argument
52 step_ = step; in SetStep()
/base/msdp/device_status/tools/vdev/src/
H A Dvirtual_mouse.cpp175 double step = FAST_STEP; in Move() local
180 step = total / HALF_VALUE; in Move()
182 step = total; in Move()
185 step = FAST_STEP; in Move()
187 double tx = round(step * static_cast<double>(dx) / delta); in Move()
188 double ty = round(step * static_cast<double>(dy) / delta); in Move()
200 total -= step; in Move()
/base/telephony/sms_mms/services/sms/gsm/
H A Dgsm_sms_tpdu_codec.cpp151 uint8_t step = SLIDE_DATA_STEP; in DebugTpdu() local
154 if (sizeof(tpduTmp) <= (i * step)) { in DebugTpdu()
158 const uint16_t len = sizeof(tpduTmp) - (i * step); in DebugTpdu()
163 if (snprintf_s(tpduTmp + (i * step), len - 1, len - 1, "%02X", oneByte) < 0) { in DebugTpdu()
/test/xts/acts/arkui/ace_standard/entry/src/main/js/MainAbility/pages/slider/prop/
H A Dindex.js57 step : null,
98 step : this.step,
156 this.step = this.$element("step").getInspector()
/test/xts/acts/arkui/ace_standard/entry/src/main/js/default/pages/slider/prop/
H A Dindex.js57 step : null,
98 step : this.step,
156 this.step = this.$element("step").getInspector()
/test/xts/acts/arkui/ace_standard/entry/src/ohosTest/js/MainAbility/pages/slider/prop/
H A Dindex.js57 step : null,
98 step : this.step,
156 this.step = this.$element("step").getInspector()
/test/xts/acts/arkui/ace_standard/entry/src/ohosTest/js/default/pages/slider/prop/
H A Dindex.js57 step : null,
98 step : this.step,
156 this.step = this.$element("step").getInspector()
/base/security/device_auth/services/legacy/authenticators/inc/account_unrelated/
H A Ddas_task_common.h40 int ClientProtocolMessageOut(CJson *out, int opCode, uint32_t step);
41 int ServerProtocolMessageOut(CJson *out, int opCode, uint32_t step);

Completed in 11 milliseconds

1234