Home
last modified time | relevance | path

Searched defs:bundleName (Results 1 - 14 of 14) sorted by relevance

/drivers/external_device_manager/services/native/driver_extension_manager/src/device_manager/
H A Dbundle_update_callback.cpp21 void BundleUpdateCallback::OnBundlesUpdated(const std::string &bundleName) in OnBundlesUpdated() argument
H A Ddriver_extension_controller.cpp68 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 Ddevice.cpp53 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 Detx_device_mgr.cpp161 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 Dpkg_tables.h27 std::string bundleName; member
H A Ddriver_pkg_manager.h41 string bundleName; member
/drivers/peripheral/power/interfaces/hdi_service/src/
H A Drunning_lock_counter.cpp75 const std::string bundleName = ""; in NotifyHiView() local
H A Drunning_lock_impl.cpp43 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 Dpower_interface_impl.cpp461 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 Ddriver_extension_controller_mt.cpp98 void ConnectAbilityTest(const string bundleName, const string abilityName) in ConnectAbilityTest() argument
/drivers/external_device_manager/utils/include/
H A Dext_object.h41 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 Dpkg_db_helper_test.cpp239 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 Ddrv_bundle_state_callback.cpp54 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 Dpkg_db_helper.cpp68 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...]

Completed in 6 milliseconds