/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/base/ |
H A D | interface_macros.h | 37 #define META_DEFAULT_COPY(className) \ argument 41 #define META_DEFAULT_MOVE(className) \ argument 45 #define META_DEFAULT_COPY_MOVE(className) \ argument 52 #define META_NO_COPY(className) \ argument 59 #define META_NO_MOVE(className) \ argument 66 #define META_NO_COPY_MOVE(className) \ argument 73 #define META_INTERFACE_CTOR_DTOR(className) \ argument 80 #define META_NO_COPY_MOVE_INTERFACE(className) \ argument 87 #define NO_COPY_MOVE_BASE(className) NO_COPY_MOVE_INTERFACE(className) argument
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/dagger/ |
H A D | ContextComponentHelper.java | 31 Activity resolveActivity(String className); in resolveActivity() 34 RecentsImplementation resolveRecents(String className); in resolveRecents() 37 Service resolveService(String className); in resolveService() 40 SystemUI resolveSystemUI(String className); in resolveSystemUI() 43 BroadcastReceiver resolveBroadcastReceiver(String className); in resolveBroadcastReceiver()
|
H A D | ContextComponentResolver.java | 59 public Activity resolveActivity(String className) { in resolveActivity() 67 public BroadcastReceiver resolveBroadcastReceiver(String className) { in resolveBroadcastReceiver() 75 public RecentsImplementation resolveRecents(String className) { in resolveRecents() 83 public Service resolveService(String className) { in resolveService() 91 public SystemUI resolveSystemUI(String className) { in resolveSystemUI() 95 private <T> T resolve(String className, Map<Class<?>, Provider<T>> creators) { in resolve()
|
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/ |
H A D | list_tdd_test.cpp | 64 char className[] = "N4OHOS6UIListE"; in ListTest001() local 66 char className[] = "class OHOS::UIList"; in ListTest001() local 104 char className[] = "N4OHOS6UIListE"; in ListTest002() local 106 char className[] = "class OHOS::UIList"; in ListTest002() local 146 char className[] = "N4OHOS6UIListE"; in ListTest003() local 148 char className[] = "class OHOS::UIList"; in ListTest003() local 188 char className[] = "N4OHOS6UIListE"; in ListTest004() local 190 char className[] = "class OHOS::UIList"; in ListTest004() local
|
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/common/include/ |
H A D | single_instance.h | 21 #define REMOVE_NO_USE_CONSTRUCTOR(className) \ argument 28 #define DECLARE_SINGLE_INSTANCE_BASE(className) \ argument 37 #define DECLARE_SINGLE_INSTANCE(className) \ argument 43 #define IMPLEMENT_SINGLE_INSTANCE(className) \ argument
|
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/common/utils/include/ |
H A D | single_instance.h | 21 #define REMOVE_NO_USE_CONSTRUCTOR(className) \ argument 28 #define DECLARE_SINGLE_INSTANCE_BASE(className) \ argument 37 #define DECLARE_SINGLE_INSTANCE(className) \ argument 43 #define IMPLEMENT_SINGLE_INSTANCE(className) \ argument
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/dagger/ |
H A D | ContextComponentHelper.java | 30 Activity resolveActivity(String className); in resolveActivity() 33 RecentsImplementation resolveRecents(String className); in resolveRecents() 36 Service resolveService(String className); in resolveService() 39 BroadcastReceiver resolveBroadcastReceiver(String className); in resolveBroadcastReceiver()
|
/aosp12/frameworks/base/core/java/android/app/ |
H A D | AppComponentFactory.java | 74 @NonNull String className) in instantiateApplication() 92 public @NonNull Activity instantiateActivity(@NonNull ClassLoader cl, @NonNull String className, in instantiateActivity() 108 @NonNull String className, @Nullable Intent intent) in instantiateReceiver() 127 @NonNull String className, @Nullable Intent intent) in instantiateService() 145 @NonNull String className) in instantiateProvider()
|
/aosp14/frameworks/base/core/java/android/app/ |
H A D | AppComponentFactory.java | 74 @NonNull String className) in instantiateApplication() 92 public @NonNull Activity instantiateActivity(@NonNull ClassLoader cl, @NonNull String className, in instantiateActivity() 108 @NonNull String className, @Nullable Intent intent) in instantiateReceiver() 127 @NonNull String className, @Nullable Intent intent) in instantiateService() 145 @NonNull String className) in instantiateProvider()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/utils/ |
H A D | noncopyable.h | 19 #define ACE_DISALLOW_COPY_AND_MOVE(className) \ argument 23 #define ACE_DISALLOW_COPY(className) \ argument 27 #define ACE_DISALLOW_MOVE(className) \ argument
|
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/common/utils/ |
H A D | non_copyable.h | 21 #define ACE_DISALLOW_COPY_AND_MOVE(className) \ argument 25 #define ACE_DISALLOW_COPY(className) \ argument 29 #define ACE_DISALLOW_MOVE(className) \ argument
|
/ohos5.0/foundation/ability/dmsfwk/common/include/ |
H A D | single_instance.h | 21 #define DECLARE_SINGLE_INSTANCE_BASE(className) \ argument 31 #define DECLARE_SINGLE_INSTANCE(className) \ argument 37 #define IMPLEMENT_SINGLE_INSTANCE(className) \ argument
|
/ohos5.0/foundation/distributedhardware/device_manager/common/include/ |
H A D | dm_single_instance.h | 21 #define DM_DECLARE_SINGLE_INSTANCE_BASE(className) \ argument 31 #define DM_DECLARE_SINGLE_INSTANCE(className) \ argument 38 #define DM_IMPLEMENT_SINGLE_INSTANCE(className) \ argument
|
/ohos5.0/drivers/external_device_manager/utils/include/ |
H A D | single_instance.h | 21 #define DECLARE_SINGLE_INSTANCE_BASE(className) \ argument 31 #define DECLARE_SINGLE_INSTANCE(className) \ argument 39 #define IMPLEMENT_SINGLE_INSTANCE(className) \ argument
|
/ohos5.0/foundation/deviceprofile/device_info_manager/common/include/utils/ |
H A D | single_instance.h | 21 #define DECLARE_SINGLE_INSTANCE_BASE(className) \ argument 30 #define DECLARE_SINGLE_INSTANCE(className) \ argument 36 #define IMPLEMENT_SINGLE_INSTANCE(className) \ argument
|
/ohos5.0/foundation/deviceprofile/device_info_manager/old/common/include/ |
H A D | single_instance.h | 21 #define DECLARE_SINGLE_INSTANCE_BASE(className) \ argument 30 #define DECLARE_SINGLE_INSTANCE(className) \ argument 36 #define IMPLEMENT_SINGLE_INSTANCE(className) \ argument
|
/ohos5.0/foundation/systemabilitymgr/safwk/services/safwk/include/ |
H A D | single_instance.h | 21 #define DECLARE_SINGLE_INSTANCE_BASE(className) \ argument 31 #define DECLARE_SINGLE_INSTANCE(className) \ argument 37 #define IMPLEMENT_SINGLE_INSTANCE(className) \ argument
|
/ohos5.0/foundation/resourceschedule/device_standby/utils/common/include/ |
H A D | single_instance.h | 24 #define DECLARE_SINGLE_INSTANCE_BASE(className) \ argument 33 #define DECLARE_SINGLE_INSTANCE(className) \ argument 37 #define IMPLEMENT_SINGLE_INSTANCE(className) \ argument
|
/ohos5.0/foundation/resourceschedule/frame_aware_sched/common/include/ |
H A D | single_instance.h | 21 #define DECLARE_SINGLE_INSTANCE_BASE(className) \ argument 30 #define DECLARE_SINGLE_INSTANCE(className) \ argument 36 #define IMPLEMENT_SINGLE_INSTANCE(className) \ argument
|
/ohos5.0/foundation/resourceschedule/memmgr/common/include/ |
H A D | single_instance.h | 21 #define DECLARE_SINGLE_INSTANCE_BASE(className) \ argument 30 #define DECLARE_SINGLE_INSTANCE(className) \ argument 36 #define IMPLEMENT_SINGLE_INSTANCE(className) \ argument
|
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/common/include/ |
H A D | single_instance.h | 21 #define DECLARE_SINGLE_INSTANCE_BASE(className) \ argument 31 #define DECLARE_SINGLE_INSTANCE(className) \ argument 37 #define IMPLEMENT_SINGLE_INSTANCE(className) \ argument
|
/ohos5.0/foundation/ai/ai_engine/services/common/platform/os_wrapper/utils/ |
H A D | single_instance.h | 23 #define DECLARE_SINGLE_INSTANCE_BASE(className) \ argument 28 #define DECLARE_SINGLE_INSTANCE(className) \ argument 33 #define IMPLEMENT_SINGLE_INSTANCE(className) \ argument
|
/ohos5.0/foundation/window/window_manager/utils/include/ |
H A D | noncopyable.h | 19 #define WM_DISALLOW_COPY_AND_MOVE(className) \ argument 23 #define WM_DISALLOW_COPY(className) \ argument 27 #define WM_DISALLOW_MOVE(className) \ argument
|
H A D | wm_single_instance.h | 20 #define WM_DECLARE_SINGLE_INSTANCE_BASE(className) \ argument 28 #define WM_DECLARE_SINGLE_INSTANCE(className) \ argument 34 #define WM_IMPLEMENT_SINGLE_INSTANCE(className) \ argument
|
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/utils/bundle_lite/ |
H A D | nocopyable.h | 20 #define DISALLOW_COPY_AND_MOVE(className) \ argument 24 #define DISALLOW_COPY(className) \ argument 28 #define DISALLOW_MOVE(className) \ argument
|