Home
last modified time | relevance | path

Searched refs:singleton (Results 1 - 25 of 164) sorted by relevance

1234567

/foundation/systemabilitymgr/samgr/services/samgr/native/include/
H A Dsamgr_time_handler.h45 if (nullptr != SamgrTimeHandler::singleton) { in ~Deletor()
46 delete SamgrTimeHandler::singleton; in ~Deletor() member in OHOS::SamgrTimeHandler::Deletor::SamgrTimeHandler
47 SamgrTimeHandler::singleton = nullptr; in ~Deletor() member in OHOS::SamgrTimeHandler::Deletor::SamgrTimeHandler
59 static SamgrTimeHandler* volatile singleton; member in OHOS::SamgrTimeHandler
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/base/
H A Dtypes.h146 /** Should the class be created as singleton? */
149 return singleton;
162 /** A flag indicating if the class can be created as singleton. */
163 bool singleton; member
188 #define META_REGISTER_IMPL_CLASS4(singleton, name, id, cat, readable) \
190 [[maybe_unused]] inline constexpr ::META_NS::ClassInfo name { BASE_NS::Uid(id), #name, cat, singleton, readable }; \
193 #define META_REGISTER_IMPL_CLASS3(singleton, name, id, cat) META_REGISTER_IMPL_CLASS4(singleton, name, id, cat, #name)
195 #define META_REGISTER_IMPL_CLASS(singleton, ...) \
197 singleton, __VA_ARGS_
[all...]
/foundation/systemabilitymgr/samgr/services/samgr/native/source/
H A Dsamgr_time_handler.cpp27 SamgrTimeHandler* volatile SamgrTimeHandler::singleton = nullptr; member in OHOS::SamgrTimeHandler
33 if (singleton == nullptr) { in GetInstance()
35 if (singleton == nullptr) { in GetInstance()
36 singleton = new SamgrTimeHandler; in GetInstance()
39 return singleton; in GetInstance()
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H A Drs_ui_share_context.cpp22 static RSUIShareContext singleton; in GetInstance() local
23 return singleton; in GetInstance()
H A Drs_ext_node_operation.cpp21 static RSExtNodeOperation singleton; in GetInstance() local
22 return singleton; in GetInstance()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dpre_scan_info.h32 bool singleton = false; member
60 singleton = false; in Reset()
84 + ", singleton = " + GetBoolStrVal(singleton) in ToString()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/
H A Ddata_provider_config.cpp69 providerInfo_.singleton = bundleInfo.singleton; in GetFromProxyData()
129 if (providerInfo_.singleton && providerInfo_.accessCrossMode == AccessCrossMode::USER_UNDEFINED) { in GetFromExtensionProperties()
134 if (providerInfo_.singleton && providerInfo_.accessCrossMode == AccessCrossMode::USER_SINGLE) { in GetFromExtensionProperties()
153 providerInfo_.singleton = bundleInfo.singleton; in GetFromExtension()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/strategies/general/
H A Dcheck_is_single_app_strategy.cpp23 return context->bundleInfo.singleton; in operator ()()
/foundation/ability/form_fwk/services/form_render_service/include/
H A Dform_memmgr_client.h19 #include <singleton.h>
/foundation/filemanagement/app_file_service/services/backup_sa/include/module_notify/
H A Dnotify_work_service.h19 #include <singleton.h>
/foundation/filemanagement/storage_service/services/storage_manager/include/volume/
H A Dnotification.h19 #include <singleton.h>
/foundation/CastEngine/castengine_wifi_display/services/interaction/ipc_codec/
H A Dipc_msg_decoder.h19 #include <singleton.h>
H A Dipc_msg_encoder.h19 #include <singleton.h>
/foundation/filemanagement/storage_service/services/storage_manager/include/storage/
H A Dvolume_storage_status_service.h20 #include <singleton.h>
H A Dstorage_total_status_service.h21 #include <singleton.h>
H A Dbundle_manager_connector.h20 #include <singleton.h>
/foundation/ability/form_fwk/services/include/
H A Dform_bundle_forbid_mgr.h20 #include <singleton.h>
H A Dform_trust_mgr.h20 #include <singleton.h>
/foundation/ability/form_fwk/test/mock/include/
H A Dmock_form_death_callback.h21 #include <singleton.h>
/foundation/CastEngine/castengine_wifi_display/services/common/
H A Didentifier.h20 #include <singleton.h>
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_appkit_native_test/
H A Ddump_ffrt_helper_test.cpp17 #include <singleton.h>
/foundation/CastEngine/castengine_wifi_display/services/mediachannel/
H A Dchannel_manager.h20 #include <singleton.h>
/foundation/ability/ability_runtime/service_router_framework/services/srms/include/
H A Dsr_samgr_helper.h19 #include <singleton.h>
/foundation/ability/ability_runtime/service_router_framework/interfaces/inner_api/include/
H A Dservice_router_mgr_helper.h21 #include <singleton.h>
/foundation/filemanagement/storage_service/services/storage_manager/include/disk/
H A Ddisk_manager_service.h20 #include <singleton.h>

Completed in 10 milliseconds

1234567