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:services_
(Results
1 - 8
of
8
) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H
A
D
gatt_database.cpp
80
services_
.emplace(dbService.handle_, std::move(dbService));
in AddService()
86
auto sIt =
services_
.find(handle);
in DeleteService()
87
if (sIt ==
services_
.end()) {
in DeleteService()
105
services_
.erase(sIt);
in DeleteService()
113
services_
.clear();
in RemoveAllServices()
207
return std::any_of(
services_
.begin(),
services_
.end(), [&handle](auto &svc) {
in IsReferenced()
217
return
services_
;
in GetServices()
222
auto service =
services_
.find(serviceHandle);
in GetIncludeServices()
223
if (service !=
services_
in GetIncludeServices()
[all...]
H
A
D
gatt_cache.cpp
26
auto it =
services_
.emplace(service.handle_, service);
in AddService()
35
services_
.clear();
in Clear()
40
auto it =
services_
.find(serviceHandle);
in AddIncludeService()
41
if (it !=
services_
.end()) {
in AddIncludeService()
52
auto it =
services_
.find(serviceHandle);
in AddCharacteristic()
53
if (it !=
services_
.end()) {
in AddCharacteristic()
68
for (auto &sIt :
services_
) {
in AddDescriptor()
84
auto svc =
services_
.find(it->second.first);
in GetCharacteristic()
85
if (svc !=
services_
.end()) {
in GetCharacteristic()
101
auto svc =
services_
in GetDescriptor()
[all...]
H
A
D
gatt_cache.h
138
std::map<uint16_t, Service>
services_
= {};
member in OHOS::bluetooth::GattCache
H
A
D
gatt_server_service.cpp
36
explicit ServerApplication(std::shared_ptr<IGattServerCallback> callback) :
services_
()
in ServerApplication()
43
std::set<uint16_t>
services_
;
member
691
server.value()->second.
services_
.emplace(service.handle_);
in AddService()
740
server.value()->second.
services_
.erase(handle);
in RemoveService()
751
std::copy(server.value()->second.
services_
.begin(),
in ClearServices()
752
server.value()->second.
services_
.end(),
in ClearServices()
1272
auto service = server->second.
services_
.find(handle);
in GetValidApplicationService()
1273
if (service != server->second.
services_
.end()) {
in GetValidApplicationService()
H
A
D
gatt_database.h
226
std::map<uint16_t, Service>
services_
= {};
member in OHOS::bluetooth::GattDatabase
/foundation/multimedia/image_framework/plugins/manager/src/framework/
H
A
D
impl_class.cpp
172
for (uint32_t serviceFlag :
services_
) {
in IsSupport()
221
return
services_
;
in GetServices()
296
services_
.insert(MakeServiceFlag(interfaceID, serviceType));
in AnalysisServices()
H
A
D
impl_class.h
87
std::set<uint32_t>
services_
;
member in OHOS::MultimediaPlugin::final
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/plugin_test/
H
A
D
plugins_manager_src_framework_test.cpp
1058
implClass.
services_
.insert(0x0000);
in HWTEST_F()
Completed in 8 milliseconds