/ohos5.0/base/hiviewdfx/hiview/plugins/performance/scene_data_processor/ |
H A D | AppLaunchSceneDataProcessor.cpp | 388 void AppLaunchSceneDataProcessor::StartTimer(std::string bundle) in StartTimer() 397 void AppLaunchSceneDataProcessor::StopTimer(std::string bundle) in StopTimer()
|
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_cloud_enhancement_test/src/ |
H A D | medialibrary_cloud_enhancement_test.cpp | 775 MediaEnhanceBundleHandle* bundle = enhancementService_->CreateBundle(); variable 796 MediaEnhanceBundleHandle* bundle = nullptr; variable 900 MediaEnhanceBundleHandle* bundle = instance.enhancementService_->CreateBundle(); variable 936 MediaEnhanceBundleHandle* bundle = instance.enhancementService_->CreateBundle(); variable
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/ |
H A D | advanced_notification_reminder_service.cpp | 61 std::string bundle = GetClientBundleName(); in PublishReminder() local
|
H A D | notification_local_live_view_subscriber_manager.cpp | 78 std::string bundle; in AddLocalLiveViewSubscriber() local
|
H A D | notification_subscriber_manager.cpp | 344 for (auto bundle : subscribeInfo->GetAppNames()) { in AddRecordInfo() local 364 for (auto bundle : subscribeInfo->GetAppNames()) { in RemoveRecordInfo() local
|
H A D | advanced_notification_service.cpp | 112 std::string bundle = GetClientBundleName(); in PrepareNotificationRequest() local 156 std::string bundle = ""; in PrepareNotificationRequest() local 1622 sptr<NotificationBundleOption> bundle = GenerateValidBundleOption(bundleOption); in EnableDistributedByBundle() local 1703 sptr<NotificationBundleOption> bundle = GenerateValidBundleOption(bundleOption); in IsDistributedEnableByBundle() local
|
/ohos5.0/base/request/request/services/include/ |
H A D | c_task_config.h | 54 CStringWrapper bundle; member 80 std::string bundle; member
|
H A D | c_task_info.h | 55 CStringWrapper bundle; member 73 std::string bundle; member
|
/ohos5.0/base/hiviewdfx/hiview/plugins/faultlogger/test/common/fuzztest/faultloggerservice_fuzzer/ |
H A D | faultlogger_service_fuzzer.cpp | 211 std::map<std::string, std::string> bundle; in FuzzServiceInterfaceOnEvent() local
|
/ohos5.0/base/request/request/services/src/service/command/ |
H A D | construct.rs | 95 let bundle = query_calling_bundle(); in construct() localVariable
|
/ohos5.0/base/telephony/call_manager/test/unittest/call_earthquake_alarm_test/src/ |
H A D | call_earthquake_alarm_test.cpp | 211 std::string bundle = "111"; variable
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/ |
H A D | water_version_manager_test.cpp | 407 auto bundle = staticStores_[i % len].first; variable
|
/ohos5.0/base/notification/common_event_service/services/src/ |
H A D | common_event_sticky_manager.cpp | 156 … std::string bundle = "\t\tBundleName: " + record->commonEventData->GetWant().GetBundle() + "\n"; in DumpState() local
|
/ohos5.0/foundation/filemanagement/app_file_service/services/backup_sa/src/module_ipc/ |
H A D | service_incremental.cpp | 306 for (auto bundle : bundlesToBackup) { in GetBundleNameByDetails() local 355 for (auto &bundle : bundlesToBackup) { in AppendBundlesIncrementalBackupSession() local
|
/ohos5.0/base/web/webview/interfaces/kits/napi/webviewcontroller/ |
H A D | webview_javascript_result_callback.cpp | 107 WebviewJavaScriptResultCallBack::H5Bundle bundle) in CallH5Function() 159 WebviewJavaScriptResultCallBack::H5Bundle bundle = in CallbackFunctionForH5() local 188 auto bundle = std::make_unique<OHOS::NWeb::WebviewJavaScriptResultCallBack::H5Bundle>(); in CreateFunctionForH5() local 205 napi_env env, OHOS::NWeb::WebviewJavaScriptResultCallBack::H5Bundle& bundle, napi_value obj) in AddFunctionToObjectForH5() 509 OHOS::NWeb::WebviewJavaScriptResultCallBack::H5Bundle bundle; in ParseBinNwebValue2NapiValue() local 1793 napi_env env, H5Bundle& bundle, std::vector<std::shared_ptr<NWebValue>> nwebArgs) in CallH5FunctionInternal()
|
/ohos5.0/foundation/multimedia/media_library/frameworks/js/src/ |
H A D | cloud_enhancement_napi.cpp | 198 static void DestroyBundle(MediaEnhanceBundleHandle* bundle) in DestroyBundle() 265 static int32_t GetInt(MediaEnhanceBundleHandle* bundle, const char* key) in GetInt() 775 MediaEnhanceBundleHandle* bundle = CreateBundle(); in FillTaskStageWithClientQuery() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_form.cpp | 69 JSRef<JSVal> bundle = obj->GetProperty("bundle"); in Create() local
|
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/context/ |
H A D | js_app_context.cpp | 404 BundleInfo bundle = {0}; in LoadApiVersion() local
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/subscriber_managers/ |
H A D | published_data_subscriber_manager.cpp | 216 PublishedDataKey::PublishedDataKey(const std::string &key, const std::string &bundle, const int64_t… in PublishedDataKey()
|
/ohos5.0/base/hiviewdfx/hiview/base/include/ |
H A D | plugin.h | 136 void SetBundleName(const std::string& bundle) in SetBundleName()
|
/ohos5.0/foundation/communication/nfc/services/src/notification/ |
H A D | nfc_notification.cpp | 397 …Notification::NotificationBundleOption bundle(KITS::NFC_MANAGER_SYS_ABILITY_NAME, KITS::NFC_MANAGE… in PublishNfcNotification() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/form/resource/ |
H A D | form_manager_delegate.cpp | 502 auto bundle = bundleName->GetString(); in ParseAction() local 1045 std::string bundle(bundleName); in GetFormInfo() local
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/ |
H A D | ans_manager_stub_invalid.cpp | 277 ErrCode AnsManagerStub::SetNotificationsEnabledForBundle(const std::string &bundle, bool enabled) in SetNotificationsEnabledForBundle() 567 ErrCode AnsManagerStub::ShellDump(const std::string &cmd, const std::string &bundle, int32_t userId, in ShellDump()
|
/ohos5.0/base/web/webview/ohos_adapter/res_sched_adapter/src/ |
H A D | res_sched_client_adapter_impl.cpp | 133 std::string bundle {""}; in GetBundleNameByUid() local
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ams_service_app_spawn_client_test/ |
H A D | ams_service_app_spawn_client_test.cpp | 110 static SharedBundle CreateHsp(std::string bundle, std::string module, uint32_t version, std::string… in CreateHsp()
|