/ohos5.0/base/hiviewdfx/hiview/interfaces/inner_api/unified_collection/utility/ |
H A D | cpu_collector.h | 31 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 D | cpu_collector_impl.cpp | 47 std::shared_ptr<CpuCollector> CpuCollector::Create(bool isSingleton) in Create() argument 49 if (!isSingleton) { in Create()
|
H A D | thread_state_info_collector.cpp | 29 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 D | local_call_container.cpp | 363 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 D | navigation_route.h | 25 …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 D | ark_js_runtime.cpp | 479 const std::string& pageSourceFile, bool isSingleton) in LoadDestinationFile() argument 485 …et = JSNApi::ExecuteWithSingletonPatternFlag(vm_, bundleName, module, pageSourceFile, isSingleton); in LoadDestinationFile()
|
H A D | ark_js_runtime.h | 109 const std::string& pageSourceFile, bool isSingleton);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/common/ |
H A D | js_engine.h | 174 const std::string& moduleName, bool isSingleton) in LoadNavDestinationSource() argument
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/ |
H A D | jsi_declarative_engine.h | 300 const std::string& moduleName, bool isSingleton) override;
|
H A D | jsi_declarative_engine.cpp | 1708 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 D | declarative_frontend.cpp | 645 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 D | app_running_record.h | 567 void SetSingleton(bool isSingleton);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | base_bundle_installer.cpp | 1087 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 D | app_running_record.cpp | 1506 void AppRunningRecord::SetSingleton(bool isSingleton) in SetSingleton() argument 1508 isSingleton_ = isSingleton; in SetSingleton()
|