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:InRunningState
(Results
1 - 4
of
4
) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H
A
D
gatt_service_base.h
36
bool
InRunningState
()
in InRunningState()
function in OHOS::bluetooth::GattServiceBase
H
A
D
gatt_server_service.cpp
162
if (!pimpl->
InRunningState
()) {
in CancelConnection()
174
if (!pimpl->
InRunningState
()) {
in SetCharacteristicValue()
190
if (!pimpl->
InRunningState
()) {
in SetCharacteristicPermission()
203
if (!pimpl->
InRunningState
()) {
in AddService()
204
LOG_ERROR("%{public}s:%{public}d:%{public}s
InRunningState
false ", __FILE__, __LINE__, __FUNCTION__);
in AddService()
223
if (!pimpl->
InRunningState
()) {
in RemoveService()
224
LOG_ERROR("%{public}s:%{public}d:%{public}s
InRunningState
false ", __FILE__, __LINE__, __FUNCTION__);
in RemoveService()
240
if (!pimpl->
InRunningState
()) {
in ClearServices()
252
if (!pimpl->
InRunningState
()) {
in NotifyClient()
279
if (!pimpl->
InRunningState
()) {
in RespondCharacteristicRead()
[all...]
H
A
D
gatt_client_service.cpp
166
if (!pimpl->
InRunningState
()) {
in Connect()
177
if (!pimpl->
InRunningState
()) {
in Disconnect()
214
if (!pimpl->
InRunningState
()) {
in RegisterApplication()
233
if (!pimpl->
InRunningState
()) {
in RegisterSharedApplication()
251
if (!pimpl->
InRunningState
()) {
in DeregisterApplication()
264
if (!pimpl->
InRunningState
()) {
in DiscoveryServices()
275
if (!pimpl->
InRunningState
()) {
in ReadCharacteristic()
286
if (!pimpl->
InRunningState
()) {
in ReadCharacteristicByUuid()
297
if (!pimpl->
InRunningState
()) {
in WriteCharacteristic()
319
if (!pimpl->
InRunningState
()) {
in SignedWriteCharacteristic()
[all...]
H
A
D
gatt_connection_manager.cpp
316
if (pimpl->
InRunningState
()) {
in StartUp()
354
if (!pimpl->
InRunningState
()) {
in ShutDown()
664
if (!instance.pimpl->
InRunningState
()) {
in BREDRConnectInd()
941
if (
InRunningState
()) {
in DoShutDown()
Completed in 6 milliseconds