Home
last modified time | relevance | path

Searched refs:bundleName_ (Results 1 – 25 of 28) sorted by relevance

12

/base/notification/distributed_notification_service/frameworks/ans/src/
Dnotification_bundle_option.cpp26 : bundleName_(bundleName), uid_(uid) in NotificationBundleOption()
34 bundleName_ = bundleName; in SetBundleName()
39 return bundleName_; in GetBundleName()
55 "bundleName = " + bundleName_ + in Dump()
62 if (!parcel.WriteString(bundleName_)) { in Marshalling()
88 if (!parcel.ReadString(bundleName_)) { in ReadFromParcel()
Dreminder_request.cpp464 resultSet->GetString(ReminderStore::GetColumnIndex(PKG_NAME), bundleName_); in RecoverFromDb()
1438 ownerBundleName.c_str(), bundleName_.c_str()); in UpdateNotificationBundleInfo()
1439 notificationRequest_->SetOwnerBundleName(bundleName_); in UpdateNotificationBundleInfo()
1440 notificationRequest_->SetCreatorBundleName(bundleName_); in UpdateNotificationBundleInfo()
/base/telephony/call_manager/frameworks/native/include/
Di_call_ability_callback.h28 ICallAbilityCallback() : bundleName_("") {} in ICallAbilityCallback()
39 bundleName_ = name; in SetBundleName()
44 return bundleName_; in GetBundleName()
57 std::string bundleName_;
/base/notification/distributed_notification_service/services/ans/test/unittest/
Dnotification_preferences_database_test.cpp35 const std::string bundleName_ = "bundleName"; member in OHOS::Notification::NotificationPreferencesDatabaseTest
54 EXPECT_TRUE(preferncesDB_->PutSlotsToDisturbeDB(bundleName_, bundleUid_, slots));
80 EXPECT_FALSE(preferncesDB_->PutSlotsToDisturbeDB(bundleName_, bundleUid_, slots));
91 bundleInfo.SetBundleName(bundleName_);
117 bundleInfo.SetBundleName(bundleName_);
157 bundleInfo.SetBundleName(bundleName_);
183 bundleInfo.SetBundleName(bundleName_);
210 bundleInfo.SetBundleName(bundleName_);
316 bundleInfo.SetBundleName(bundleName_);
341 bundleInfo.SetBundleName(bundleName_);
[all …]
/base/notification/common_event_service/frameworks/native/src/
Dcommon_event_publish_info.cpp30 bundleName_ = commonEventPublishInfo.bundleName_; in CommonEventPublishInfo()
70 bundleName_ = bundleName; in SetBundleName()
75 return bundleName_; in GetBundleName()
104 if (!parcel.WriteString16(Str8ToStr16(bundleName_))) { in Marshalling()
130 bundleName_ = Str16ToStr8(parcel.ReadString16()); in ReadFromParcel()
/base/location/interfaces/inner_api/include/
Dapp_identity.h71 return bundleName_; in GetBundleName()
76 bundleName_ = bundleName; in SetBundleName()
85 std::string bundleName_; variable
/base/customization/enterprise_device_management/services/edm/src/connection/
Denterprise_bundle_connection.cpp36 proxy_->OnBundleAdded(bundleName_); in OnAbilityConnectDone()
39 proxy_->OnBundleRemoved(bundleName_); in OnAbilityConnectDone()
/base/location/frameworks/location_common/common/source/
Dapp_identity.cpp26 bundleName_ = ""; in AppIdentity()
40 ", bundleName : " + bundleName_; in ToString()
/base/customization/enterprise_device_management/services/edm/include/connection/
Denterprise_bundle_connection.h26 …const std::string &bundleName) : IEnterpriseConnection(want, code, userId), bundleName_(bundleName… in EnterpriseBundleConnection()
48 std::string bundleName_;
/base/notification/distributed_notification_service/services/ans/include/
Dreminder_timer_info.h51 bundleName_ = bundleName; in SetBundleName()
83 std::string bundleName_; variable
Dnotification_preferences_info.h201 std::string bundleName_;
/base/request/request/download/interfaces/kits/js/napi/download_single/src/
Ddownload_config.cpp77 bundleName_ = bundleName; in SetBundleName()
142 return bundleName_; in GetBundleName()
179 DOWNLOAD_HILOGD("bundleName: %{public}s", bundleName_.c_str()); in Dump()
/base/hiviewdfx/hiview/plugins/usage_event_report/service/factory/
Dapp_usage_event_factory.cpp113 std::string package = stat.bundleName_; in GetAppUsageInfosByUserId()
121 std::string version = GetAppVersion(stat.bundleName_); in GetAppUsageInfosByUserId()
122 appUsageInfos.push_back(AppUsageInfo(stat.bundleName_, version, usage, dateStr)); in GetAppUsageInfosByUserId()
/base/telephony/state_registry/service/include/
Dtelephony_state_registry_record.h37 std::string bundleName_ = "";
/base/notification/distributed_notification_service/interfaces/inner_api/
Dnotification_bundle_option.h98 std::string bundleName_ {};
/base/notification/distributed_notification_service/services/ans/src/
Dreminder_timer_info.cpp56 "UID", uid_, "PID", pid_, "NAME", bundleName_); in OnTrigger()
Dnotification_preferences_info.cpp26 bundleName_ = name; in SetBundleName()
31 return bundleName_; in GetBundleName()
/base/telephony/call_manager/services/call/src/
Dcall_base.cpp31 bundleName_(info.bundleName), callRunningState_(CallRunningState::CALL_RUNNING_STATE_CREATE), in CallBase()
42 bundleName_(info.bundleName), callRunningState_(CallRunningState::CALL_RUNNING_STATE_CREATE), in CallBase()
106 if (bundleName_.length() > static_cast<size_t>(kMaxBundleNameLen)) { in GetCallAttributeBaseInfo()
110 …rno_t result = memcpy_s(info.bundleName, kMaxBundleNameLen, bundleName_.c_str(), bundleName_.lengt… in GetCallAttributeBaseInfo()
Dott_call.cpp338 if (bundleName_.length() > static_cast<size_t>(kMaxBundleNameLen)) { in PackOttCallRequestInfo()
342 …if (memcpy_s(requestInfo.bundleName, kMaxBundleNameLen, bundleName_.c_str(), bundleName_.length())… in PackOttCallRequestInfo()
/base/notification/common_event_service/interfaces/inner_api/
Dcommon_event_publish_info.h123 std::string bundleName_; variable
/base/request/request/download/interfaces/kits/js/napi/download_single/include/
Ddownload_config.h94 std::string bundleName_; variable
/base/global/resource_management/interfaces/js/kits/src/
Dresource_manager_napi.cpp58 …napi_value result = ResourceManagerAddon::Create(env, context.bundleName_, context.resMgr_, nullpt… in ExecuteGetResMgr()
62 … ReportInitResourceManagerFail(context.bundleName_, "failed to get ResourceManagerAddon"); in ExecuteGetResMgr()
118 asyncContext.bundleName_ = bundleName; in InitAsyncContext()
/base/global/resource_management/interfaces/js/innerkits/core/include/
Dresource_manager_addon.h155 std::string bundleName_; variable
163 std::string bundleName_; member
/base/telephony/call_manager/services/call/include/
Dcall_base.h108 std::string bundleName_; variable
/base/telephony/state_registry/service/src/
Dtelephony_state_registry_dump_helper.cpp65 result.append("package: ").append(item.bundleName_); in ShowTelephonyStateRegistryInfo()

12