Home
last modified time | relevance | path

Searched refs:AddOrUpdateRightRecordEx (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/drivers/external_device_manager/services/native/driver_extension_manager/include/drivers_pkg_manager/
H A Dpkg_db_helper.h57 int32_t AddOrUpdateRightRecordEx(bool isUpdate, const std::string &bundleName,
/ohos5.0/drivers/external_device_manager/services/native/driver_extension_manager/src/drivers_pkg_manager/
H A Dpkg_db_helper.cpp143 ret = AddOrUpdateRightRecordEx(isUpdate, bundleName, bundleAbility, driverInfo); in AddOrUpdateRightRecord()
181 int32_t PkgDbHelper::AddOrUpdateRightRecordEx(bool isUpdate, in AddOrUpdateRightRecordEx() function in OHOS::ExternalDeviceManager::PkgDbHelper
/ohos5.0/base/usb/usb_manager/services/native/include/
H A Dusb_right_db_helper.h115 int32_t AddOrUpdateRightRecordEx(bool isUpdate, int32_t uid, const std::string &deviceName,
/ohos5.0/base/usb/usb_manager/services/native/src/
H A Dusb_right_db_helper.cpp579 ret = AddOrUpdateRightRecordEx(isUpdate, uid, deviceName, bundleName, tokenId, info); in AddOrUpdateRightRecord()
626 int32_t UsbRightDbHelper::AddOrUpdateRightRecordEx(bool isUpdate, int32_t uid, const std::string &d… in AddOrUpdateRightRecordEx() function in OHOS::USB::UsbRightDbHelper