Home
last modified time | relevance | path

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

/ohos5.0/base/usb/usb_manager/services/native/include/
H A Dusb_right_db_helper.h78 …int32_t QueryRightRecord(int32_t uid, const std::string &deviceName, const std::string &bundleName,
/ohos5.0/base/usb/usb_manager/services/native/src/
H A Dusb_right_db_helper.cpp51 int32_t ret = QueryRightRecord(uid, deviceName, bundleName, tokenId, infos); in IsRecordExpired()
159 int32_t UsbRightDbHelper::QueryRightRecord(int32_t uid, const std::string &deviceName, const std::s… in QueryRightRecord() function in OHOS::USB::UsbRightDbHelper