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:listenerLock_
(Results
1 - 16
of
16
) sorted by relevance
/foundation/resourceschedule/background_task_mgr/services/transient_task/src/
H
A
D
input_manager.cpp
48
std::lock_guard<std::mutex> lock(
listenerLock_
);
in RegisterEventListener()
68
std::lock_guard<std::mutex> lock(
listenerLock_
);
in UnRegisterEventListener()
89
std::lock_guard<std::mutex> lock(
listenerLock_
);
in ProcessEvent()
/foundation/window/window_manager/window_scene/session_manager/src/
H
A
D
session_listener_controller.cpp
33
std::lock_guard guard(
listenerLock_
);
in AddSessionListener()
66
std::lock_guard guard(
listenerLock_
);
in DelSessionListener()
179
std::lock_guard guard(
listenerLock_
);
in OnListenerDied()
193
std::lock_guard guard(
listenerLock_
);
in CallListeners()
H
A
D
session_manager_lite.cpp
168
std::lock_guard<std::recursive_mutex> guard(
listenerLock_
);
in SaveSessionListener()
183
std::lock_guard<std::recursive_mutex> guard(
listenerLock_
);
in DeleteSessionListener()
195
std::lock_guard<std::recursive_mutex> guard(
listenerLock_
);
in DeleteAllSessionListeners()
225
std::lock_guard<std::recursive_mutex> guard(
listenerLock_
);
in ReregisterSessionListener()
/foundation/distributedhardware/device_manager/services/service/src/ipc/standard/
H
A
D
ipc_server_stub.cpp
212
std::lock_guard<std::mutex> autoLock(
listenerLock_
);
in RegisterDeviceManagerListener()
246
std::lock_guard<std::mutex> autoLock(
listenerLock_
);
in UnRegisterDeviceManagerListener()
268
std::lock_guard<std::mutex> autoLock(
listenerLock_
);
in SendALL()
285
std::lock_guard<std::mutex> autoLock(
listenerLock_
);
in GetAllPkgName()
298
std::lock_guard<std::mutex> autoLock(
listenerLock_
);
in GetDmListener()
309
std::lock_guard<std::mutex> autoLock(
listenerLock_
);
in GetDmListenerPkgName()
/foundation/ability/ability_runtime/services/abilitymgr/include/mission/
H
A
D
mission_listener_controller.h
133
std::lock_guard<ffrt::mutex> guard(
listenerLock_
);
in CallListeners()
153
ffrt::mutex
listenerLock_
;
member in OHOS::AAFwk::MissionListenerController
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/stream/src/local/src/
H
A
D
cast_local_file_channel_client.cpp
144
std::lock_guard<std::mutex> lock(
listenerLock_
);
in AddDataListener()
154
std::lock_guard<std::mutex> lock(
listenerLock_
);
in RemoveDataListener()
202
std::lock_guard<std::mutex> lock(
listenerLock_
);
in OnDataReceived()
/foundation/CastEngine/castengine_cast_plus_stream/src/stream/src/local/src/
H
A
D
cast_local_file_channel_client.cpp
144
std::lock_guard<std::mutex> lock(
listenerLock_
);
in AddDataListener()
155
std::lock_guard<std::mutex> lock(
listenerLock_
);
in RemoveDataListener()
204
std::lock_guard<std::mutex> lock(
listenerLock_
);
in OnDataReceived()
/foundation/resourceschedule/background_task_mgr/services/transient_task/include/
H
A
D
input_manager.h
45
std::mutex
listenerLock_
;
member in OHOS::BackgroundTaskMgr::InputManager
/foundation/ability/ability_runtime/services/abilitymgr/src/mission/
H
A
D
mission_listener_controller.cpp
48
std::lock_guard<ffrt::mutex> guard(
listenerLock_
);
in AddMissionListener()
84
std::lock_guard<ffrt::mutex> guard(
listenerLock_
);
in DelMissionListener()
304
std::lock_guard<ffrt::mutex> guard(
listenerLock_
);
in OnListenerDied()
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/stream/src/local/include/
H
A
D
cast_local_file_channel_client.h
64
std::mutex
listenerLock_
;
member in OHOS::CastEngine::CastEngineService::CastLocalFileChannelClient
/foundation/CastEngine/castengine_cast_plus_stream/src/stream/src/local/include/
H
A
D
cast_local_file_channel_client.h
64
std::mutex
listenerLock_
;
member in OHOS::CastEngine::CastEngineService::CastLocalFileChannelClient
/foundation/window/window_manager/window_scene/session_manager/include/
H
A
D
session_listener_controller.h
81
std::mutex
listenerLock_
;
member in OHOS::Rosen::SessionListenerController
H
A
D
session_manager_lite.h
91
std::recursive_mutex
listenerLock_
;
member in OHOS::Rosen::SessionManagerLite
93
// above guarded by
listenerLock_
/foundation/distributedhardware/device_manager/services/service/include/ipc/standard/
H
A
D
ipc_server_stub.h
162
mutable std::mutex
listenerLock_
;
member in OHOS::DistributedHardware::IpcServerStub
/foundation/systemabilitymgr/safwk/services/safwk/include/
H
A
D
local_ability_manager.h
130
std::mutex
listenerLock_
;
member in OHOS::LocalAbilityManager
/foundation/systemabilitymgr/safwk/services/safwk/src/
H
A
D
local_ability_manager.cpp
305
std::lock_guard<std::mutex> autoLock(
listenerLock_
);
in AddSystemAbilityListener()
337
std::lock_guard<std::mutex> autoLock(
listenerLock_
);
in RemoveSystemAbilityListener()
Completed in 8 milliseconds