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 D | pkg_db_helper.h | 57 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 D | pkg_db_helper.cpp | 143 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 D | usb_right_db_helper.h | 115 int32_t AddOrUpdateRightRecordEx(bool isUpdate, int32_t uid, const std::string &deviceName,
|
/ohos5.0/base/usb/usb_manager/services/native/src/ |
H A D | usb_right_db_helper.cpp | 579 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
|