Home
last modified time | relevance | path

Searched refs:bundleName_ (Results 1 – 25 of 32) 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()
/base/customization/enterprise_device_management/services/edm/src/connection/
Denterprise_bundle_connection.cpp36 proxy_->OnBundleAdded(bundleName_); in OnAbilityConnectDone()
39 proxy_->OnBundleRemoved(bundleName_); in OnAbilityConnectDone()
42 proxy_->OnAppStart(bundleName_); in OnAbilityConnectDone()
45 proxy_->OnAppStop(bundleName_); in OnAbilityConnectDone()
/base/telephony/call_manager/frameworks/native/include/
Di_call_ability_callback.h28 ICallAbilityCallback() : bundleName_("") {} in ICallAbilityCallback()
42 bundleName_ = name; in SetBundleName()
47 return bundleName_; in GetBundleName()
51 std::string bundleName_;
/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/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_);
299 bundleInfo.SetBundleName(bundleName_);
302 EXPECT_EQ(true, preferncesDB_->RemoveBundleFromDisturbeDB(bundleName_));
325 EXPECT_TRUE(preferncesDB_->PutSlotsToDisturbeDB(bundleName_, bundleUid_, slots));
[all …]
/base/location/interfaces/inner_api/include/
Dapp_identity.h81 return bundleName_; in GetBundleName()
86 bundleName_ = bundleName; in SetBundleName()
96 std::string bundleName_; variable
/base/security/dlp_permission_service/frameworks/common/src/
Dretention_sandbox_info.cpp34 bundleName_ = ""; in RetentionSandBoxInfo()
45 if (!(out.WriteString(this->bundleName_))) { in Marshalling()
70 if (!(in.ReadString(parcel->bundleName_))) { in Unmarshalling()
/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/location/frameworks/location_common/common/source/
Dapp_identity.cpp27 bundleName_ = ""; in AppIdentity()
42 ", bundleName : " + bundleName_; in ToString()
/base/notification/distributed_notification_service/services/ans/include/
Dreminder_timer_info.h51 bundleName_ = bundleName; in SetBundleName()
83 std::string bundleName_; variable
Dnotification_preferences_info.h187 std::string bundleName_;
/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/services/include/
Dtelephony_state_registry_record.h37 std::string bundleName_ = "";
/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()
427 bundleName_ = bundleName; in SetBundleName()
Dott_call.cpp367 if (bundleName_.length() > static_cast<size_t>(kMaxBundleNameLen)) { in PackOttCallRequestInfo()
371 …if (memcpy_s(requestInfo.bundleName, kMaxBundleNameLen, bundleName_.c_str(), bundleName_.length())… in PackOttCallRequestInfo()
/base/security/dlp_permission_service/frameworks/common/include/
Dretention_sandbox_info.h35 std::string bundleName_; variable
/base/security/dlp_permission_service/services/dlp_permission/sa/test/unittest/src/
Ddlp_parcel_test.cpp124 info.bundleName_ = "abc";
131 EXPECT_EQ(0, result->bundleName_.compare("abc"));
/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/notification/common_event_service/interfaces/inner_api/
Dcommon_event_publish_info.h123 std::string bundleName_; variable
/base/global/resource_management/interfaces/js/kits/src/
Dresource_manager_napi.cpp52 …napi_value result = ResourceManagerAddon::Create(env, context.bundleName_, context.resMgr_, nullpt… in ExecuteGetResMgr()
56 … ReportInitResourceManagerFail(context.bundleName_, "failed to get ResourceManagerAddon"); in ExecuteGetResMgr()
112 asyncContext.bundleName_ = bundleName; in InitAsyncContext()
/base/global/resource_management/interfaces/js/innerkits/core/include/
Dresource_manager_data_context.h30 std::string bundleName_; member
/base/telephony/state_registry/services/src/
Dtelephony_state_registry_dump_helper.cpp65 result.append("package: ").append(item.bundleName_); in ShowTelephonyStateRegistryInfo()
/base/telephony/call_manager/services/call/include/
Dcall_base.h116 std::string bundleName_; variable

12