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:resourcePath
(Results
1 - 6
of
6
) sorted by relevance
/base/global/resource_management/dfx/hisysevent_adapter/
H
A
D
hisysevent_adapter.cpp
64
void ReportAddResourcePathFail(const char*
resourcePath
, const std::string& errMsg)
in ReportAddResourcePathFail()
argument
68
"PATH",
resourcePath
,
in ReportAddResourcePathFail()
72
"HiSysEventWrite failed! ret %{public}d,
resourcePath
%{public}s, errMsg %{public}s.",
in ReportAddResourcePathFail()
73
ret,
resourcePath
, errMsg.c_str());
in ReportAddResourcePathFail()
H
A
D
hisysevent_adapter.h
30
void ReportAddResourcePathFail(const char*
resourcePath
, const std::string& errMsg);
/base/inputmethod/imf/test/unittest/cpp_test/src/
H
A
D
json_operate_test.cpp
462
std::string
resourcePath
= "";
in HWTEST_F()
local
463
auto ret = ImeInfoInquirer::GetInstance().GetResMgr(
resourcePath
);
in HWTEST_F()
/base/inputmethod/imf/services/include/
H
A
D
ime_info_inquirer.h
143
std::shared_ptr<Global::Resource::ResourceManager> GetResMgr(const std::string &
resourcePath
);
/base/inputmethod/imf/services/src/
H
A
D
ime_info_inquirer.cpp
537
std::string resPath = extInfo.hapPath.empty() ? extInfo.
resourcePath
: extInfo.hapPath;
in ListInputMethodSubtype()
943
std::shared_ptr<ResourceManager> ImeInfoInquirer::GetResMgr(const std::string &
resourcePath
)
in GetResMgr()
argument
945
if (
resourcePath
.empty()) {
in GetResMgr()
946
IMSA_HILOGE("
resourcePath
is empty!");
in GetResMgr()
954
resMgr->AddResource(
resourcePath
.c_str());
in GetResMgr()
/base/notification/distributed_notification_service/services/ans/src/
H
A
D
reminder_data_manager.cpp
1964
std::string moduleResPath = hapModuleInfo.hapPath.empty() ? hapModuleInfo.
resourcePath
: hapModuleInfo.hapPath;
in GetResourceMgr()
Completed in 7 milliseconds