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:DEV_PREFIX
(Results
1 - 6
of
6
) sorted by relevance
/foundation/deviceprofile/device_info_manager/common/src/interfaces/
H
A
D
dp_subscribe_info.cpp
66
subscribeKey_ =
DEV_PREFIX
+ SEPARATOR + deviceId + SEPARATOR + deviceAttribute;
in SetSubscribeKey()
/foundation/deviceprofile/device_info_manager/services/core/src/deviceprofilemanager/listener/
H
A
D
kv_data_change_listener.cpp
133
if (res[0] !=
DEV_PREFIX
&& res[0] != SVR_PREFIX && res[0] != CHAR_PREFIX) {
in FilterEntries()
/foundation/deviceprofile/device_info_manager/common/include/constants/
H
A
D
distributed_device_profile_constants.h
136
const std::string
DEV_PREFIX
= "dev";
member
/foundation/deviceprofile/device_info_manager/services/core/src/deviceprofilemanager/
H
A
D
device_profile_manager.cpp
746
if (deviceProfileStore_->GetByPrefix(
DEV_PREFIX
+ SEPARATOR + udid, values) != DP_SUCCESS) {
in GetProfilesByKeyPrefix()
954
if (ProfileUtils::StartsWith(key,
DEV_PREFIX
)) {
in ClearDataWithPeerLogout()
/foundation/deviceprofile/device_info_manager/common/src/utils/
H
A
D
profile_utils.cpp
175
if (StartsWith(key,
DEV_PREFIX
)) {
in GetProfileType()
392
return
DEV_PREFIX
+ SEPARATOR + deviceId;
in GenerateDeviceProfileKey()
/foundation/deviceprofile/device_info_manager/services/core/src/utils/
H
A
D
profile_control_utils.cpp
480
if (kvStore->GetByPrefix(
DEV_PREFIX
, values) != DP_SUCCESS) {
in GetAllDeviceProfile()
Completed in 7 milliseconds