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:GetSubscribeKey
(Results
1 - 6
of
6
) sorted by relevance
/foundation/deviceprofile/device_info_manager/common/include/interfaces/
H
A
D
dp_subscribe_info.h
38
std::string
GetSubscribeKey
() const;
68
return (one.GetSaId() == other.GetSaId()) && (one.
GetSubscribeKey
() == other.
GetSubscribeKey
());
in operator ()()
/foundation/deviceprofile/device_info_manager/services/core/src/subscribeprofilemanager/
H
A
D
subscribe_profile_manager.cpp
165
ProfileUtils::GetDbKeyAnonyString(subscribeInfo.
GetSubscribeKey
()).c_str());
in SubscribeDeviceProfile()
172
if (subscribeInfoMap_[subscribeInfo.
GetSubscribeKey
()].size() > MAX_LISTENER_SIZE) {
in SubscribeDeviceProfile()
174
subscribeInfoMap_[subscribeInfo.
GetSubscribeKey
()].size());
in SubscribeDeviceProfile()
177
if (subscribeInfoMap_[subscribeInfo.
GetSubscribeKey
()].find(subscribeInfo) !=
in SubscribeDeviceProfile()
178
subscribeInfoMap_[subscribeInfo.
GetSubscribeKey
()].end()) {
in SubscribeDeviceProfile()
180
subscribeInfoMap_[subscribeInfo.
GetSubscribeKey
()].erase(subscribeInfo);
in SubscribeDeviceProfile()
182
subscribeInfoMap_[subscribeInfo.
GetSubscribeKey
()].emplace(subscribeInfo);
in SubscribeDeviceProfile()
199
ProfileUtils::GetDbKeyAnonyString(subscribeInfo.
GetSubscribeKey
()).c_str());
in UnSubscribeDeviceProfile()
202
subscribeInfoMap_[subscribeInfo.
GetSubscribeKey
()].erase(subscribeInfo);
in UnSubscribeDeviceProfile()
/foundation/deviceprofile/device_info_manager/common/src/interfaces/
H
A
D
dp_subscribe_info.cpp
81
std::string SubscribeInfo::
GetSubscribeKey
() const
in GetSubscribeKey()
function in OHOS::DistributedDeviceProfile::SubscribeInfo
/foundation/deviceprofile/device_info_manager/interfaces/innerkits/core/src/
H
A
D
distributed_device_profile_client.cpp
325
subscribeInfo.
GetSubscribeKey
() + SEPARATOR + std::to_string(subscribeInfo.GetSaId());
in SubscribeDeviceProfile()
342
subscribeInfos_.erase(subscribeInfo.
GetSubscribeKey
() + SEPARATOR + std::to_string(subscribeInfo.GetSaId()));
in UnSubscribeDeviceProfile()
/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H
A
D
dp_subscribe_info_test.cpp
142
subscribeKey = subscribeInfo.
GetSubscribeKey
();
in HWTEST_F()
/foundation/deviceprofile/device_info_manager/common/src/utils/
H
A
D
ipc_utils.cpp
245
listenerMap[subscribeInfo.
GetSubscribeKey
() + SEPARATOR + std::to_string(subscribeInfo.GetSaId())] =
in UnMarshalling()
Completed in 4 milliseconds