Searched refs:Step (Results 1 – 8 of 8) sorted by relevance
88 int32_t ret = statement.Step(); in Add()114 int32_t ret = statement.Step(); in Remove()132 int32_t ret = statement.Step(); in Modify()152 while (statement.Step() == Statement::State::ROW) { in FindByConditions()174 while (statement.Step() == Statement::State::ROW) { in GetDistinctValue()194 if (countStatement.Step() == Statement::State::ROW) { in Count()211 if (deleteExpireStatement.Step() != Statement::State::DONE) { in DeleteExpireRecords()223 if (deleteExcessiveStatement.Step() != Statement::State::DONE) { in DeleteExcessiveRecords()
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();
128 //Step 1 Import the vibrator package.133 // Step 2 Trigger vibration with a specific duration.141 // Step 3 Stop vibration that is triggered with a specific duration.149 // Step 4 Trigger vibration based on with a specific effect.157 // Step 54 Stop vibration that is triggered with a specific effect.
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.
335 2. Add the policies configured for the features in [Step 1](#li15901515152517) to the global pol…341 …{"bundlems", bmsFeature, 2}, // Add the policies configured for the two features in [Step 1](#li1…350 3. Register the **BmsFeature** defined in [Step 1](#li15901515152517) with Samgr.