Home
last modified time | relevance | path

Searched defs:type (Results 1 – 25 of 2317) sorted by relevance

12345678910>>...93

/foundation/ability/ability_runtime/test/unittest/event_report_test/
Devent_report_test.cpp53 HiSysEventType type = HiSysEventType::BEHAVIOR; variable
68 HiSysEventType type = HiSysEventType::BEHAVIOR; variable
83 HiSysEventType type = HiSysEventType::BEHAVIOR; variable
99 HiSysEventType type = HiSysEventType::BEHAVIOR; variable
114 HiSysEventType type = HiSysEventType::BEHAVIOR; variable
129 HiSysEventType type = HiSysEventType::BEHAVIOR; variable
144 HiSysEventType type = HiSysEventType::FAULT; variable
159 HiSysEventType type = HiSysEventType::FAULT; variable
174 HiSysEventType type = HiSysEventType::BEHAVIOR; variable
189 HiSysEventType type = HiSysEventType::BEHAVIOR; variable
[all …]
/foundation/arkui/ace_engine/frameworks/core/components/test/unittest/mock/
Devent_report_mock.cpp27 void EventReport::SendAppStartException(AppStartExcepType type) {} in SendAppStartException()
29 void EventReport::SendPageRouterException(PageRouterExcepType type, const std::string& pageUrl) {} in SendPageRouterException()
31 void EventReport::SendComponentException(ComponentExcepType type) {} in SendComponentException()
33 void EventReport::SendAPIChannelException(APIChannelExcepType type) {} in SendAPIChannelException()
35 void EventReport::SendRenderException(RenderExcepType type) {} in SendRenderException()
37 void EventReport::SendJsException(JsExcepType type) {} in SendJsException()
39 void EventReport::SendAnimationException(AnimationExcepType type) {} in SendAnimationException()
41 void EventReport::SendEventException(EventExcepType type) {} in SendEventException()
43 void EventReport::SendInternalException(InternalExcepType type) {} in SendInternalException()
45 void EventReport::SendAccessibilityException(AccessibilityExcepType type) {} in SendAccessibilityException()
[all …]
/foundation/ability/form_fwk/test/unittest/fms_form_event_report_test/
Dfms_form_event_report_test.cpp58 HiSysEventType type = HiSysEventType::BEHAVIOR; variable
73 HiSysEventType type = HiSysEventType::BEHAVIOR; variable
88 HiSysEventType type = HiSysEventType::BEHAVIOR; variable
103 HiSysEventType type = HiSysEventType::BEHAVIOR; variable
118 HiSysEventType type = HiSysEventType::BEHAVIOR; variable
133 HiSysEventType type = HiSysEventType::BEHAVIOR; variable
148 HiSysEventType type = HiSysEventType::BEHAVIOR; variable
163 HiSysEventType type = HiSysEventType::BEHAVIOR; variable
178 HiSysEventType type = HiSysEventType::BEHAVIOR; variable
193 HiSysEventType type = HiSysEventType::BEHAVIOR; variable
[all …]
/foundation/window/window_manager/utils/include/
Dclass_var_definition.h20 #define DEFINE_VAR(type, memberName) \ argument
24 #define DEFINE_VAR_WITH_LOCK(type, memberName) \ argument
29 #define DEFINE_VAR_DEFAULT(type, memberName, defaultValue) \ argument
33 #define DEFINE_FUNC_GET(type, funcName, memberName) \ argument
40 #define DEFINE_FUNC_GET_WITH_LOCK(type, funcName, memberName) \ argument
55 #define DEFINE_FUNC_SET(type, funcName, memberName) \ argument
62 #define DEFINE_FUNC_SET_WITH_LOCK(type, funcName, memberName) \ argument
76 #define DEFINE_VAR_FUNC_GET(type, funcName, memberName) \ argument
80 #define DEFINE_VAR_DEFAULT_FUNC_GET(type, funcName, memberName, defaultValue) \ argument
84 #define DEFINE_VAR_DEFAULT_FUNC_SET(type, funcName, memberName, defaultValue) \ argument
[all …]
/foundation/multimedia/audio_framework/frameworks/native/ohaudio/test/unittest/oh_audio_stream_builder_test/src/
Doh_audio_stream_builder_unit_test.cpp80 OH_AudioStream_Type type = AUDIOSTREAM_TYPE_RENDERER; variable
96 OH_AudioStream_Type type = AUDIOSTREAM_TYPE_CAPTURER; variable
125 OH_AudioStream_Type type = AUDIOSTREAM_TYPE_CAPTURER; variable
145 OH_AudioStream_Type type = AUDIOSTREAM_TYPE_CAPTURER; variable
165 OH_AudioStream_Type type = AUDIOSTREAM_TYPE_CAPTURER; variable
185 OH_AudioStream_Type type = AUDIOSTREAM_TYPE_CAPTURER; variable
205 OH_AudioStream_Type type = AUDIOSTREAM_TYPE_CAPTURER; variable
225 OH_AudioStream_Type type = AUDIOSTREAM_TYPE_CAPTURER; variable
245 OH_AudioStream_Type type = AUDIOSTREAM_TYPE_CAPTURER; variable
266 OH_AudioStream_Type type = AUDIOSTREAM_TYPE_CAPTURER; variable
[all …]
/foundation/arkui/ace_engine/test/mock/base/
Dmock_event_report.cpp25 void EventReport::SendAppStartException(AppStartExcepType type) {} in SendAppStartException()
27 void EventReport::SendPageRouterException(PageRouterExcepType type, const std::string& pageUrl) {} in SendPageRouterException()
29 void EventReport::SendComponentException(ComponentExcepType type) {} in SendComponentException()
31 void EventReport::SendAPIChannelException(APIChannelExcepType type) {} in SendAPIChannelException()
33 void EventReport::SendRenderException(RenderExcepType type) {} in SendRenderException()
35 void EventReport::SendJsException(JsExcepType type) {} in SendJsException()
37 void EventReport::SendAnimationException(AnimationExcepType type) {} in SendAnimationException()
39 void EventReport::SendEventException(EventExcepType type) {} in SendEventException()
41 void EventReport::SendInternalException(InternalExcepType type) {} in SendInternalException()
43 void EventReport::SendAccessibilityException(AccessibilityExcepType type) {} in SendAccessibilityException()
[all …]
/foundation/arkui/ace_engine/frameworks/base/thread/
Dtask_executor.h56 bool PostTask(Task&& task, TaskType type) const in PostTask()
68 bool PostTask(const Task& task, TaskType type) const in PostTask()
81 bool PostTaskWithTraceId(Task&& task, TaskType type, int32_t id) const in PostTaskWithTraceId()
95 bool PostTaskWithTraceId(const Task& task, TaskType type, int32_t id) const in PostTaskWithTraceId()
110 bool PostDelayedTask(Task&& task, TaskType type, uint32_t delayTime) const in PostDelayedTask()
127 bool PostDelayedTask(const Task& task, TaskType type, uint32_t delayTime) const in PostDelayedTask()
140 bool PostSyncTask(Task&& task, TaskType type) const in PostSyncTask()
160 bool PostSyncTaskTimeout(const Task& task, TaskType type, uint32_t timeoutMs) const in PostSyncTaskTimeout()
179 bool PostSyncTask(const Task& task, TaskType type) const in PostSyncTask()
192 bool PostSyncTask(CancelableTask&& task, TaskType type) const in PostSyncTask()
[all …]
/foundation/arkui/ace_engine/adapter/preview/osal/
Devent_report.cpp22 void EventReport::SendAppStartException(AppStartExcepType type) {} in SendAppStartException()
24 void EventReport::SendPageRouterException(PageRouterExcepType type, const std::string& pageUrl) {} in SendPageRouterException()
26 void EventReport::SendComponentException(ComponentExcepType type) {} in SendComponentException()
28 void EventReport::SendAPIChannelException(APIChannelExcepType type) {} in SendAPIChannelException()
30 void EventReport::SendRenderException(RenderExcepType type) {} in SendRenderException()
32 void EventReport::SendJsException(JsExcepType type) {} in SendJsException()
34 void EventReport::SendAnimationException(AnimationExcepType type) {} in SendAnimationException()
36 void EventReport::SendEventException(EventExcepType type) {} in SendEventException()
38 void EventReport::SendInternalException(InternalExcepType type) {} in SendInternalException()
40 void EventReport::SendAccessibilityException(AccessibilityExcepType type) {} in SendAccessibilityException()
[all …]
/foundation/arkui/ace_engine/frameworks/core/components_ng/property/
Dproperty.h78 #define ACE_DEFINE_PROPERTY_GROUP(group, type) \ argument
106 #define ACE_DEFINE_PROPERTY_ITEM_WITH_GROUP_GET(group, name, type) \ argument
144 #define ACE_DEFINE_PROPERTY_ITEM_WITH_GROUP_ITEM_GET(group, groupItem, name, type) \ argument
173 #define ACE_DEFINE_PROPERTY_ITEM_WITH_GROUP(group, name, type, changeFlag) \ argument
186 #define ACE_DEFINE_PROPERTY_ITEM_WITH_GROUP_ITEM(group, groupItem, name, type, changeFlag) \ argument
199 #define ACE_DEFINE_PROPERTY_ITEM_WITH_GROUP_AND_CALLBACK(group, name, type, changeFlag) \ argument
213 #define ACE_DEFINE_PROPERTY_FUNC_WITH_GROUP(group, name, type) \ argument
226 #define ACE_DEFINE_PROPERTY_ITEM_WITHOUT_GROUP_GET(name, type) \ argument
259 #define ACE_DEFINE_PROPERTY_ITEM_WITHOUT_GROUP(name, type, changeFlag) \ argument
274 #define ACE_DEFINE_PROPERTY_ITEM_WITHOUT_GROUP_AND_USING_CALLBACK(name, type, changeFlag) \ argument
[all …]
/foundation/ai/neural_network_runtime/frameworks/native/
Dtransform.cpp28 uint32_t GetTypeSize(OH_NN_DataType type) in GetTypeSize()
53 mindspore::lite::DataType NNToMS::TransformDataType(OH_NN_DataType type) in TransformDataType()
85 mindspore::lite::Format NNToMS::TransformFormat(OH_NN_Format type) in TransformFormat()
97 mindspore::lite::ActivationType NNToMS::TransfromFusionType(OH_NN_FuseType type) in TransfromFusionType()
111 …dspore::lite::QuantType NNToMS::TransformQuantType(OHOS::NeuralNetworkRuntime::Ops::OpsQuantType t… in TransformQuantType()
130 OH_NN_DataType MSToNN::TransformDataType(mindspore::lite::DataType type) in TransformDataType()
/foundation/communication/dsoftbus/tests/core/transmission/common/trans_pending_pkt_test/
Dtrans_pending_pkt_test.cpp57 int type = -88; variable
78 int type = -21; variable
119 int type = PENDING_TYPE_BUTT + 1; variable
141 int type = PENDING_TYPE_BUTT + 1; variable
163 int type = PENDING_TYPE_BUTT + 1; variable
186 int type = 1; variable
229 int type = 1; variable
249 int type = 1; variable
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/default_app/
Ddefault_app_interface.h32 virtual ErrCode IsDefaultApplication(const std::string& type, bool& isDefaultApp) in IsDefaultApplication()
36 …virtual ErrCode GetDefaultApplication(int32_t userId, const std::string& type, BundleInfo& bundleI… in GetDefaultApplication()
40 virtual ErrCode SetDefaultApplication(int32_t userId, const std::string& type, const Want& want) in SetDefaultApplication()
44 virtual ErrCode ResetDefaultApplication(int32_t userId, const std::string& type) in ResetDefaultApplication()
/foundation/ability/ability_runtime/services/common/include/
Dui_extension_utils.h40 inline bool IsUIExtension(const AppExecFwk::ExtensionAbilityType type) in IsUIExtension()
45 inline bool IsWindowExtension(const AppExecFwk::ExtensionAbilityType type) in IsWindowExtension()
50 inline AppExecFwk::ExtensionAbilityType ConvertType(const AppExecFwk::ExtensionAbilityType type) in ConvertType()
/foundation/ability/dmsfwk/services/dtbschedmgr/include/
Dparcel_helper.h25 #define PARCEL_WRITE_HELPER(parcel, type, value) \ argument
34 #define PARCEL_WRITE_HELPER_NORET(parcel, type, value) \ argument
43 #define PARCEL_WRITE_HELPER_RET(parcel, type, value, failRet) \ argument
52 #define PARCEL_READ_HELPER(parcel, type, out) \ argument
61 #define PARCEL_READ_HELPER_RET(parcel, type, out, failRet) \ argument
70 #define PARCEL_READ_HELPER_NORET(parcel, type, out) \ argument
102 #define PARCEL_WRITE_REPLY_NOERROR(reply, type, result) \ argument
/foundation/systemabilitymgr/samgr/utils/native/include/
Dparcel_helper.h25 #define PARCEL_WRITE_HELPER(parcel, type, value) \ argument
34 #define PARCEL_WRITE_HELPER_NORET(parcel, type, value) \ argument
43 #define PARCEL_WRITE_HELPER_RET(parcel, type, value, failRet) \ argument
52 #define PARCEL_READ_HELPER(parcel, type, out) \ argument
61 #define PARCEL_READ_HELPER_RET(parcel, type, out, failRet) \ argument
70 #define PARCEL_READ_HELPER_NORET(parcel, type, out) \ argument
102 #define PARCEL_WRITE_REPLY_NOERROR(reply, type, result) \ argument
/foundation/deviceprofile/device_info_manager/common/include/
Dparcel_helper.h24 #define PARCEL_WRITE_HELPER(parcel, type, value) \ argument
33 #define PARCEL_WRITE_HELPER_NORET(parcel, type, value) \ argument
42 #define PARCEL_WRITE_HELPER_RET(parcel, type, value, failRet) \ argument
51 #define PARCEL_READ_HELPER(parcel, type, out) \ argument
60 #define PARCEL_READ_HELPER_RET(parcel, type, out, failRet) \ argument
69 #define PARCEL_READ_HELPER_NORET(parcel, type, out) \ argument
77 #define PARCEL_WRITE_REPLY_NOERROR(reply, type, result) \ argument
/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/distributed_ability_runtime/
Ddistributed_parcel_helper.h25 #define PARCEL_WRITE_HELPER(parcel, type, value) \ argument
34 #define PARCEL_WRITE_HELPER_NORET(parcel, type, value) \ argument
43 #define PARCEL_WRITE_HELPER_RET(parcel, type, value, failRet) \ argument
52 #define PARCEL_READ_HELPER(parcel, type, out) \ argument
61 #define PARCEL_READ_HELPER_RET(parcel, type, out, failRet) \ argument
70 #define PARCEL_READ_HELPER_NORET(parcel, type, out) \ argument
102 #define PARCEL_WRITE_REPLY_NOERROR(reply, type, result) \ argument
/foundation/ability/dmsfwk/services/dtbabilitymgr/include/base/
Dparcel_helper.h25 #define PARCEL_WRITE_HELPER(parcel, type, value) \ argument
34 #define PARCEL_WRITE_HELPER_NORET(parcel, type, value) \ argument
43 #define PARCEL_WRITE_HELPER_RET(parcel, type, value, failRet) \ argument
52 #define PARCEL_READ_HELPER(parcel, type, out) \ argument
61 #define PARCEL_READ_HELPER_RET(parcel, type, out, failRet) \ argument
70 #define PARCEL_READ_HELPER_NORET(parcel, type, out) \ argument
102 #define PARCEL_WRITE_REPLY_NOERROR(reply, type, result) \ argument
/foundation/multimedia/histreamer/engine/include/plugin/common/
Dplugin_caps_builder.h38 #define DECL_SET_FIX_CAP_FUNC(key, keyName, type) \ argument
45 #define DECL_SET_RNG_CAP_FUNC(key, keyName, type) \ argument
54 #define DECL_SET_LIST_CAP_FUNC(key, keyName, type) \ argument
61 #define DECL_SET_FRL_CAP_FUNCS(key, keyName, type) \ argument
66 #define DECL_SET_FL_CAP_FUNCS(key, keyName, type) \ argument
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/include/
Dquery.h42 QueryValueType type = GetFieldTypeAndValue(value, fieldValue); in EqualTo() local
52 QueryValueType type = GetFieldTypeAndValue(value, fieldValue); in NotEqualTo() local
62 QueryValueType type = GetFieldTypeAndValue(value, fieldValue); in GreaterThan() local
72 QueryValueType type = GetFieldTypeAndValue(value, fieldValue); in LessThan() local
82 QueryValueType type = GetFieldTypeAndValue(value, fieldValue); in GreaterThanOrEqualTo() local
92 QueryValueType type = GetFieldTypeAndValue(value, fieldValue); in LessThanOrEqualTo() local
112 QueryValueType type = QueryValueType::VALUE_TYPE_NULL; in In() local
128 QueryValueType type = QueryValueType::VALUE_TYPE_NULL; in NotIn() local
/foundation/window/window_manager/window_scene/session_manager/include/
Ddistributed_parcel_helper.h28 #define PARCEL_WRITE_HELPER(parcel, type, value) \ argument
37 #define PARCEL_WRITE_HELPER_NORET(parcel, type, value) \ argument
46 #define PARCEL_WRITE_HELPER_RET(parcel, type, value, failRet) \ argument
55 #define PARCEL_READ_HELPER(parcel, type, out) \ argument
64 #define PARCEL_READ_HELPER_RET(parcel, type, out, failRet) \ argument
73 #define PARCEL_READ_HELPER_NORET(parcel, type, out) \ argument
105 #define PARCEL_WRITE_REPLY_NOERROR(reply, type, result) \ argument
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/modifier/
Drs_modifier.h43 RSModifier(const std::shared_ptr<RSPropertyBase>& property, const RSModifierType type) in RSModifier()
99 RSGeometryModifier(const std::shared_ptr<RSPropertyBase>& property, const RSModifierType type) in RSGeometryModifier()
108 RSBackgroundModifier(const std::shared_ptr<RSPropertyBase>& property, const RSModifierType type) in RSBackgroundModifier()
117 RSContentModifier(const std::shared_ptr<RSPropertyBase>& property, const RSModifierType type) in RSContentModifier()
126 RSForegroundModifier(const std::shared_ptr<RSPropertyBase>& property, const RSModifierType type) in RSForegroundModifier()
135 RSOverlayModifier(const std::shared_ptr<RSPropertyBase>& property, const RSModifierType type) in RSOverlayModifier()
144 RSAppearanceModifier(const std::shared_ptr<RSPropertyBase>& property, const RSModifierType type) in RSAppearanceModifier()
/foundation/ability/ability_lite/services/abilitymgr_lite/src/slite/
Dslite_ability_loader.cpp19 void SliteAbilityLoader::SetAbilityCreatorFunc(SliteAbilityType type, SliteAbilityCreatorFunc creat… in SetAbilityCreatorFunc()
36 SliteAbility *SliteAbilityLoader::CreateAbility(SliteAbilityType type, const char *bundleName) in CreateAbility()
55 void SliteAbilityLoader::UnsetAbilityCreatorFunc(SliteAbilityType type) in UnsetAbilityCreatorFunc()
/foundation/communication/bluetooth_service/services/bluetooth/external/dummy/include/stub/
Dtelephone_client_service.h33 virtual void OnVolumeChanged(int type, int volume) in OnVolumeChanged()
37 virtual void OnVolumeChangedForAutotest(int type, int volume) in OnVolumeChangedForAutotest()
45 void SetStreamVolume(int type, int volume) in SetStreamVolume()
53 void SetHfVolume(int type, int volume) in SetHfVolume()
55 int GetStreamVolume(int type) in GetStreamVolume()
75 void NotifyVolumeChanged(int type, int volume) in NotifyVolumeChanged()
79 void NotifyVolumeChangedForAutotest(int type, int volume) in NotifyVolumeChangedForAutotest()
/foundation/resourceschedule/work_scheduler/utils/native/include/
Dwork_sched_common.h39 #define READ_PARCEL_NO_RET(parcel, type, out) \ argument
48 #define READ_PARCEL_WITHOUT_RET(parcel, type, out) \ argument
56 #define WRITE_PARCEL_NO_RET(parcel, type, data) \ argument
64 #define READ_PARCEL_WITH_RET(parcel, type, out, retval) \ argument
72 #define WRITE_PARCEL_WITHOUT_RET(parcel, type, data) \ argument
79 #define WRITE_PARCEL_WITH_RET(parcel, type, data, retval) \ argument

12345678910>>...93