Searched refs:AddOrUpdateRightRecord (Results 1 - 3 of 3) sorted by relevance
/base/usb/usb_manager/services/native/include/ |
H A D | usb_right_db_helper.h | 90 int32_t AddOrUpdateRightRecord(int32_t uid, const std::string &deviceName, const std::string &bundleName,
|
/base/usb/usb_manager/services/native/src/ |
H A D | usb_right_manager.cpp | 196 ret = helper->AddOrUpdateRightRecord(uid, deviceName, hapTokenInfoRes.bundleName, tokenIdStr, info); in AddDeviceRight() 231 auto ret = helper->AddOrUpdateRightRecord(userId, deviceName, bundleName, tokenId, info); in AddDeviceRight()
|
H A D | usb_right_db_helper.cpp | 560 int32_t UsbRightDbHelper::AddOrUpdateRightRecord(int32_t uid, const std::string &deviceName, in AddOrUpdateRightRecord() function in OHOS::USB::UsbRightDbHelper
|
Completed in 4 milliseconds