Searched defs:classname (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/memory/ |
H A D | memory_monitor_def.h | 24 #define VERIFY_CLASSNAME(classname, p) \ argument 27 #define VERIFY_DECLARED_CLASS(classname) \ argument 30 #define DECLARE_CLASS_TYPE_SIZE(classname) \ argument 37 #define DECLARE_CLASS_GET_TYPE_SIZE(classname) \ argument
|
H A D | type_info_base.h | 25 #define DECLARE_CLASS_TYPE_INFO(classname) \ argument 39 #define DECLARE_RELATIONSHIP_OF_CLASSES(classname, ...) DECLARE_CLASS_TYPE_INFO(classname) … argument
|
/ohos5.0/base/security/device_auth/common_lib/interfaces/ |
H A D | hc_vector.h | 159 #define CREATE_HC_VECTOR(classname) Create##classname() argument 160 #define DESTROY_HC_VECTOR(classname, obj) Destroy##classname(obj) argument
|
/ohos5.0/foundation/ai/ai_engine/services/common/utils/ |
H A D | aie_macros.h | 47 #define AIE_NEW(var, classname) \ argument
|
/ohos5.0/base/security/crypto_framework/test/unittest/src/ |
H A D | crypto_ecc_key_util_test.cpp | 328 const char *classname = returnObj->base.getClass(); variable 419 const char *classname = returnKeyPair->base.getClass(); variable 523 const char *classname = returnKeyPair->pubKey->base.base.getClass(); variable 790 const char *classname = returnKeyPair->priKey->base.base.getClass(); variable
|
/ohos5.0/foundation/filemanagement/dfs_service/interfaces/kits/js/cloudfilesync/ |
H A D | cloud_file_napi.cpp | 338 void CloudFileNapi::SetClassName(std::string classname) in SetClassName()
|
H A D | cloud_sync_napi.cpp | 614 void CloudSyncNapi::SetClassName(const std::string classname) in SetClassName()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/ |
H A D | modifier.h | 176 #define DECLARE_PROP_TYPED_CLASS(classname, template_class, type) \ argument
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/scripts/ |
H A D | file_parser.py | 707 def get_class(self, classname, defined_structs=None): argument 723 def get_base_class_name(self, classname): argument 1263 def get_cpp_proto(self, classname=None): argument
|