Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:license_
(Results
1 - 17
of
17
) sorted by relevance
/foundation/ability/idl_tool/ast/
H
A
D
ast_interface_type.h
36
license_
= license;
in SetLicense()
41
return
license_
;
in GetLicense()
82
String
license_
;
member in OHOS::Idl::ASTInterfaceType
H
A
D
ast_module.h
52
license_
= license;
in SetLicense()
57
return
license_
;
in GetLicense()
128
String
license_
;
member in OHOS::Idl::ASTModule
/foundation/ability/idl_tool/idl_tool_2/ast/
H
A
D
ast_interface_type.h
33
license_
(),
in ASTInterfaceType()
49
license_
= license;
in SetLicense()
54
return
license_
;
in GetLicense()
175
std::string
license_
;
member in OHOS::Idl::ASTInterfaceType
H
A
D
ast.h
100
license_
= license;
in SetLicense()
105
return
license_
;
in GetLicense()
256
std::string
license_
;
member in OHOS::Idl::AST
/foundation/ability/idl_tool/metadata/
H
A
D
meta_interface.h
24
char*
license_
;
member
H
A
D
metadata_serializer.cpp
97
mi->
license_
= reinterpret_cast<char*>(SerializeAdjust(mi->
license_
));
in SerializeMetaInterface()
226
mi->
license_
= reinterpret_cast<char*>(DeserializeAdjust(mi->
license_
));
in DeserializeMetaInterface()
H
A
D
metadata_builder.cpp
337
mi->
license_
= WriteString(interface->GetLicense());
in WriteMetaInterface()
/foundation/ability/idl_tool/idl_tool_2/metadata/
H
A
D
meta_interface.h
25
char*
license_
;
member
H
A
D
metadata_serializer.cpp
94
mi->
license_
= reinterpret_cast<char*>(SerializeAdjust(mi->
license_
));
in SerializeMetaInterface()
217
mi->
license_
= reinterpret_cast<char*>(DeserializeAdjust(mi->
license_
));
in DeserializeMetaInterface()
H
A
D
metadata_reader.cpp
119
interface->SetLicense(std::string(reinterpret_cast<char*>(mi->
license_
)));
in ReadMetaInterface()
120
ast_->SetLicense(std::string(reinterpret_cast<char*>(mi->
license_
)));
in ReadMetaInterface()
H
A
D
metadata_builder.cpp
334
mi->
license_
= WriteString(interface->GetLicense());
in WriteMetaInterface()
/foundation/communication/netmanager_base/bpf/bpf_loader/
H
A
D
bpf_loader.h
147
std::string
license_
;
member in OHOS::Bpf::BpfLoader
/foundation/communication/netmanager_base/services/netmanagernative/bpf/src/
H
A
D
bpf_loader.cpp
399
license_
= section->get_data();
in SetLicenseAndVersion()
400
if (
license_
.empty()) {
in SetLicenseAndVersion()
621
attr.license = PtrToU64(
license_
.c_str());
834
std::string
license_
;
/foundation/ability/idl_tool/test/unittest/cpp_code_emitter_test/
H
A
D
cpp_code_emitter_test.cpp
1131
codeEmitter.metaInterface_->
license_
= &name;
in HWTEST_F()
1132
ASSERT_NE(codeEmitter.metaInterface_->
license_
, nullptr);
in HWTEST_F()
1263
codeEmitter.metaInterface_->
license_
= &name;
in HWTEST_F()
1264
ASSERT_NE(codeEmitter.metaInterface_->
license_
, nullptr);
in HWTEST_F()
/foundation/ability/idl_tool/codegen/
H
A
D
rust_code_emitter.cpp
53
if (metaInterface_->
license_
) {
in EmitInterface()
75
sb.Append(metaInterface_->
license_
).Append("\n");
in EmitLicense()
H
A
D
ts_code_emitter.cpp
658
stringBuilder.Append(metaInterface_->
license_
).Append(NEWLINE);
in EmitLicense()
H
A
D
cpp_code_emitter.cpp
888
sb.Append(metaInterface_->
license_
).Append("\n");
in EmitLicense()
Completed in 14 milliseconds