Home
last modified time | relevance | path

Searched refs:Step (Results 1 – 10 of 10) sorted by relevance

/base/security/access_token/services/privacymanager/src/database/
Dpermission_used_record_db.cpp88 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()
/base/hiviewdfx/faultloggerd/frameworks/unwinder/
Dfp_unwinder.cpp113 } 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
/base/hiviewdfx/faultloggerd/frameworks/unwinder/include/
Dfp_unwinder.h40 bool Step(uintptr_t& fp, uintptr_t& pc);
/base/security/access_token/services/accesstokenmanager/main/cpp/src/database/
Dsqlite_storage.cpp115 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()
/base/security/access_token/services/common/database/src/
Dsqlite_helper.cpp161 while (statement.Step() == Statement::State::ROW) { in GetVersion()
175 statement.Step(); in SetVersion()
Dstatement.cpp81 Statement::State Statement::Step() in Step() function in OHOS::Security::AccessToken::Statement
/base/security/access_token/services/common/database/include/
Dstatement.h40 State Step();
/base/sensors/miscdevice/
DREADME.md142 //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.
/base/sensors/sensor/
DREADME.md153 // 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.
/base/security/permission_lite/
DREADME.md219 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.