Home
last modified time | relevance | path

Searched refs:bundleManager_ (Results 1 - 7 of 7) sorted by relevance

/foundation/multimedia/ringtone_library/services/utils/src/
H A Dpermission_utils.cpp33 sptr<AppExecFwk::IBundleMgr> RingtonePermissionUtils::bundleManager_ = nullptr;
37 if (bundleManager_ != nullptr) { in GetSysBundleManager()
38 return bundleManager_; in GetSysBundleManager()
42 if (bundleManager_ != nullptr) { in GetSysBundleManager()
43 return bundleManager_; in GetSysBundleManager()
63 bundleManager_ = bundleManager; in GetSysBundleManager()
65 return bundleManager_; in GetSysBundleManager()
70 bundleManager_ = GetSysBundleManager(); in GetClientBundle()
71 if (bundleManager_ == nullptr) { in GetClientBundle()
75 auto result = bundleManager_ in GetClientBundle()
126 auto bundleManager_ = GetSysBundleManager(); GetPackageNameByBundleName() local
[all...]
/foundation/ability/dmsfwk/test/fuzztest/bundlemanagercallbackstub_fuzzer/
H A Dbundlemanagercallbackstub_fuzzer.cpp30 std::shared_ptr<DmsBundleManagerCallbackStub> bundleManager_ = in OnQueryInstallationFinishedInnerFuzzTest() local
36 bundleManager_->OnRemoteRequest(code, dataParcel, reply, option); in OnQueryInstallationFinishedInnerFuzzTest()
38 std::u16string descriptor = bundleManager_->GetDescriptor(); in OnQueryInstallationFinishedInnerFuzzTest()
40 bundleManager_->OnRemoteRequest(code, dataParcel, reply, option); in OnQueryInstallationFinishedInnerFuzzTest()
49 bundleManager_->OnRemoteRequest(code, dataParcel, reply, option); in OnQueryInstallationFinishedInnerFuzzTest()
50 bundleManager_->OnQueryInstallationFinishedInner(dataParcel, reply); in OnQueryInstallationFinishedInnerFuzzTest()
/foundation/multimedia/ringtone_library/services/utils/include/
H A Dpermission_utils.h39 __attribute__ ((visibility ("hidden"))) static sptr<AppExecFwk::IBundleMgr> bundleManager_; member in OHOS::Media::RingtonePermissionUtils
/foundation/barrierfree/accessibility/services/aams/src/
H A Daccessible_ability_manager_service.cpp193 bundleManager_ = nullptr; in OnStop()
1518 if (bundleManager_) { in GetBundleMgrProxy()
1519 return bundleManager_; in GetBundleMgrProxy()
1535 bundleManager_ = iface_cast<AppExecFwk::IBundleMgr>(remoteObject); in GetBundleMgrProxy()
1536 if (!bundleManager_) { in GetBundleMgrProxy()
1549 bundleManager_->AsObject()->AddDeathRecipient(bundleManagerDeathRecipient_); in GetBundleMgrProxy()
1550 return bundleManager_; in GetBundleMgrProxy()
2632 if (!remote.GetRefPtr() || !bundleManager_) { in OnBundleManagerDied()
2637 bundleManager_->AsObject()->RemoveDeathRecipient(bundleManagerDeathRecipient_); in OnBundleManagerDied()
2638 bundleManager_ in OnBundleManagerDied()
[all...]
/foundation/barrierfree/accessibility/services/test/xts/src/sa_perform_action_test/
H A Dsa_perform_action_xts.cpp193 bundleManager_ = nullptr; in OnStop()
1513 if (bundleManager_) { in GetBundleMgrProxy()
1514 return bundleManager_; in GetBundleMgrProxy()
1530 bundleManager_ = iface_cast<AppExecFwk::IBundleMgr>(remoteObject); in GetBundleMgrProxy()
1531 if (!bundleManager_) { in GetBundleMgrProxy()
1544 bundleManager_->AsObject()->AddDeathRecipient(bundleManagerDeathRecipient_); in GetBundleMgrProxy()
1545 return bundleManager_; in GetBundleMgrProxy()
/foundation/barrierfree/accessibility/services/test/xts/src/samgr_register_element_test/
H A Dsamgr_register_element_test.cpp193 bundleManager_ = nullptr; in OnStop()
1513 if (bundleManager_) { in GetBundleMgrProxy()
1514 return bundleManager_; in GetBundleMgrProxy()
1530 bundleManager_ = iface_cast<AppExecFwk::IBundleMgr>(remoteObject); in GetBundleMgrProxy()
1531 if (!bundleManager_) { in GetBundleMgrProxy()
1544 bundleManager_->AsObject()->AddDeathRecipient(bundleManagerDeathRecipient_); in GetBundleMgrProxy()
1545 return bundleManager_; in GetBundleMgrProxy()
/foundation/barrierfree/accessibility/services/aams/include/
H A Daccessible_ability_manager_service.h429 sptr<AppExecFwk::IBundleMgr> bundleManager_ = nullptr; member in OHOS::Accessibility::AccessibleAbilityManagerService

Completed in 13 milliseconds