Home
last modified time | relevance | path

Searched defs:ident (Results 1 – 6 of 6) sorted by relevance

/base/web/webview/ohos_interface/ohos_glue/scripts/
Dmake_file_base.py70 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
120 def make_wrapper_type(cls, ident): argument
Dfile_parser.py437 def get_function_impls(content, ident, has_impl=True): argument
/base/telephony/cellular_data/services/src/utils/
Dnet_manager_call_back.cpp25 int32_t NetManagerCallBack::RequestNetwork(const std::string &ident, in RequestNetwork()
46 int32_t NetManagerCallBack::ReleaseNetwork(const std::string &ident, const std::set<NetCap> &netCap… in ReleaseNetwork()
/base/telephony/cellular_data/test/
Dcellular_data_test.cpp1635 std::string ident = "testIdent"; variable
1652 std::string ident = "testIdent"; variable
1669 std::string ident = "testIdent"; variable
1685 std::string ident = "testIdent"; variable
/base/telephony/cellular_data/services/include/common/
Dcellular_data_constant.h69 std::string ident = ""; member
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
Ddfx_elf.cpp258 uint8_t ident[SELFMAG + 1]; in InitHeaders() local