Home
last modified time | relevance | path

Searched refs:isSingleton (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/interfaces/inner_api/unified_collection/utility/
H A Dcpu_collector.h31 static std::shared_ptr<ThreadCpuCollector> Create(int32_t pid, bool isSingleton = true);
49 static std::shared_ptr<CpuCollector> Create(bool isSingleton = true);
/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/collector/
H A Dcpu_collector_impl.cpp47 std::shared_ptr<CpuCollector> CpuCollector::Create(bool isSingleton) in Create() argument
49 if (!isSingleton) { in Create()
H A Dthread_state_info_collector.cpp29 std::shared_ptr<ThreadCpuCollector> ThreadCpuCollector::Create(int32_t pid, bool isSingleton) in Create() argument
31 if (!isSingleton) { in Create()
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/ability_runtime/
H A Dlocal_call_container.cpp363 const bool isSingleton = (code == static_cast<int32_t>(AppExecFwk::LaunchMode::SINGLETON)); in OnAbilityConnectDone() local
364 localCallRecord_->SetIsSingleton(isSingleton); in OnAbilityConnectDone()
371 if (isSingleton) { in OnAbilityConnectDone()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H A Dnavigation_route.h25 …string& bundleName, const std::string& moduleName, const std::string& pageName, bool isSingleton)>;
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Dark_js_runtime.cpp479 const std::string& pageSourceFile, bool isSingleton) in LoadDestinationFile() argument
485 …et = JSNApi::ExecuteWithSingletonPatternFlag(vm_, bundleName, module, pageSourceFile, isSingleton); in LoadDestinationFile()
H A Dark_js_runtime.h109 const std::string& pageSourceFile, bool isSingleton);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/common/
H A Djs_engine.h174 const std::string& moduleName, bool isSingleton) in LoadNavDestinationSource() argument
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
H A Djsi_declarative_engine.h300 const std::string& moduleName, bool isSingleton) override;
H A Djsi_declarative_engine.cpp1708 const std::string& moduleName, const std::string& pageSourceFile, bool isSingleton) in LoadNavDestinationSource() argument
1713 return arkRuntime->LoadDestinationFile(bundleName, moduleName, pageSourceFile, isSingleton); in LoadNavDestinationSource()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/
H A Ddeclarative_frontend.cpp645 bool isSingleton) -> int32_t { in Initialize() argument
650 … return jsEngine->LoadNavDestinationSource(bundleName, moduleName, pageSourceFile, isSingleton); in Initialize()
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_running_record.h567 void SetSingleton(bool isSingleton);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbase_bundle_installer.cpp1087 bool isSingleton = info.IsSingleton(); in CheckSingleton() local
1088 if ((isSingleton && (userId != Constants::DEFAULT_USERID)) || in CheckSingleton()
1089 (!isSingleton && (userId == Constants::DEFAULT_USERID))) { in CheckSingleton()
1091 isSingleton, info.GetBundleName().c_str(), userId); in CheckSingleton()
4150 bool isSingleton = newInfos.begin()->second.IsSingleton(); in GetConfirmUserId() local
4152 static_cast<int32_t>(isSingleton)); in GetConfirmUserId()
4153 if (isSingleton) { in GetConfirmUserId()
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_running_record.cpp1506 void AppRunningRecord::SetSingleton(bool isSingleton) in SetSingleton() argument
1508 isSingleton_ = isSingleton; in SetSingleton()