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:serviceProfileKey
(Results
1 - 3
of
3
) sorted by relevance
/foundation/deviceprofile/device_info_manager/services/core/src/utils/
H
A
D
profile_cache.cpp
124
std::string
serviceProfileKey
= ProfileUtils::GenerateServiceProfileKey(serviceProfile.GetDeviceId(),
in AddServiceProfile()
local
132
serviceProfileMap_[
serviceProfileKey
] = serviceProfile;
in AddServiceProfile()
220
std::string
serviceProfileKey
= ProfileUtils::GenerateServiceProfileKey(deviceId, serviceName);
in GetServiceProfile()
local
221
if (serviceProfileMap_.find(
serviceProfileKey
) == serviceProfileMap_.end()) {
in GetServiceProfile()
225
serviceProfile = serviceProfileMap_[
serviceProfileKey
];
in GetServiceProfile()
290
std::string
serviceProfileKey
= ProfileUtils::GenerateServiceProfileKey(deviceId, serviceName);
in DeleteServiceProfile()
local
293
serviceProfileMap_.erase(
serviceProfileKey
);
in DeleteServiceProfile()
343
std::string
serviceProfileKey
= ProfileUtils::GenerateServiceProfileKey(serviceProfile.GetDeviceId(),
in IsServiceProfileExist()
local
347
if (serviceProfileMap_.find(
serviceProfileKey
) == serviceProfileMap_.end()) {
in IsServiceProfileExist()
351
ServiceProfile serviceProfileCache = serviceProfileMap_[
serviceProfileKey
];
in IsServiceProfileExist()
[all...]
/foundation/deviceprofile/device_info_manager/common/src/utils/
H
A
D
profile_utils.cpp
475
std::string
serviceProfileKey
= GenerateServiceProfileKey(profile.GetDeviceId(), serviceName);
in ServiceProfileToEntries()
local
477
values[GenerateDBKey(
serviceProfileKey
, SERVICE_NAME)] = profile.GetServiceName();
in ServiceProfileToEntries()
478
values[GenerateDBKey(
serviceProfileKey
, SERVICE_TYPE)] = profile.GetServiceType();
in ServiceProfileToEntries()
/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H
A
D
profile_control_utils_test.cpp
939
std::string
serviceProfileKey
= SVR_PREFIX + SEPARATOR + deviceId + SEPARATOR + serviceName;
in HWTEST_F()
local
940
ProfileCache::GetInstance().serviceProfileMap_[
serviceProfileKey
] = serviceProfile;
in HWTEST_F()
Completed in 6 milliseconds