| /base/web/webview/ohos_interface/ohos_glue/scripts/ |
| D | make_ctocpp_impl.py | 27 def ctocpp_make_impl_proto(cls, func): argument 152 def ctocpp_make_static_param(cls, funcs, prefix): argument 171 def ctocpp_make_static_params(cls, header): argument 178 def ctocpp_get_static_funcion(cls, func, suffix, dir_name, retval_default): argument 203 def ctocpp_get_virtual_funcion(cls, func, suffix, dir_name, macro_retval_default): argument 249 def ctocpp_make_function_impl(cls, func, suffix, dir_name): argument 330 def ctocpp_make_function_body(cls, funcs, dir_name): argument 346 def ctocpp_make_functions_body(cls, header, dir_name): argument 355 def ctocpp_make_include_files(cls, body, header, dir_name): argument 371 def ctocpp_make_unwrap_derived(cls, header, clsname): argument
|
| D | make_cpptoc_impl.py | 167 def make_cpptoc_function_impl(cls, name, func, defined_names): argument 245 def make_cpptoc_function_body(cls, funcs, prefix, defined_names): argument 261 def cpptoc_make_function_assign(cls, prefix, header): argument 282 def make_cpptoc_static_function_impl(cls, funcs, defined_names): argument 317 def cpptoc_make_unwrap_derived(cls, header, clsname): argument 328 def cpptoc_make_include_file(cls, body, header, dir_name): argument 344 def cpptoc_make_class_function(cls, prefix, header, dir_name): argument 367 def cpptoc_make_c_function_body(cls, header, dir_name, defined_names): argument
|
| D | make_file_base.py | 56 def make_def_file(cls, class_name): argument 82 def make_include_file(cls, ident, header, dir_name, class_name): argument 103 def make_class_define(cls, ident, base_class, class_name, funcs_body): argument 120 def make_wrapper_type(cls, ident): argument 131 def get_derived_classes(cls, header): argument 177 def get_class_func_list(cls, header): argument 196 def get_func_pointer_name(cls, func, prefix, suffix): argument
|
| D | make_ctocpp_header.py | 27 def make_function_body(cls): argument 44 def make_functions_body(cls, header): argument
|
| /base/request/request/frameworks/js/ani/include/ |
| D | class.h | 57 ani_class cls; in FindClass() local 87 ani_class cls; in FindClass() local 136 auto cls = TypeFinder(env_).FindClass(clsName); in Create() local 151 auto cls = TypeFinder(env_).FindClass(nsName, restNs..., clsName); in Create() local 163 expected<ani_object, ani_status> Create(ani_class cls, ...) in Create() 173 expected<ani_object, ani_status> CreateV(ani_class cls, va_list args) in CreateV()
|
| /base/theme/wallpaper_mgr/services/src/ |
| D | component_name.cpp | 23 ComponentName::ComponentName(std::string pkg, std::string cls) in ComponentName() 29 void ComponentName::SetComponentInfo(std::string pkg, std::string cls) in SetComponentInfo()
|
| /base/global/i18n/interfaces/ets/ani/i18n/src/ |
| D | variable_converter.cpp | 73 ani_class cls; in SetBooleanMember() local 127 ani_class cls; in SetNumberMember() local 158 ani_class cls; in SetNumberMember() local 250 ani_class cls; in CreateArray() local 286 ani_class cls; in ParseStringArray() local 340 ani_class cls; in GetDateValue() local 379 ani_class cls; in GetLocaleTags() local 417 ani_class cls; in CreateAniObject() local
|
| D | holiday_manager_addon.cpp | 84 ani_class cls; in CreateHolidayLocalName() local 110 ani_class cls; in CreateHolidayLocalNameArray() local 146 ani_class cls; in CreateHolidayInfoItem() local 188 ani_class cls; in GetHolidayInfoItemResult() local 256 ani_class cls; in BindContextHolidayManager() local
|
| D | system_locale_manager_addon.cpp | 51 ani_class cls; in CreateLocaleItem() local 84 ani_class cls; in CreateLocaleItemArray() local 226 ani_class cls; in CreateTimeZoneCityItem() local 266 ani_class cls; in GetTimeZoneCityItemArray() local 302 ani_class cls; in BindContextSysLocaleMgr() local
|
| D | entity_recognizer_addon.cpp | 75 ani_class cls; in CreateEntityInfoItem() local 106 ani_class cls; in GetEntityInfoItem() local 171 ani_class cls; in BindContextEntityRecognizer() local
|
| D | error_util.cpp | 55 ani_class cls {}; in WrapAniError() local 78 ani_class cls {}; in CreateError() local
|
| /base/hiviewdfx/hiappevent/frameworks/ets/ani/hiappevent/src/ |
| D | hiappevent_ani_util.cpp | 54 ani_class cls {}; in IsArray() local 148 ani_class cls {}; in ParseIntValue() local 170 ani_class cls {}; in ParseBoolValue() local 194 ani_class cls {}; in ParseNumberValue() local 272 ani_class cls {}; in ThrowAniError() local 312 ani_class cls {}; in Result() local 390 ani_class cls {}; in GetArgType() local 472 ani_class cls {}; in CreateDouble() local 514 ani_class cls {}; in CreateBool() local 540 ani_class cls {}; in CreateArray() local [all …]
|
| /base/security/device_security_level/test/dslm_unit_test/cmocker/ |
| D | c_mocker.h | 77 #define IMPLEMENT_FUNCTION_INTERNAL(cls, method, count, signature, invoker) … argument 104 #define IMPLEMENT_FUNCTION_WITH_INVOKER(cls, ret, method, args, invoker) \ argument 107 #define IMPLEMENT_FUNCTION(cls, ret, method, args) \ argument
|
| /base/notification/common_event_service/frameworks/extension/src/ani/ |
| D | ani_common_event_utils.cpp | 28 ani_env* env, const char* className, ani_class& cls, ani_object& ani_data) in CreateNewObjectByClass() 55 ani_env* env, ani_class cls, ani_object object, const char* setterName, valueType value) in CallSetter() 98 ani_class cls = nullptr; in ConvertCommonEventDataToEts() local
|
| /base/hiviewdfx/hiview/interfaces/ets/ani/loglibrary/src/ |
| D | loglibrary_ani_util.cpp | 79 ani_class cls {}; in CreateLogEntryObject() local 101 ani_class cls {}; in ListResult() local 133 ani_class cls {}; in ThrowAniError() local 221 ani_class cls {}; in CopyOrMoveResult() local
|
| /base/hiviewdfx/hidumper/frameworks/native/src/common/ |
| D | dump_cfg.cpp | 93 bool DumpCfg::IsDumper(int cls) in IsDumper() 98 bool DumpCfg::IsFilter(int cls) in IsFilter() 113 bool DumpCfg::IsOutput(int cls) in IsOutput()
|
| /base/global/i18n/interfaces/ets/ani/intl/src/ |
| D | intl_addon.cpp | 39 ani_class cls; in DateTimeFormat_Format() local 71 ani_class cls; in DateTimeFormat_FormatRange() local 116 ani_class cls; in DateTimeFormat_ResolvedOptions() local 174 ani_class cls; in Collator_ResolvedOptions() local 321 ani_class cls; in BindContext_DateTimeFormat() local 348 ani_class cls; in BindContext_Collator() local
|
| /base/global/resource_management/interfaces/ets/ani/resourceManager/src/ |
| D | resource_manager_ani_utils.cpp | 49 ani_class cls {}; in WrapStsError() local 89 ani_class cls {}; in CreateError() local
|
| /base/hiviewdfx/hisysevent/interfaces/ets/ani/hisysevent/src/ |
| D | hisysevent_ani_util.cpp | 65 ani_class cls {}; in IsArray() local 95 ani_class cls {}; in ParseBigintValue() local 115 ani_class cls {}; in ParseBoolValue() local 135 ani_class cls {}; in ParseIntValue() local 155 ani_class cls {}; in ParseNumberValue() local 300 ani_class cls {}; in WriteResult() local 489 ani_class cls {}; in ThrowAniError() local 545 ani_class cls; in AppendInt32PropertyToJsObject() local 559 ani_class cls; in AppendStringPropertyToJsObject() local 629 ani_class cls; in AppendArrayParams() local [all …]
|
| /base/notification/eventhandler/frameworks/emitter/ani/src/ |
| D | sts_events_json_common.cpp | 164 bool SetFieldFixedArrayString(ani_env *env, ani_class cls, ani_object object, const std::string &fi… in SetFieldFixedArrayString() 264 bool SetFieldArrayString(ani_env *env, ani_class cls, ani_object object, const std::string &fieldNa… in SetFieldArrayString() 437 bool SetFieldString(ani_env *env, ani_class cls, ani_object object, in SetFieldString() 473 bool SetFieldDouble(ani_env *env, ani_class cls, ani_object object, const std::string &fieldName, d… in SetFieldDouble() 490 bool SetFieldBoolean(ani_env *env, ani_class cls, ani_object object, const std::string &fieldName, … in SetFieldBoolean() 506 bool SetFieldInt(ani_env *env, ani_class cls, ani_object object, const std::string &fieldName, int3… in SetFieldInt() 522 bool SetFieldRef(ani_env *env, ani_class cls, ani_object object, const std::string &fieldName, ani_… in SetFieldRef()
|
| /base/web/webview/interfaces/kits/ani/webview/src/common/ |
| D | ani_business_error.cpp | 26 ani_class cls {}; in WrapBusinessError() local 66 ani_class cls {}; in CreateBusinessError() local
|
| /base/hiviewdfx/hitrace/interfaces/ets/ani/hitracechain/src/ |
| D | hitrace_chain_ani_util.cpp | 57 ani_class cls {}; in ParseBigIntValue() local 77 ani_class cls {}; in ParseNumberValueInt64() local 97 ani_class cls {}; in ParseNumberValueInt32() local
|
| D | hitrace_chain_ani.cpp | 52 … ani_status SetChainId(ani_env* env, HiTraceId& traceId, ani_object& hiTrace_object, ani_class cls) in SetChainId() 68 …c ani_status SetSpanId(ani_env* env, HiTraceId& traceId, ani_object& hiTrace_object, ani_class cls) in SetSpanId() 84 …status SetParentSpanId(ani_env* env, HiTraceId& traceId, ani_object& hiTrace_object, ani_class cls) in SetParentSpanId() 100 …ic ani_status SetFlags(ani_env* env, HiTraceId& traceId, ani_object& hiTrace_object, ani_class cls) in SetFlags() 119 ani_class cls; in Result() local
|
| /base/hiviewdfx/hidumper/test/scripts/testModule/ |
| D | test_process.py | 50 def setup_class(cls): argument 55 def teardown_class(cls): argument
|
| D | test_mem_jsheap.py | 76 def setup_class(cls): argument 80 def teardown_class(cls): argument
|