Home
last modified time | relevance | path

Searched defs:bundleName (Results 1 – 19 of 19) sorted by relevance

/drivers/external_device_manager/services/native/driver_extension_manager/src/device_manager/
Ddriver_extension_controller.cpp69 std::string bundleName, in StartDriverExtension()
92 std::string bundleName, in StopDriverExtension()
114 std::string bundleName, in ConnectDriverExtension()
156 std::string bundleName, in DisconnectDriverExtension()
Dbundle_update_callback.cpp21 void BundleUpdateCallback::OnBundlesUpdated(const std::string &bundleName) in OnBundlesUpdated()
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
Detx_device_mgr.cpp161 …ordered_set<uint64_t> ExtDeviceManager::DeleteBundlesOfBundleInfoMap(const std::string &bundleName) in DeleteBundlesOfBundleInfoMap()
/drivers/external_device_manager/services/native/driver_extension_manager/src/drivers_pkg_manager/
Ddrv_bundle_state_callback.cpp54 std::string DrvBundleStateCallback::GetBundleSize(const std::string &bundleName) in GetBundleSize()
185 const std::string &resultMsg, const std::string &bundleName) in OnBundleStateChanged()
196 void DrvBundleStateCallback::OnBundleAdded(const std::string &bundleName, const int userId) in OnBundleAdded()
218 void DrvBundleStateCallback::OnBundleUpdated(const std::string &bundleName, const int userId) in OnBundleUpdated()
246 void DrvBundleStateCallback::OnBundleRemoved(const std::string &bundleName, const int userId) in OnBundleRemoved()
348 bool DrvBundleStateCallback::QueryDriverInfos(const std::string &bundleName, const int userId, in QueryDriverInfos()
388 const std::string &bundleName, bool isExecCallback) in UpdateToRdb()
449 void DrvBundleStateCallback::OnBundleDrvRemoved(const std::string &bundleName) in OnBundleDrvRemoved()
Dpkg_db_helper.cpp68 int32_t PkgDbHelper::DeleteRightRecord(const std::string &bundleName) in DeleteRightRecord()
80 …elper::AddOrUpdatePkgInfo(const std::vector<PkgInfoTable> &pkgInfos, const std::string &bundleName) in AddOrUpdatePkgInfo()
129const std::string & bundleName, const std::string & bundleAbility, const std::string &driverInfo) in AddOrUpdateRightRecord()
182const std::string & bundleName, const std::string & bundleAbility, const std::string &driverInfo) in AddOrUpdateRightRecordEx()
214 int32_t PkgDbHelper::QueryAllBundleAbilityNames(const std::string &bundleName, in QueryAllBundleAbilityNames()
/drivers/peripheral/power/interfaces/hdi_service/src/
Drunning_lock_impl.cpp44 uint64_t lockid, const std::string &bundleName) in Hold()
82 uint64_t lockid, const std::string &bundleName) in Unhold()
111 uint64_t lockid, const std::string &bundleName) in HoldLock()
123 uint64_t lockid, const std::string &bundleName) in UnholdLock()
262 const uint64_t &lockid, const std::string &bundleName, const std::string &tag) in NotifyChanged()
Drunning_lock_counter.cpp75 const std::string bundleName = ""; in NotifyHiView() local
Dpower_interface_impl.cpp452 uint64_t lockid, const std::string &bundleName) in HoldRunningLockExt()
458 uint64_t lockid, const std::string &bundleName) in UnholdRunningLockExt()
/drivers/external_device_manager/test/moduletest/driver_extension_controller_mt/
Ddriver_extension_controller_mt.cpp69 string bundleName(argv[PARAM_INDEX_OF_BUNDLENAME]); in TestEntry() local
98 void ConnectAbilityTest(const string bundleName, const string abilityName) in ConnectAbilityTest()
/drivers/external_device_manager/test/unittest/ndk_stage_js_test/AppScope/
Dapp.json3 "bundleName": "com.extdevmgr.test", string
/drivers/external_device_manager/services/native/driver_extension_manager/include/drivers_pkg_manager/
Dpkg_tables.h27 std::string bundleName; member
Ddriver_pkg_manager.h41 string bundleName; member
/drivers/external_device_manager/test/unittest/ndk_permission_js_test/AppScope/
Dapp.json3 "bundleName": "com.extdevmgr.test", string
/drivers/external_device_manager/test/unittest/drivers_pkg_manager_test/src/
Dpkg_db_helper_test.cpp239 string bundleName = helper->QueryBundleInfoNames(driverInfo); variable
248 string bundleName = helper->QueryBundleInfoNames(driverInfo); variable
/drivers/external_device_manager/utils/include/
Dext_object.h42 : bundleName_(bundleName), driverName_(driverName) in bundleName_() argument
/drivers/external_device_manager/test/unittest/permission_js_test/
Dconfig.json3 "bundleName": "com.extdevmgr.permissiontest", string
/drivers/external_device_manager/test/unittest/systemapi_js_test/
Dconfig.json3 "bundleName": "com.extdevmgr.systemapitest", string
/drivers/external_device_manager/test/unittest/device_manager_js_test/
Dconfig.json3 "bundleName": "com.example.myapplication", string