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:CHAR_PREFIX
(Results
1 - 8
of
8
) sorted by relevance
/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()
137
if (res[0] ==
CHAR_PREFIX
&& res.back() == CHARACTERISTIC_KEY) {
in FilterEntries()
/foundation/deviceprofile/device_info_manager/common/src/interfaces/
H
A
D
dp_subscribe_info.cpp
77
subscribeKey_ =
CHAR_PREFIX
+ SEPARATOR + deviceId + SEPARATOR + serviceName + SEPARATOR + characteristicKey +
in SetSubscribeKey()
/foundation/deviceprofile/device_info_manager/services/core/src/deviceprofilemanager/
H
A
D
static_profile_manager.cpp
235
if (staticProfileStore_->GetByPrefix(
CHAR_PREFIX
+ SEPARATOR + peerUdid, values) != DP_SUCCESS) {
in ClearDataWithPeerLogout()
H
A
D
device_profile_manager.cpp
754
if (deviceProfileStore_->GetByPrefix(
CHAR_PREFIX
+ SEPARATOR + udid, values) != DP_SUCCESS) {
in GetProfilesByKeyPrefix()
885
if ((res[0] == SVR_PREFIX || res[0] ==
CHAR_PREFIX
) &&
in FixRemoteDataWhenPeerIsNonOH()
/foundation/deviceprofile/device_info_manager/common/src/utils/
H
A
D
profile_utils.cpp
181
if (StartsWith(key,
CHAR_PREFIX
)) {
in GetProfileType()
403
return
CHAR_PREFIX
+ SEPARATOR + deviceId + SEPARATOR + serviceName + SEPARATOR + charKey;
in GenerateCharProfileKey()
809
std::string dbKey =
CHAR_PREFIX
+ SEPARATOR + profile.GetDeviceId() + SEPARATOR + serviceName +
in GetDbKeyByProfile()
/foundation/deviceprofile/device_info_manager/common/include/constants/
H
A
D
distributed_device_profile_constants.h
138
const std::string
CHAR_PREFIX
= "char";
member
/foundation/deviceprofile/device_info_manager/services/core/src/utils/
H
A
D
profile_control_utils.cpp
536
if (kvStore->GetByPrefix(
CHAR_PREFIX
, values) != DP_SUCCESS) {
in GetAllCharacteristicProfile()
/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H
A
D
profile_control_utils_test.cpp
1106
CHAR_PREFIX
+ SEPARATOR + deviceId + SEPARATOR + serviceName + SEPARATOR + characteristicKey;
in HWTEST_F()
1277
CHAR_PREFIX
+ SEPARATOR + deviceId + SEPARATOR + serviceName + SEPARATOR + characteristicKey;
in HWTEST_F()
Completed in 9 milliseconds