Home
last modified time | relevance | path

Searched refs:ACCESSER_TABLE (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/deviceprofile/device_info_manager/common/src/constants/
H A Ddistributed_device_profile_constants.cpp210 const std::string ACCESSER_TABLE = "accesser_table"; variable
/ohos5.0/foundation/deviceprofile/device_info_manager/common/include/constants/
H A Ddistributed_device_profile_constants.h193 extern const std::string ACCESSER_TABLE;
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/trustprofilemanager/
H A Dtrust_profile_manager.cpp1033 int32_t ret = rdbStore_->Put(rowId, ACCESSER_TABLE, values); in PutAccesserProfile()
1213 … int32_t ret = rdbStore_->Update(changeRowCnt, ACCESSER_TABLE, values, ACCESSERID_EQUAL_CONDITION, in UpdateAccesserProfile()
1830 int32_t ret = rdbStore_->Delete(deleteRows, ACCESSER_TABLE, ACCESSERID_EQUAL_CONDITION, in DeleteAccesserCheck()