Home
last modified time | relevance | path

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

/ohos5.0/foundation/deviceprofile/device_info_manager/common/src/constants/
H A Ddistributed_device_profile_constants.cpp120 const std::string ACCESSCONTROLID_EQUAL_CONDITION = "accessControlId = ?"; variable
/ohos5.0/foundation/deviceprofile/device_info_manager/common/include/constants/
H A Ddistributed_device_profile_constants.h163 extern const std::string ACCESSCONTROLID_EQUAL_CONDITION;
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/trustprofilemanager/
H A Dtrust_profile_manager.cpp218 …et = rdbStore_->Update(changeRowCnt, ACCESS_CONTROL_TABLE, values, ACCESSCONTROLID_EQUAL_CONDITION, in UpdateAccessControlProfile()
1421 ret = rdbStore_->Delete(deleteRows, ACCESS_CONTROL_TABLE, ACCESSCONTROLID_EQUAL_CONDITION, in DeleteAccessControlProfileCheck()