Home
last modified time | relevance | path

Searched refs:Step (Results 1 – 8 of 8) 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()
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()
/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.md128 //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.
/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.md335 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.