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:resourceDesc
(Results
1 - 4
of
4
) sorted by relevance
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/componentmanager/
H
A
D
component_privacy.cpp
129
std::map<std::string, bool>
resourceDesc
= ComponentLoader::GetInstance().GetCompResourceDesc();
in OnResourceInfoCallback()
local
130
if (
resourceDesc
.find(subtype) ==
resourceDesc
.end()) {
in OnResourceInfoCallback()
134
isSensitive =
resourceDesc
[subtype];
in OnResourceInfoCallback()
H
A
D
component_manager.cpp
585
std::map<std::string, bool>
resourceDesc
= ComponentLoader::GetInstance().GetCompResourceDesc();
in CheckSubtypeResource()
local
586
if (
resourceDesc
.find(subtype) ==
resourceDesc
.end()) {
in CheckSubtypeResource()
590
if (
resourceDesc
[subtype] && !IsIdenticalAccount(networkId)) {
in CheckSubtypeResource()
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/componentloader/
H
A
D
component_loader.cpp
326
cJSON *
resourceDesc
= nullptr;
in ParseResourceDescFromJson()
local
327
cJSON_ArrayForEach(
resourceDesc
, resourceDescs) {
in ParseResourceDescFromJson()
329
cJSON *sensitive = cJSON_GetObjectItem(
resourceDesc
, COMP_SENSITIVE.c_str());
in ParseResourceDescFromJson()
336
if (!IsString(
resourceDesc
, COMP_SUBTYPE)) {
in ParseResourceDescFromJson()
340
resource.subtype = cJSON_GetObjectItem(
resourceDesc
, COMP_SUBTYPE.c_str())->valuestring;
in ParseResourceDescFromJson()
400
comHandler.
resourceDesc
= itor->second.compResourceDesc;
in GetAllHandler()
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/include/componentloader/
H
A
D
component_loader.h
47
std::vector<ResourceDesc>
resourceDesc
;
member
Completed in 4 milliseconds