Home
last modified time | relevance | path

Searched refs:trustResultSet (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/include/trustprofilemanager/
H A Dtrust_profile_manager.h99 int32_t ConvertToTrustDeviceProfile(std::shared_ptr<ResultSet> trustResultSet,
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/trustprofilemanager/
H A Dtrust_profile_manager.cpp1438 std::shared_ptr<ResultSet> trustResultSet, TrustDeviceProfile& trustDeviceProfile) in ConvertToTrustDeviceProfile() argument
1440 if (trustResultSet == nullptr) { in ConvertToTrustDeviceProfile()
1445 if (trustResultSet->GetRow(rowEntity) != DP_SUCCESS) { in ConvertToTrustDeviceProfile()