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:GetProfileByName
(Results
1 - 9
of
9
) sorted by relevance
/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/
H
A
D
mock_resourceManager_interface1.h
96
virtual RState
GetProfileByName
(const char* name, std::string& outValue) = 0;
H
A
D
mock_resourceManager_interface1.cpp
244
virtual RState
GetProfileByName
(const char* name, std::string& outValue)
in GetProfileByName()
function in OHOS::Global::Resource::ResourceManagerTestInstance
/foundation/ability/ability_runtime/test/mock/frameworks_kits_appkit_native_test/include/
H
A
D
mock_resourceManager_interface1.h
96
virtual RState
GetProfileByName
(const char* name, std::string& outValue) = 0;
H
A
D
mock_resourceManager_interface1.cpp
244
virtual RState
GetProfileByName
(const char* name, std::string& outValue)
in GetProfileByName()
function in OHOS::Global::Resource::ResourceManagerTestInstance
/foundation/resourceschedule/background_task_mgr/services/test/unittest/mock/include/
H
A
D
mock_resource_manager_impl.h
299
virtual RState
GetProfileByName
(const char *name, std::string &outValue);
/foundation/resourceschedule/background_task_mgr/services/test/unittest/mock/
H
A
D
mock_resource_manager.cpp
192
RState ResourceManagerImpl::
GetProfileByName
(const char *name, std::string &outValue)
in GetProfileByName()
function in OHOS::Global::Resource::ResourceManagerImpl
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/
H
A
D
data_share_profile_config.cpp
204
RState ret = resMgr.
GetProfileByName
(profileName.c_str(), resPath);
in GetResFromResMgr()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H
A
D
bundle_mgr_client_impl.cpp
364
if (resMgr->
GetProfileByName
(profileName.c_str(), resPath) != SUCCESS) {
in GetResFromResMgr()
/foundation/ability/ability_runtime/frameworks/native/appkit/ability_runtime/app/
H
A
D
js_ability_stage.cpp
725
if (resMgr->
GetProfileByName
(profileName.c_str(), resPath) != Global::Resource::SUCCESS) {
in GetResFromResMgr()
Completed in 7 milliseconds