Home
last modified time | relevance | path

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

/ohos5.0/base/usb/usb_manager/services/native/include/
H A Dusb_right_db_helper.h71 int32_t QueryUserRightRecord(int32_t uid, std::vector<struct UsbRightAppInfo> &infos);
/ohos5.0/base/usb/usb_manager/services/native/src/
H A Dusb_right_db_helper.cpp178 int32_t UsbRightDbHelper::QueryUserRightRecord(int32_t uid, std::vector<struct UsbRightAppInfo> &in… in QueryUserRightRecord() function in OHOS::USB::UsbRightDbHelper