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
defs:resourcePath
(Results
1 - 18
of
18
) sorted by relevance
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/
H
A
D
image_src_path_tdd_test.cpp
48
char *
resourcePath
= JsAppContext::GetInstance()->GetResourcePath("");
in HWTEST_F()
local
65
char *
resourcePath
= JsAppContext::GetInstance()->GetResourcePath("abc.png");
in HWTEST_F()
local
83
char *
resourcePath
= JsAppContext::GetInstance()->GetResourcePath("internal://app/abc.png");
in HWTEST_F()
local
100
char *
resourcePath
= JsAppContext::GetInstance()->GetResourcePath("internal://app/testa/testb/testc/abc.png");
in HWTEST_F()
local
120
char *
resourcePath
= JsAppContext::GetInstance()->GetResourcePath(filePath);
HWTEST_F()
local
[all...]
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/common/
H
A
D
bundle_mgr_proxy.h
41
std::string
resourcePath
;
member
52
std::string
resourcePath
;
member
/foundation/ability/ability_runtime/frameworks/simulator/common/include/
H
A
D
options.h
74
std::string
resourcePath
;
member
H
A
D
hap_module_info.h
110
std::string
resourcePath
;
member
H
A
D
extension_ability_info.h
105
std::string
resourcePath
;
member
H
A
D
ability_info.h
134
std::string
resourcePath
; // resource path for resource init
member
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_appkit_native_test/
H
A
D
context_deal_test.cpp
175
std::string
resourcePath
= "ResourcePath";
in HWTEST_F()
local
190
std::string
resourcePath
= "/data/app/el1/bundle/public";
in HWTEST_F()
local
H
A
D
context_container_test.cpp
194
std::string
resourcePath
= "ResourcePath";
in HWTEST_F()
local
377
std::string
resourcePath
= "ResourcePath";
in HWTEST_F()
local
[all...]
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_native_test/
H
A
D
ability_context_test.cpp
289
std::string
resourcePath
= "hello";
in HWTEST_F()
local
/foundation/arkui/ace_engine/test/unittest/core/pattern/ui_extension/
H
A
D
isolated_pattern_test_ng.cpp
135
auto
resourcePath
= want.GetStringParam(RESOURCE_PATH);
in HWTEST_F()
local
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/
H
A
D
data_share_profile_config.cpp
119
std::string
resourcePath
= !hapPath.empty() ? hapPath : resPath;
in GetDataProperties()
local
151
std::shared_ptr<ResourceManager> DataShareProfileConfig::InitResMgr(const std::string &
resourcePath
)
in InitResMgr()
argument
130
GetProfileInfoByMetadata(const std::vector<AppExecFwk::Metadata> &metadata, const std::string &
resourcePath
, const std::string &hapPath, const std::string &name)
GetProfileInfoByMetadata()
argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/ui_extension/
H
A
D
isolated_pattern.cpp
92
auto
resourcePath
= want.GetStringParam(RESOURCE_PATH);
in InitializeIsolatedComponent()
local
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H
A
D
bundle_mgr_client_impl.cpp
130
std::string
resourcePath
= isCompressed ? hapModuleInfo.hapPath : hapModuleInfo.
resourcePath
;
in GetResConfigFile()
local
147
std::string
resourcePath
= isCompressed ? extensionInfo.hapPath : extensionInfo.
resourcePath
;
in GetResConfigFile()
local
164
std::string
resourcePath
= isCompressed ? abilityInfo.hapPath : abilityInfo.
resourcePath
;
in GetResConfigFile()
local
253
GetResProfileByMetadata(const std::vector<Metadata> &metadata, const std::string &metadataName, const std ::string &
resourcePath
, bool isCompressed, std::vector<std::string> &profileInfos) const
GetResProfileByMetadata()
argument
[all...]
/foundation/communication/nfc/services/src/notification/
H
A
D
nfc_notification.cpp
75
static void UpdateResourceMap(const std::string &
resourcePath
)
in UpdateResourceMap()
argument
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H
A
D
hap_module_info.h
156
std::string
resourcePath
;
member
H
A
D
ability_info.h
238
std::string
resourcePath
; // resource path for resource init
member
H
A
D
extension_ability_info.h
168
std::string
resourcePath
;
member
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H
A
D
material_impl.cpp
53
bool IsGltfResource(BASE_NS::string_view uri, BASE_NS::string_view
resourcePath
)
in IsGltfResource()
argument
Completed in 19 milliseconds