Home
last modified time | relevance | path

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

/ohos5.0/foundation/deviceprofile/device_info_manager/common/src/constants/
H A Ddistributed_device_profile_constants.cpp166 const std::string CREATE_TURST_DEVICE_TABLE_UNIQUE_INDEX_SQL = variable
/ohos5.0/foundation/deviceprofile/device_info_manager/common/include/constants/
H A Ddistributed_device_profile_constants.h187 extern const std::string CREATE_TURST_DEVICE_TABLE_UNIQUE_INDEX_SQL;
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/trustprofilemanager/
H A Dtrust_profile_manager.cpp769 int32_t ret = rdbStore_->CreateTable(CREATE_TURST_DEVICE_TABLE_UNIQUE_INDEX_SQL); in CreateUniqueIndex()