/foundation/systemabilitymgr/samgr/services/samgr/native/include/ |
H A D | samgr_time_handler.h | 45 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 D | types.h | 146 /** 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 D | samgr_time_handler.cpp | 27 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 D | rs_ui_share_context.cpp | 22 static RSUIShareContext singleton; in GetInstance() local 23 return singleton; in GetInstance()
|
H A D | rs_ext_node_operation.cpp | 21 static RSExtNodeOperation singleton; in GetInstance() local 22 return singleton; in GetInstance()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | pre_scan_info.h | 32 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 D | data_provider_config.cpp | 69 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 D | check_is_single_app_strategy.cpp | 23 return context->bundleInfo.singleton;
in operator ()()
|
/foundation/ability/form_fwk/services/form_render_service/include/ |
H A D | form_memmgr_client.h | 19 #include <singleton.h>
|
/foundation/filemanagement/app_file_service/services/backup_sa/include/module_notify/ |
H A D | notify_work_service.h | 19 #include <singleton.h>
|
/foundation/filemanagement/storage_service/services/storage_manager/include/volume/ |
H A D | notification.h | 19 #include <singleton.h>
|
/foundation/CastEngine/castengine_wifi_display/services/interaction/ipc_codec/ |
H A D | ipc_msg_decoder.h | 19 #include <singleton.h>
|
H A D | ipc_msg_encoder.h | 19 #include <singleton.h>
|
/foundation/filemanagement/storage_service/services/storage_manager/include/storage/ |
H A D | volume_storage_status_service.h | 20 #include <singleton.h>
|
H A D | storage_total_status_service.h | 21 #include <singleton.h>
|
H A D | bundle_manager_connector.h | 20 #include <singleton.h>
|
/foundation/ability/form_fwk/services/include/ |
H A D | form_bundle_forbid_mgr.h | 20 #include <singleton.h>
|
H A D | form_trust_mgr.h | 20 #include <singleton.h>
|
/foundation/ability/form_fwk/test/mock/include/ |
H A D | mock_form_death_callback.h | 21 #include <singleton.h>
|
/foundation/CastEngine/castengine_wifi_display/services/common/ |
H A D | identifier.h | 20 #include <singleton.h>
|
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_appkit_native_test/ |
H A D | dump_ffrt_helper_test.cpp | 17 #include <singleton.h>
|
/foundation/CastEngine/castengine_wifi_display/services/mediachannel/ |
H A D | channel_manager.h | 20 #include <singleton.h>
|
/foundation/ability/ability_runtime/service_router_framework/services/srms/include/ |
H A D | sr_samgr_helper.h | 19 #include <singleton.h>
|
/foundation/ability/ability_runtime/service_router_framework/interfaces/inner_api/include/ |
H A D | service_router_mgr_helper.h | 21 #include <singleton.h>
|
/foundation/filemanagement/storage_service/services/storage_manager/include/disk/ |
H A D | disk_manager_service.h | 20 #include <singleton.h>
|