/ohos5.0/build/lite/ |
H A D | lite_target_list.gni | 16 # Step 1: Read product configuration profile. 24 # Step 2: Loop subsystems configured by product. 29 # Step 3: Read OS subsystems profile. 36 # Step 4: Loop components configured by product. 38 # Step 5: Check whether the component configured by product is exist. 51 # Step 6: Loop OS components and check validity of product configuration. 55 # Step 6.1: Skip component which not configured by product. 57 # Step 6.1.1: Loop OS components adapted kernel type. 63 # Step 6.1.2: Add valid component for compiling. 82 # Step 7: Add device and product target by default.
|
/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/unwind/ |
H A D | arm_exidx_test.cpp | 169 ASSERT_TRUE(exidx.Step(entryOffset, rs)); 189 ASSERT_TRUE(exidx.Step(entryOffset, rs)); 210 ASSERT_TRUE(exidx.Step(entryOffset, rs)); 230 ASSERT_TRUE(exidx.Step(entryOffset, rs)); 253 ASSERT_TRUE(exidx.Step(entryOffset, rs)); 257 ASSERT_TRUE(exidx.Step(entryOffset, rs)); 276 ASSERT_TRUE(exidx.Step(entryOffset, rs)); 299 ASSERT_TRUE(exidx.Step(entryOffset, rs)); 324 ASSERT_TRUE(exidx.Step(entryOffset, rs)); 351 ASSERT_TRUE(exidx.Step(entryOffset, rs)); [all …]
|
/ohos5.0/docs/zh-cn/contribute/template/ |
H A D | xxboard-template.md | 50 *【写作说明】Step by Step介绍环境搭建详细步骤。* 60 *【写作说明】Step by Step介绍如何烧录参考步骤。*
|
H A D | faq-template.md | 48 - Step-by-step方式写作,保证可执行性。
|
/ohos5.0/foundation/communication/netmanager_base/services/netstatsmanager/src/ |
H A D | net_stats_database_helper.cpp | 132 ret = statement_.Step(); in InsertData() 162 return Step(infos); in SelectData() 186 return Step(infos); in SelectData() 210 return Step(infos); in SelectData() 239 return Step(infos); in SelectData() 263 return Step(infos); in QueryData() 292 return Step(infos); in QueryData() 312 ret = statement_.Step(); in DeleteData() 352 int32_t rc = statement_.Step(); in Step() 377 rc = statement_.Step(); in Step() [all …]
|
/ohos5.0/docs/en/application-dev/ui/ |
H A D | arkts-animation-smoothing.md | 21 // Step 1: Declare the related state variable. 35 // Step 2: Set the declared state variable to the related animatable property API. 37 …// Step 4: Enable the implicit animation. When the end value of the animation changes, the system … 42 …// Step 3: Change the state variable value through the click event, which then changes the propert… 75 // Step 1: Declare the related state variable. 85 // Step 2: Set the declared state variable to the related animatable property API. 87 …// Step 3: Change the state variable value for the time when the user places or moves their finger… 99 …// Step 4: Set the end value of the state variable for after the user lifts their finger (or finge…
|
H A D | arkts-modal-transition.md | 79 // Step 1: Define bindContentCover. 83 // Step 2: Define the modal view. 361 // Step 1: Define a data array to represent menu items. 382 // Step 2: Bind the menu data to the component through bindMenu. 474 // Step 1: Define the state variable to control the visibility of the popup. 477 // Step 2: Use @Builder to build a custom popup. 497 // Step 4: Add a click event to control the visibility of the popup. 502 // Step 5: Bind the popup to the component through bindPopup. 541 // Step 1: Define a state variable to control page display. 613 // Step 3: Change the state variable to display the modal view. [all …]
|
H A D | arkts-attribute-animation-apis.md | 32 // Step 1: Declare related state variables. 37 // Step 2: Set the declared state variables to the related animatable property APIs. 52 // Step 3: Change the state variables in the closure to update the UI. 97 // Step 1: Declare related state variables. 102 // Step 2: Set the declared state variables to the related animatable property APIs. 110 // Step 3: Enable property animation. 119 // Step 4: Change the state variables in the closure to update the UI.
|
H A D | arkts-sheet-page.md | 70 // Step 1: Customize a scrollable container. 78 // Step 2: Set the nested scrolling attributes of the scrollable component. 116 // Step 1: Declare the onWillDismiss callback. 118 // Step 2: Implement the secondary confirmation interaction, using an AlertDialog component to prom… 137 … // Step 3: Define the logic for closing the semi-modal within the AlertDialog button callback. 139 // Step 4: Call dismiss() to close the semi-modal when the logic in step 3 is triggered.
|
H A D | arkts-contentcover-page.md | 158 // Step 2: Define the semi-modal view. 182 …// Step 3: Launch the full-modal view using the full-modal API. The newly launched modal panel is … 209 // Step 1: Define the semi-modal transition effect.
|
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/display/ |
H A D | _y_u_v_desc_info_v10.md | 26 | unsigned int [uvStep](#uvstep) | UV的Step信息 | 59 UV的Step信息
|
/ohos5.0/base/security/access_token/services/common/database/src/ |
H A D | sqlite_helper.cpp | 172 if (statement.Step() != Statement::State::DONE) { in SetWal() 187 while (statement.Step() == Statement::State::ROW) { in GetVersion() 201 statement.Step(); in SetVersion()
|
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/ |
H A D | sqlite_statement.cpp | 54 SqlStatistic sqlStatistic("", SqlStatistic::Step::STEP_TOTAL_REF, seqId_); in SqliteStatement() 59 SqlStatistic sqlStatistic("", SqlStatistic::Step::STEP_TOTAL_RES, seqId_); in ~SqliteStatement() 72 SqlStatistic sqlStatistic(newSql, SqlStatistic::Step::STEP_PREPARE, seqId_); in Prepare() 157 SqlStatistic sqlStatistic("", SqlStatistic::Step::STEP_PREPARE, seqId_); in BindArgs() 269 int SqliteStatement::Step() in Step() function in OHOS::NativeRdb::SqliteStatement 276 ret = slave_->Step(); in Step() 286 SqlStatistic sqlStatistic("", SqlStatistic::Step::STEP_EXECUTE, seqId_); in InnerStep() 571 SqlStatistic sqlStatistic("", SqlStatistic::Step::STEP_EXECUTE, seqId_); in FillBlockInfo()
|
H A D | rd_statement.cpp | 147 ret = Step(); in Prepare() 298 int32_t RdStatement::Step() in Step() function in OHOS::NativeRdb::RdStatement 347 ret = Step(); in Execute() 371 ret = Step(); in ExecuteForValue()
|
H A D | step_result_set.cpp | 89 status = statement->Step(); in InitRowCount() 258 errCode = statement->Step(); in GoToNextRow() 268 errCode = statement->Step(); in GoToNextRow()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/animation/ |
H A D | property_animation.cpp | 30 void PropertyAnimation::Step(const IClock::ConstPtr& clock) in Step() function in Internal::PropertyAnimation 32 Super::Step(clock); in Step()
|
H A D | animation_controller.cpp | 142 IAnimationController::StepInfo AnimationController::Step(const IClock::ConstPtr& clock) in Step() function in AnimationController 148 animation->Step(clock); in Step()
|
/ohos5.0/base/security/access_token/services/privacymanager/src/database/ |
H A D | permission_used_record_db.cpp | 146 int32_t ret = statement.Step(); in Add() 184 int32_t ret = statement.Step(); in Remove() 214 while (statement.Step() == Statement::State::ROW) { in FindByConditions() 243 if (countStatement.Step() == Statement::State::ROW) { in Count() 268 if (deleteExpireStatement.Step() != Statement::State::DONE) { in DeleteExpireRecords() 287 if (deleteExcessiveStatement.Step() != Statement::State::DONE) { in DeleteExcessiveRecords() 323 int32_t ret = statement.Step(); in Update() 357 while (statement.Step() == Statement::State::ROW) { in Query()
|
/ohos5.0/base/accesscontrol/sandbox_manager/services/common/database/src/ |
H A D | sqlite_helper.cpp | 164 while (statement.Step() == Statement::State::ROW) { in GetVersion() 178 statement.Step(); in SetVersion()
|
/ohos5.0/docs/en/application-dev/tools/ |
H A D | restool.md | 76 Step 1: Generate the resource middleware. 81 Step 2: Compile the resource middleware. 91 Step 1: Create the **id_defined.json** file. There are two ways to create the file. 114 Step 2: Fix the resource ID. There are two ways to fix the resource ID.
|
/ohos5.0/base/sensors/miscdevice/ |
H A D | README.md | 142 //Step 1 Import the vibrator package. 147 // Step 2 Trigger vibration with a specific duration. 165 // Step 3 Stop vibration that is triggered with a specific duration. 175 // Step 4 Trigger vibration based on with a specific effect. 191 // Step 5 Stop vibration that is triggered with a specific effect. 201 // Step 6 Query whether 'haptic. lock. timer' is supported. If so, vibrate the effectId. 232 // Step 7 Stop all types of vibration.
|
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/api/internal/ |
H A D | animation_api.h | 67 void Step(const IClock::ConstPtr& clock) in META_BEGIN_NAMESPACE() 69 META_API_CACHED_INTERFACE(Animation)->Step(clock); in META_BEGIN_NAMESPACE()
|
/ohos5.0/docs/zh-cn/application-dev/ai/mindspore/ |
H A D | mindspore-lite-train-guidelines.md | 158 // Model Train Step 166 printf("Train Step Success.\n"); 250 Train Step Success. 445 // Model Train Step 453 printf("Train Step Success.\n");
|
/ohos5.0/docs/en/application-dev/quick-start/ |
H A D | arkts-page-custom-components-layout.md | 49 // Step 1: Calculate the size of each child component. 60 // Step 2: Place the child components.
|
/ohos5.0/docs/en/application-dev/arkts-utils/ |
H A D | sync-task-development.md | 33 // Step 1: Define a concurrent function to implement the service logic. 42 // Step 2: Create and execute a task. 47 // Step 3: Perform operations on the returned task result.
|