Home
last modified time | relevance | path

Searched defs:class_name (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/base/web/webview/ohos_interface/ohos_glue/scripts/
H A Dmake_file_base.py56 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 Dmake_cpptoc_header.py27 def make_cpptoc_header_file(header, dir_path, dir_name, class_name): argument
H A Dmake_ctocpp_header.py64 def make_ctocpp_header_file(header, dir_path, dir_name, class_name): argument
H A Dtranslator.py69 def is_same_side(header, class_name): argument
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/common/
H A Dclass_creator.h55 #define REGISTER_CLASS_CREATOR(class_name) \ argument
/ohos5.0/build/test/example/
H A Dmylogger.py82 def get_logger(class_name, level="info"): argument
/ohos5.0/foundation/graphic/graphic_3d/kits/js/src/
H A DMaterialJS.cpp30 void BaseMaterial::Init(const char* class_name, napi_env env, napi_value exports, napi_callback cto… in Init()
H A DLightJS.cpp108 void BaseLight::Init(const char* class_name, napi_env env, napi_value exports, in Init()