Home
last modified time | relevance | path

Searched defs:isSingleton (Results 1 – 9 of 9) sorted by relevance

/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()
H A Dthread_state_info_collector.cpp29 std::shared_ptr<ThreadCpuCollector> ThreadCpuCollector::Create(int32_t pid, bool 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
/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()
/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()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/
H A Ddeclarative_frontend.cpp645 bool isSingleton) -> int32_t { in Initialize()
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_running_record.cpp1506 void AppRunningRecord::SetSingleton(bool isSingleton) in SetSingleton()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbase_bundle_installer.cpp1087 bool isSingleton = info.IsSingleton(); in CheckSingleton() local
4150 bool isSingleton = newInfos.begin()->second.IsSingleton(); in GetConfirmUserId() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
H A Djsi_declarative_engine.cpp1708 const std::string& moduleName, const std::string& pageSourceFile, bool isSingleton) in LoadNavDestinationSource()