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:resourceManager
(Results
1 - 4
of
4
) sorted by relevance
/base/usb/usb_manager/services/native/src/
H
A
D
usb_mass_storage_notification.cpp
70
std::shared_ptr<Global::Resource::ResourceManager>
resourceManager
(Global::Resource::CreateResourceManager());
in GetHapString()
71
if (
resourceManager
== nullptr) {
in GetHapString()
72
USB_HILOGE(MODULE_USB_SERVICE, "
resourceManager
is null");
in GetHapString()
83
resourceManager
->UpdateResConfig(*resConfig);
in GetHapString()
84
if (!
resourceManager
->AddResource(HAP_PATH.c_str())) {
in GetHapString()
90
resourceManager
->GetStringByName(it.first.c_str(), outValue);
in GetHapString()
/base/web/webview/ohos_adapter/ohos_resource_adapter/src/
H
A
D
ohos_resource_adapter_impl.cpp
333
auto
resourceManager
= GetResourceMgr(bundleName, moduleName);
in GetRawFileData()
local
334
if (!
resourceManager
) {
in GetRawFileData()
341
auto state =
resourceManager
->GetRawFileFromHap(fileName, len, data);
in GetRawFileData()
364
auto
resourceManager
= GetResourceMgr(bundleName, moduleName);
in GetResourceString()
local
365
if (!
resourceManager
) {
in GetResourceString()
368
if (
resourceManager
->GetStringById(resId, result) == Global::Resource::SUCCESS) {
in GetResourceString()
/base/web/webview/interfaces/kits/napi/webviewcontroller/
H
A
D
webview_controller.cpp
76
auto
resourceManager
= context->GetResourceManager();
in GetAppBundleNameAndModuleName()
local
77
if (!
resourceManager
) {
in GetAppBundleNameAndModuleName()
81
applicationBundleName =
resourceManager
->bundleInfo.first;
in GetAppBundleNameAndModuleName()
82
applicationModuleName =
resourceManager
->bundleInfo.second;
in GetAppBundleNameAndModuleName()
1873
auto
resourceManager
= context->GetResourceManager();
in ParseJsLengthResourceToInt()
local
1874
if (!
resourceManager
) {
in ParseJsLengthResourceToInt()
1888
if (
resourceManager
->GetIntegerById(resId, result) == Global::Resource::SUCCESS) {
in ParseJsLengthResourceToInt()
1895
if (
resourceManager
->GetStringById(resId, resourceString) == Global::Resource::SUCCESS) {
in ParseJsLengthResourceToInt()
/base/notification/distributed_notification_service/services/ans/src/
H
A
D
reminder_data_manager.cpp
1957
std::shared_ptr<Global::Resource::ResourceManager>
resourceManager
(Global::Resource::CreateResourceManager());
in GetResourceMgr()
1958
if (!
resourceManager
) {
in GetResourceMgr()
1968
if (!
resourceManager
->AddResource(moduleResPath.c_str())) {
in GetResourceMgr()
1977
resourceManager
->UpdateResConfig(*resConfig);
in GetResourceMgr()
1978
return
resourceManager
;
in GetResourceMgr()
Completed in 9 milliseconds