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:observerMutex_
(Results
1 - 16
of
16
) sorted by relevance
/foundation/ability/form_fwk/services/src/
H
A
D
form_event_handler.cpp
39
std::lock_guard<std::mutex> lock(sharedThis->
observerMutex_
);
in ProcessEvent()
60
std::lock_guard<std::mutex> lock(
observerMutex_
);
in RegisterEventTimeoutObserver()
72
std::lock_guard<std::mutex> lock(
observerMutex_
);
in UnregisterEventTimeoutObserver()
/foundation/ability/ability_runtime/test/moduletest/ui_extension_ability_test/src/
H
A
D
ui_extension_connect_module_test_observer.cpp
29
std::unique_lock<std::mutex> lock(
observerMutex_
);
in OnProcessCreated()
40
std::unique_lock<std::mutex> lock(
observerMutex_
);
in OnProcessStateChanged()
56
std::unique_lock<std::mutex> lock(
observerMutex_
);
in OnProcessDied()
/foundation/communication/bluetooth/frameworks/inner/src/
H
A
D
bluetooth_avrcp_ct.cpp
452
std::lock_guard<std::mutex> lock(
observerMutex_
);
in OnConnectionStateChanged()
464
std::lock_guard<std::mutex> lock(
observerMutex_
);
in OnPressButton()
478
std::lock_guard<std::mutex> lock(
observerMutex_
);
in OnReleaseButton()
493
std::lock_guard<std::mutex> lock(
observerMutex_
);
in OnSetBrowsedPlayer()
506
std::lock_guard<std::mutex> lock(
observerMutex_
);
in OnGetCapabilities()
525
std::lock_guard<std::mutex> lock(
observerMutex_
);
in OnGetPlayerAppSettingAttributes()
539
std::lock_guard<std::mutex> lock(
observerMutex_
);
in OnGetPlayerAppSettingValues()
553
std::lock_guard<std::mutex> lock(
observerMutex_
);
in OnGetPlayerAppSettingCurrentValue()
566
std::lock_guard<std::mutex> lock(
observerMutex_
);
in OnSetPlayerAppSettingCurrentValue()
579
std::lock_guard<std::mutex> lock(
observerMutex_
);
in OnGetPlayerAppSettingAttributeText()
880
std::mutex
observerMutex_
;
global()
member
[all...]
H
A
D
bluetooth_avrcp_tg.cpp
84
std::lock_guard<std::mutex> lock(
observerMutex_
);
in OnConnectionStateChanged()
90
std::mutex
observerMutex_
;
member
153
std::lock_guard<std::mutex> lock(pimpl->
observerMutex_
);
in RegisterObserver()
161
std::lock_guard<std::mutex> lock(pimpl->
observerMutex_
);
in UnregisterObserver()
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H
A
D
bluetooth_avrcp_ct_server.cpp
312
std::lock_guard<std::mutex> lock(
observerMutex_
);
in OnConnectionStateChanged()
325
std::lock_guard<std::mutex> lock(
observerMutex_
);
in OnPressButton()
339
std::lock_guard<std::mutex> lock(
observerMutex_
);
in OnReleaseButton()
354
std::lock_guard<std::mutex> lock(
observerMutex_
);
in OnSetBrowsedPlayer()
372
std::lock_guard<std::mutex> lock(
observerMutex_
);
in OnGetCapabilities()
386
std::lock_guard<std::mutex> lock(
observerMutex_
);
in OnGetPlayerAppSettingAttributes()
400
std::lock_guard<std::mutex> lock(
observerMutex_
);
in OnGetPlayerAppSettingValues()
413
std::lock_guard<std::mutex> lock(
observerMutex_
);
in OnGetPlayerAppSettingCurrentValue()
427
std::lock_guard<std::mutex> lock(
observerMutex_
);
in OnSetPlayerAppSettingCurrentValue()
440
std::lock_guard<std::mutex> lock(
observerMutex_
);
in OnGetPlayerAppSettingAttributeText()
751
std::mutex
observerMutex_
;
global()
member
[all...]
H
A
D
bluetooth_avrcp_tg_server.cpp
133
std::lock_guard<std::mutex> lock(
observerMutex_
);
in OnConnectionStateChanged()
144
std::mutex
observerMutex_
;
member
167
std::lock_guard<std::mutex> lock(pimpl->
observerMutex_
);
in RegisterObserver()
184
std::lock_guard<std::mutex> lock(pimpl->
observerMutex_
);
in UnregisterObserver()
/foundation/ability/ability_runtime/test/moduletest/ui_extension_ability_test/ui_extension_stability_test/
H
A
D
ui_extension_stability_test.cpp
156
std::unique_lock<std::mutex> lock(observer->
observerMutex_
);
in WaitUntilProcessCreated()
167
std::unique_lock<std::mutex> lock(observer->
observerMutex_
);
in WaitUntilProcessDied()
178
std::unique_lock<std::mutex> lock(observer->
observerMutex_
);
in CheckProcessNotDied()
190
std::unique_lock<std::mutex> lock(observer->
observerMutex_
);
in WaitUntilAbilityForeground()
202
std::unique_lock<std::mutex> lock(observer->
observerMutex_
);
in WaitUntilAbilityBackground()
/foundation/ability/ability_runtime/test/moduletest/ui_extension_ability_test/include/
H
A
D
ui_extension_connect_module_test_observer.h
29
std::mutex
observerMutex_
;
member in OHOS::AAFwk::UIExtensionConnectModuleTestObserver
/foundation/ability/form_fwk/services/include/
H
A
D
form_event_handler.h
78
mutable std::mutex
observerMutex_
;
member in OHOS::AppExecFwk::FormEventHandler
/foundation/ability/ability_runtime/test/moduletest/ui_extension_ability_test/ui_extension_connect_module_test/
H
A
D
ui_extension_connect_module_test.cpp
179
std::unique_lock<std::mutex> lock(observer->
observerMutex_
);
in WaitUntilProcessCreated()
190
std::unique_lock<std::mutex> lock(observer->
observerMutex_
);
in WaitUntilProcessDied()
201
std::unique_lock<std::mutex> lock(observer->
observerMutex_
);
in CheckProcessNotDied()
213
std::unique_lock<std::mutex> lock(observer->
observerMutex_
);
in WaitUntilAbilityForeground()
225
std::unique_lock<std::mutex> lock(observer->
observerMutex_
);
in WaitUntilAbilityBackground()
/foundation/barrierfree/accessibility/services/aams/src/
H
A
D
accessibility_datashare_helper.cpp
33
ffrt::mutex AccessibilityDatashareHelper::
observerMutex_
;
member in OHOS::Accessibility::AccessibilityDatashareHelper
271
std::lock_guard<ffrt::mutex> lock(
observerMutex_
);
in RegisterObserver()
294
std::lock_guard<ffrt::mutex> lock(
observerMutex_
);
in UnregisterObserver()
/foundation/barrierfree/accessibility/services/aams/include/
H
A
D
accessibility_datashare_helper.h
77
static ffrt::mutex
observerMutex_
;
member in OHOS::Accessibility::AccessibilityDatashareHelper
/foundation/resourceschedule/work_scheduler/services/native/src/
H
A
D
work_scheduler_service.cpp
326
std::lock_guard<ffrt::mutex> observerLock(
observerMutex_
);
in OnStop()
1139
std::lock_guard<ffrt::mutex> observerLock(
observerMutex_
);
in CheckStandbyApplyInfo()
1177
std::lock_guard<ffrt::mutex> observerLock(
observerMutex_
);
in OnRemoveSystemAbility()
1182
std::lock_guard<ffrt::mutex> observerLock(
observerMutex_
);
in OnRemoveSystemAbility()
1194
std::lock_guard<ffrt::mutex> observerLock(
observerMutex_
);
in GroupObserverInit()
1211
std::lock_guard<ffrt::mutex> observerLock(
observerMutex_
);
in RegisterStandbyStateObserver()
/foundation/resourceschedule/work_scheduler/services/native/include/
H
A
D
work_scheduler_service.h
328
ffrt::mutex
observerMutex_
;
member in OHOS::WorkScheduler::final
/foundation/distributeddatamgr/pasteboard/services/core/include/
H
A
D
pasteboard_service.h
273
std::mutex
observerMutex_
;
member in OHOS::MiscServices::final
/foundation/distributeddatamgr/pasteboard/services/core/src/
H
A
D
pasteboard_service.cpp
1600
std::lock_guard<std::mutex> lock(
observerMutex_
);
in AddObserver()
1622
std::lock_guard<std::mutex> lock(
observerMutex_
);
in RemoveSingleObserver()
1638
std::lock_guard<std::mutex> lock(
observerMutex_
);
in RemoveAllObserver()
1763
std::lock_guard<std::mutex> lock(
observerMutex_
);
in NotifyObservers()
2402
std::lock_guard<std::mutex> lock(
observerMutex_
);
in RemotePasteboardChange()
Completed in 14 milliseconds