Searched refs:Step (Results 1 – 10 of 10) sorted by relevance
88 int32_t ret = statement.Step(); in Add()114 int32_t ret = statement.Step(); in Remove()130 while (statement.Step() == Statement::State::ROW) { in FindByConditions()152 while (statement.Step() == Statement::State::ROW) { in GetDistinctValue()172 if (countStatement.Step() == Statement::State::ROW) { in Count()189 if (deleteExpireStatement.Step() != Statement::State::DONE) { in DeleteExpireRecords()201 if (deleteExcessiveStatement.Step() != Statement::State::DONE) { in DeleteExcessiveRecords()
113 } while (Step(fp, pc) && (curIndex < DfxConfig::GetConfig().maxFrameNums)); in Unwind()134 bool FpUnwinder::Step(uintptr_t& fp, uintptr_t& pc) in Step() function in OHOS::HiviewDFX::FpUnwinder
40 bool Step(uintptr_t& fp, uintptr_t& pc);
115 int ret = statement.Step(); in Add()141 int ret = statement.Step(); in Remove()158 int ret = statement.Step(); in Modify()167 while (statement.Step() == Statement::State::ROW) { in Find()186 bool canCommit = deleteStatement.Step() == Statement::State::DONE; in RefreshAll()192 int ret = insertStatement.Step(); in RefreshAll()
161 while (statement.Step() == Statement::State::ROW) { in GetVersion()175 statement.Step(); in SetVersion()
81 Statement::State Statement::Step() in Step() function in OHOS::Security::AccessToken::Statement
40 State Step();
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.
153 // Step 1 Import the sensor package.157 // Step 2 Subscribe to and listen for data changes of a type of sensor.161 // Step 3 Unsubscribe from data changes of the sensor 10 seconds later.163 // Step 4 Subscribe to and listen for a data change of a type of sensor.
219 2. Add the policies configured for the features in Step 1 to the global policy settings. You need t…234 3. Register the **BmsFeature** defined in Step 1 with SAMGR.