Home
last modified time | relevance | path

Searched defs:classname (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/base/memory/
H A Dmemory_monitor_def.h24 #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 Dtype_info_base.h25 #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 Dhc_vector.h159 #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 Daie_macros.h47 #define AIE_NEW(var, classname) \ argument
/ohos5.0/base/security/crypto_framework/test/unittest/src/
H A Dcrypto_ecc_key_util_test.cpp328 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 Dcloud_file_napi.cpp338 void CloudFileNapi::SetClassName(std::string classname) in SetClassName()
H A Dcloud_sync_napi.cpp614 void CloudSyncNapi::SetClassName(const std::string classname) in SetClassName()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dmodifier.h176 #define DECLARE_PROP_TYPED_CLASS(classname, template_class, type) \ argument
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/scripts/
H A Dfile_parser.py707 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