Home
last modified time | relevance | path

Searched refs:AddOrUpdateRightRecord (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/drivers/external_device_manager/services/native/driver_extension_manager/include/drivers_pkg_manager/
H A Dpkg_db_helper.h42 int32_t AddOrUpdateRightRecord(
/ohos5.0/base/usb/usb_manager/services/native/include/
H A Dusb_right_db_helper.h90 …int32_t AddOrUpdateRightRecord(int32_t uid, const std::string &deviceName, const std::string &bund…
/ohos5.0/drivers/external_device_manager/test/unittest/drivers_pkg_manager_test/src/
H A Dpkg_db_helper_test.cpp200 int32_t ret = helper->AddOrUpdateRightRecord(g_bundleName, g_Ability, driverInfo);
/ohos5.0/base/usb/usb_manager/services/native/src/
H A Dusb_right_manager.cpp223 …ret = helper->AddOrUpdateRightRecord(uid, deviceName, hapTokenInfoRes.bundleName, tokenIdStr, info… in AddDeviceRight()
258 auto ret = helper->AddOrUpdateRightRecord(userId, deviceName, bundleName, tokenId, info); in AddDeviceRight()
H A Dusb_right_db_helper.cpp560 int32_t UsbRightDbHelper::AddOrUpdateRightRecord(int32_t uid, const std::string &deviceName, in AddOrUpdateRightRecord() function in OHOS::USB::UsbRightDbHelper
/ohos5.0/drivers/external_device_manager/services/native/driver_extension_manager/src/drivers_pkg_manager/
H A Dpkg_db_helper.cpp128 int32_t PkgDbHelper::AddOrUpdateRightRecord( in AddOrUpdateRightRecord() function in OHOS::ExternalDeviceManager::PkgDbHelper