Home
last modified time | relevance | path

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

/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/trustprofilemanager/
H A Dtrust_profile_manager.cpp163 int32_t rowCount = ROWCOUNT_INIT; in UpdateTrustDeviceProfile()
252 int32_t rowCount = ROWCOUNT_INIT; in GetTrustDeviceProfile()
279 int32_t rowCount = ROWCOUNT_INIT; in GetAllTrustDeviceProfile()
315 int32_t rowCount = ROWCOUNT_INIT; in GetAccessControlProfile()
353 int32_t rowCount = ROWCOUNT_INIT; in GetAccessControlProfile()
390 int32_t rowCount = ROWCOUNT_INIT; in GetAccessControlProfileByTokenId()
427 int32_t rowCount = ROWCOUNT_INIT; in GetAccessControlProfile()
467 int32_t rowCount = ROWCOUNT_INIT; in GetAccessControlProfile()
506 int32_t rowCount = ROWCOUNT_INIT; in GetAllAccessControlProfile()
552 int32_t rowCount = ROWCOUNT_INIT; in GetAccessControlProfile()
[all …]
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/persistenceadapter/rdbadapter/
H A Drdb_adapter.cpp180 int32_t rowCount = ROWCOUNT_INIT; in Get()
/ohos5.0/foundation/deviceprofile/device_info_manager/common/include/constants/
H A Ddistributed_device_profile_constants.h168 constexpr int32_t ROWCOUNT_INIT = -1; variable