Home
last modified time | relevance | path

Searched refs:bundleNames (Results 1 - 17 of 17) sorted by relevance

/base/powermgr/power_manager/services/native/src/runninglock/
H A Drunning_lock_proxy.h53 void ProxyInner(const sptr<IRemoteObject>& remoteObj, const std::string& bundleNames, RunningLockEvent event);
H A Drunning_lock_proxy.cpp126 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 Dime_info_inquirer.cpp1095 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 Dperuser_session.cpp61 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 Dusb_right_db_helper.h101 int32_t DeleteAppsRightRecord(int32_t uid, const std::vector<std::string> &bundleNames);
/base/notification/distributed_notification_service/frameworks/js/napi/src/subscribe/
H A Dnapi_subscribe.cpp62 subscribeInfo.AddAppNames(asynccallbackinfo->subscriberInfo.bundleNames); in NapiSubscribe()
/base/notification/distributed_notification_service/services/ans/include/
H A Dnotification_preferences.h358 * @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 Dusb_right_db_helper.cpp410 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 Dvibration_priority_manager.cpp228 for (const auto &bundleName : processinfo.bundleNames) { in ShouldIgnoreInputMethod()
/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dnotification_preferences_test.cpp1533 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 Dnotification_preferences.cpp1128 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 Dnotification_napi.h80 std::vector<std::string> bundleNames; member
/base/account/os_account/services/accountmgr/test/unittest/account_iam/
H A Daccount_iam_manager_test.cpp345 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 Dcommon.h85 std::vector<std::string> bundleNames; member
/base/location/frameworks/js/napi/notification/src/
H A Dnotification_napi.cpp52 // 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 Dcommon.cpp302 // 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 Dsubscribe.cpp1477 subscribeInfo.AddAppNames(asynccallbackinfo->subscriberInfo.bundleNames); in Subscribe()

Completed in 43 milliseconds