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:moduleName
(Results
1 - 4
of
4
) sorted by relevance
/interface/sdk-js/build-tools/api_check_plugin/src/
H
A
D
check_hump.js
101
let
moduleName
= '';
105
moduleName
= statement.name.escapedText.toString();
115
if (
moduleName
!== '' && exportAssignment ===
moduleName
&& !checkSmallHump(lastModuleName)) {
117
} else if (
moduleName
=== '' && exportAssignment !==
moduleName
&& !checkLargeHump(lastModuleName)) {
/interface/sdk-js/build-tools/collect_application_api/src/
H
A
D
api_collector.js
45
resolveModuleName: (
moduleName
) => {
46
return this.resolveModuleName(
moduleName
, apiLibs);
63
resolveModuleName(
moduleName
, libs) {
64
if (
moduleName
.startsWith('@')) {
65
const moduleFileName = `${
moduleName
}.d.ts`;
66
const etsModuleFileName = `${
moduleName
}.d.ets`;
85
for (const
moduleName
of moduleNames) {
86
const moduleLookupLocaton = ts.resolveModuleName(
moduleName
, containingFile, options,
91
const modulePath = moduleResolver.resolveModuleName(
moduleName
);
/interface/sdk_c/bundlemanager/bundle_framework/bundle/include/
H
A
D
native_interface_bundle.h
74
char*
moduleName
;
member
/interface/sdk_c/distributeddatamgr/relational_store/include/
H
A
D
relational_store.h
130
const char *
moduleName
;
member
250
* @brief Set property
moduleName
into config
254
* @param
moduleName
Indicates the module name of the application.
260
int OH_Rdb_SetModuleName(OH_Rdb_ConfigV2 *config, const char *
moduleName
);
Completed in 3 milliseconds