Home
last modified time | relevance | path

Searched defs:bundleNames (Results 1 – 22 of 22) sorted by relevance

/base/powermgr/power_manager/utils/intf_wrapper/src/
Dpower_ext_intf_wrapper.cpp115 …xtIntfWrapper::PublishCustomizedScreenEvent(PowerState state, std::vector<std::string> bundleNames) in PublishCustomizedScreenEvent()
126 …ntfWrapper::NotifyScreenOnEventAgain(WakeupDeviceType reason, std::vector<std::string> bundleNames) in NotifyScreenOnEventAgain()
137 void PowerExtIntfWrapper::NotifyOperateEventAfterScreenOn(std::vector<std::string> bundleNames) in NotifyOperateEventAfterScreenOn()
/base/hiviewdfx/hiview/plugins/privacy_controller/
Dprivacy_controller.cpp44 …BundleNamesFromFile(const std::string& allowListFile, std::unordered_set<std::string>& bundleNames) in GetAllowBundleNamesFromFile()
69 std::unordered_set<std::string> bundleNames; in IsBundleNameAllow() local
/base/hiviewdfx/hiview/core/bundle_config/
Dplugin_bundle_config.cpp25 bool ParseBundleNames(const cJSON* config, std::vector<std::string>& bundleNames) in ParseBundleNames()
/base/powermgr/power_manager/services/native/src/watch_customized_screen_common_event/
Dcustomized_screen_event_rules.cpp25 static std::vector<std::string> bundleNames{}; variable
/base/notification/distributed_notification_service/services/distributed/src/helper/
Ddistributed_preference.cpp100 int32_t DistributedPreferences::GetSavedBundlesIcon(std::vector<std::string>& bundleNames) in GetSavedBundlesIcon()
/base/inputmethod/imf/common/imf_hisysevent/src/
Dimf_hisysevent_util.cpp147 …mfHiSysEventUtil::AddIfAbsent(const std::string &bundleName, std::vector<std::string> &bundleNames) in AddIfAbsent()
/base/location/frameworks/js/napi/notification/include/
Dnotification_napi.h80 std::vector<std::string> bundleNames; member
/base/notification/distributed_notification_service/frameworks/js/napi/include/
Dcommon.h87 std::vector<std::string> bundleNames; member
/base/customization/enterprise_device_management/test/unittest/interface/inner_api/proxy/mock/include/
Denterprise_device_mgr_stub_mock.h212 std::vector<std::string> &bundleNames) override in GetDelegatedBundleNames()
/base/powermgr/power_manager/services/native/src/runninglock/
Drunning_lock_proxy.cpp127 const std::string& bundleNames, RunningLockEvent event) in ProxyInner()
/base/customization/enterprise_device_management/services/edm/src/
Denterprise_device_mgr_stub.cpp438 std::vector<std::string> bundleNames; in GetDelegatedBundleNamesInner() local
Dadmin_manager.cpp481 std::vector<std::string> &bundleNames) in GetVirtualAdminsByPolicy()
Denterprise_device_mgr_ability.cpp1947 const std::string &policyName, std::vector<std::string> &bundleNames) in GetDelegatedBundleNames()
/base/customization/enterprise_device_management/test/unittest/services/edm/src/
Denterprise_device_mgr_ability_test.cpp4240 std::vector<std::string> bundleNames; variable
4281 std::vector<std::string> bundleNames; variable
4309 std::vector<std::string> bundleNames; variable
4343 std::vector<std::string> bundleNames; variable
/base/inputmethod/imf/services/adapter/settings_data_provider/src/
Denable_ime_data_parser.cpp501 std::vector<std::string> bundleNames; in GetImeEnablePattern() local
/base/inputmethod/imf/services/src/
Dime_info_inquirer.cpp1096 std::vector<std::string> bundleNames; in GetRunningIme() local
1119 auto bundleNames = GetRunningIme(userId); in IsRunningIme() local
Dperuser_session.cpp56 auto bundleNames = ImeInfoInquirer::GetInstance().GetRunningIme(userId_); in PerUserSession() local
/base/usb/usb_manager/services/native/src/
Dusb_right_db_helper.cpp410 …t UsbRightDbHelper::DeleteAppsRightRecord(int32_t uid, const std::vector<std::string> &bundleNames) in DeleteAppsRightRecord()
/base/notification/distributed_notification_service/services/ans/test/unittest/
Dnotification_preferences_test.cpp1519 std::set<std::string> bundleNames = {}; variable
/base/hiviewdfx/hiview/core/
Dhiview_platform.cpp355 std::vector<std::string> bundleNames = bundleConfig.GetBundleNames(); in LoadPluginBundles() local
/base/account/os_account/services/accountmgr/test/unittest/account_iam/
Daccount_iam_manager_test.cpp348 int32_t GetBundleStatsForIncrease(uint32_t userId, const std::vector<std::string> &bundleNames, in GetBundleStatsForIncrease()
/base/notification/distributed_notification_service/services/ans/src/
Dnotification_preferences.cpp1193 …ficationPreferences::GetBundleSoundPermission(bool &allPackage, std::set<std::string> &bundleNames) in GetBundleSoundPermission()