Searched defs:class_name (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/scripts/ |
H A D | make_file_base.py | 56 def make_def_file(cls, class_name): argument 70 def get_base_name(ident, header, 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
|
H A D | make_cpptoc_header.py | 27 def make_cpptoc_header_file(header, dir_path, dir_name, class_name): argument
|
H A D | make_ctocpp_header.py | 64 def make_ctocpp_header_file(header, dir_path, dir_name, class_name): argument
|
H A D | translator.py | 69 def is_same_side(header, class_name): argument
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/common/ |
H A D | class_creator.h | 55 #define REGISTER_CLASS_CREATOR(class_name) \ argument
|
/ohos5.0/build/test/example/ |
H A D | mylogger.py | 82 def get_logger(class_name, level="info"): argument
|
/ohos5.0/foundation/graphic/graphic_3d/kits/js/src/ |
H A D | MaterialJS.cpp | 30 void BaseMaterial::Init(const char* class_name, napi_env env, napi_value exports, napi_callback cto… in Init()
|
H A D | LightJS.cpp | 108 void BaseLight::Init(const char* class_name, napi_env env, napi_value exports, in Init()
|