/base/powermgr/power_manager/services/native/src/runninglock/ |
H A D | running_lock_proxy.h | 53 void ProxyInner(const sptr<IRemoteObject>& remoteObj, const std::string& bundleNames, RunningLockEvent event);
|
H A D | running_lock_proxy.cpp | 126 const std::string& bundleNames, RunningLockEvent event) in ProxyInner() 143 lockInner->SetBundleName(bundleNames); in ProxyInner() 125 ProxyInner(const sptr<IRemoteObject>& remoteObj, const std::string& bundleNames, RunningLockEvent event) ProxyInner() argument
|
/base/inputmethod/imf/services/src/ |
H A D | ime_info_inquirer.cpp | 1095 std::vector<std::string> bundleNames; in GetRunningIme() local 1101 return bundleNames; in GetRunningIme() 1104 if (info.extensionType_ == ExtensionAbilityType::INPUTMETHOD && !info.bundleNames.empty()) { in GetRunningIme() 1105 bundleNames.push_back(info.bundleNames[0]); in GetRunningIme() 1108 return bundleNames; in GetRunningIme() 1118 auto bundleNames = GetRunningIme(userId); in IsRunningIme() local 1119 auto it = std::find_if(bundleNames.begin(), bundleNames.end(), in IsRunningIme() 1121 return it != bundleNames in IsRunningIme() [all...] |
H A D | peruser_session.cpp | 61 auto bundleNames = ImeInfoInquirer::GetInstance().GetRunningIme(userId_); in PerUserSession() local 62 if (!bundleNames.empty()) { in PerUserSession() 63 runningIme_ = bundleNames[0]; // one user only has one ime at present in PerUserSession()
|
/base/usb/usb_manager/services/native/include/ |
H A D | usb_right_db_helper.h | 101 int32_t DeleteAppsRightRecord(int32_t uid, const std::vector<std::string> &bundleNames);
|
/base/notification/distributed_notification_service/frameworks/js/napi/src/subscribe/ |
H A D | napi_subscribe.cpp | 62 subscribeInfo.AddAppNames(asynccallbackinfo->subscriberInfo.bundleNames); in NapiSubscribe()
|
/base/notification/distributed_notification_service/services/ans/include/ |
H A D | notification_preferences.h | 358 * @param bundleNames Indicates bundle name set, allow to publish notification with sound. 361 bool GetBundleSoundPermission(bool &allPackage, std::set<std::string> &bundleNames);
|
/base/usb/usb_manager/services/native/src/ |
H A D | usb_right_db_helper.cpp | 410 int32_t UsbRightDbHelper::DeleteAppsRightRecord(int32_t uid, const std::vector<std::string> &bundleNames) in DeleteAppsRightRecord() argument 414 rdbPredicates.BeginWrap()->EqualTo("uid", std::to_string(uid))->And()->In("bundleName", bundleNames)->EndWrap(); in DeleteAppsRightRecord()
|
/base/sensors/miscdevice/services/miscdevice_service/src/ |
H A D | vibration_priority_manager.cpp | 228 for (const auto &bundleName : processinfo.bundleNames) {
in ShouldIgnoreInputMethod()
|
/base/notification/distributed_notification_service/services/ans/test/unittest/ |
H A D | notification_preferences_test.cpp | 1533 std::set<std::string> bundleNames = {}; in HWTEST_F() local 1534 auto res = NotificationPreferences::GetInstance()->GetBundleSoundPermission(allPackage, bundleNames); in HWTEST_F()
|
/base/notification/distributed_notification_service/services/ans/src/ |
H A D | notification_preferences.cpp | 1128 bool NotificationPreferences::GetBundleSoundPermission(bool &allPackage, std::set<std::string> &bundleNames) in GetBundleSoundPermission() argument 1151 bundleNames.insert(item); in GetBundleSoundPermission()
|
/base/location/frameworks/js/napi/notification/include/ |
H A D | notification_napi.h | 80 std::vector<std::string> bundleNames; member
|
/base/account/os_account/services/accountmgr/test/unittest/account_iam/ |
H A D | account_iam_manager_test.cpp | 345 int32_t GetBundleStatsForIncrease(uint32_t userId, const std::vector<std::string> &bundleNames, in GetBundleStatsForIncrease() argument
|
/base/notification/distributed_notification_service/frameworks/js/napi/include/ |
H A D | common.h | 85 std::vector<std::string> bundleNames; member
|
/base/location/frameworks/js/napi/notification/src/ |
H A D | notification_napi.cpp | 52 // bundleNames?: Array<string> in GetNotificationSubscriberInfo() 53 NAPI_CALL(env, napi_has_named_property(env, value, "bundleNames", &hasProperty)); in GetNotificationSubscriberInfo() 56 napi_get_named_property(env, value, "bundleNames", &nBundleNames); in GetNotificationSubscriberInfo() 59 LBSLOGE(NAPI_UTILS, "Property bundleNames is expected to be an array."); in GetNotificationSubscriberInfo() 77 subscriberInfo.bundleNames.emplace_back(str); in GetNotificationSubscriberInfo()
|
/base/notification/distributed_notification_service/frameworks/js/napi/src/ |
H A D | common.cpp | 302 // bundleNames?: Array<string> in GetNotificationSubscriberInfo() 303 NAPI_CALL(env, napi_has_named_property(env, value, "bundleNames", &hasProperty)); in GetNotificationSubscriberInfo() 306 napi_get_named_property(env, value, "bundleNames", &nBundleNames); in GetNotificationSubscriberInfo() 309 ANS_LOGE("Property bundleNames is expected to be an array."); in GetNotificationSubscriberInfo() 327 subscriberInfo.bundleNames.emplace_back(str); in GetNotificationSubscriberInfo()
|
H A D | subscribe.cpp | 1477 subscribeInfo.AddAppNames(asynccallbackinfo->subscriberInfo.bundleNames); in Subscribe()
|