/drivers/external_device_manager/services/native/driver_extension_manager/src/device_manager/ |
H A D | bundle_update_callback.cpp | 21 void BundleUpdateCallback::OnBundlesUpdated(const std::string &bundleName) in OnBundlesUpdated() argument
|
H A D | driver_extension_controller.cpp | 68 StartDriverExtension( const std::string& bundleName, const std::string& abilityName) StartDriverExtension() argument 91 StopDriverExtension( const std::string& bundleName, const std::string& abilityName, int32_t userId) StopDriverExtension() argument 113 ConnectDriverExtension( const std::string& bundleName, const std::string& abilityName, std::shared_ptr<IDriverExtensionConnectCallback> callback, uint32_t deviceId ) ConnectDriverExtension() argument 155 DisconnectDriverExtension( const std::string& bundleName, const std::string& abilityName, std::shared_ptr<IDriverExtensionConnectCallback> callback, uint32_t deviceId ) DisconnectDriverExtension() argument [all...] |
H A D | device.cpp | 53 std::string bundleName = Device::GetBundleName(bundleInfo);
in Connect() local 104 std::string bundleName = Device::GetBundleName(bundleInfo);
in Connect() local 128 std::string bundleName = Device::GetBundleName(bundleInfo);
in Disconnect() local 175 std::string bundleName = Device::GetBundleName(bundleInfo);
in OnDisconnect() local [all...] |
H A D | etx_device_mgr.cpp | 161 std::unordered_set<uint64_t> ExtDeviceManager::DeleteBundlesOfBundleInfoMap(const std::string &bundleName) in DeleteBundlesOfBundleInfoMap() argument
|
/drivers/external_device_manager/services/native/driver_extension_manager/include/drivers_pkg_manager/ |
H A D | pkg_tables.h | 27 std::string bundleName; member
|
H A D | driver_pkg_manager.h | 41 string bundleName; member
|
/drivers/peripheral/power/interfaces/hdi_service/src/ |
H A D | running_lock_counter.cpp | 75 const std::string bundleName = ""; in NotifyHiView() local
|
H A D | running_lock_impl.cpp | 43 Hold(const RunningLockInfo &info, PowerHdfState state, uint64_t lockid, const std::string &bundleName) Hold() argument 81 Unhold(const RunningLockInfo &info, uint64_t lockid, const std::string &bundleName) Unhold() argument 110 HoldLock(const RunningLockInfo &info, PowerHdfState state, uint64_t lockid, const std::string &bundleName) HoldLock() argument 122 UnholdLock(const RunningLockInfo &info, uint64_t lockid, const std::string &bundleName) UnholdLock() argument 261 NotifyChanged(const RunningLockInfo &info, const uint64_t &lockid, const std::string &bundleName, const std::string &tag) NotifyChanged() argument
|
H A D | power_interface_impl.cpp | 461 HoldRunningLockExt(const RunningLockInfo &info, uint64_t lockid, const std::string &bundleName) HoldRunningLockExt() argument 468 UnholdRunningLockExt(const RunningLockInfo &info, uint64_t lockid, const std::string &bundleName) UnholdRunningLockExt() argument
|
/drivers/external_device_manager/test/moduletest/driver_extension_controller_mt/ |
H A D | driver_extension_controller_mt.cpp | 98 void ConnectAbilityTest(const string bundleName, const string abilityName) in ConnectAbilityTest() argument
|
/drivers/external_device_manager/utils/include/ |
H A D | ext_object.h | 41 DriverInfo(const std::string &bundleName, const std::string &driverName, const std::string &driverUid = "") in DriverInfo() argument
|
/drivers/external_device_manager/test/unittest/drivers_pkg_manager_test/src/ |
H A D | pkg_db_helper_test.cpp | 239 string bundleName = helper->QueryBundleInfoNames(driverInfo); in HWTEST_F() local 248 string bundleName = helper->QueryBundleInfoNames(driverInfo); in HWTEST_F() local
|
/drivers/external_device_manager/services/native/driver_extension_manager/src/drivers_pkg_manager/ |
H A D | drv_bundle_state_callback.cpp | 54 std::string DrvBundleStateCallback::GetBundleSize(const std::string &bundleName) in GetBundleSize() argument 182 OnBundleStateChanged(const uint8_t installType, const int32_t resultCode, const std::string &resultMsg, const std::string &bundleName) OnBundleStateChanged() argument 194 OnBundleAdded(const std::string &bundleName, const int userId) OnBundleAdded() argument 216 OnBundleUpdated(const std::string &bundleName, const int userId) OnBundleUpdated() argument 244 OnBundleRemoved(const std::string &bundleName, const int userId) OnBundleRemoved() argument 348 QueryDriverInfos(const std::string &bundleName, const int userId, std::vector<ExtensionAbilityInfo> &driverInfos) QueryDriverInfos() argument 388 UpdateToRdb(const std::vector<ExtensionAbilityInfo> &driverInfos, const std::string &bundleName) UpdateToRdb() argument 460 OnBundleDrvRemoved(const std::string &bundleName) OnBundleDrvRemoved() argument [all...] |
H A D | pkg_db_helper.cpp | 68 int32_t PkgDbHelper::DeleteRightRecord(const std::string &bundleName) in DeleteRightRecord() argument 80 int32_t PkgDbHelper::AddOrUpdatePkgInfo(const std::vector<PkgInfoTable> &pkgInfos, const std::string &bundleName) in AddOrUpdatePkgInfo() argument 128 AddOrUpdateRightRecord( const std::string & bundleName, const std::string & bundleAbility, const std::string &driverInfo) AddOrUpdateRightRecord() argument 181 AddOrUpdateRightRecordEx(bool isUpdate, const std::string & bundleName, const std::string & bundleAbility, const std::string &driverInfo) AddOrUpdateRightRecordEx() argument 214 QueryAllBundleAbilityNames(const std::string &bundleName, std::vector<std::string> &bundleAbilityNames) QueryAllBundleAbilityNames() argument [all...] |