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:observerLock_
(Results
1 - 16
of
16
) sorted by relevance
/foundation/ability/ability_runtime/services/abilitymgr/src/
H
A
D
connection_observer_controller.cpp
31
std::lock_guard<ffrt::mutex> guard(
observerLock_
);
in AddObserver()
66
std::lock_guard<ffrt::mutex> guard(
observerLock_
);
in RemoveObserver()
99
std::lock_guard<ffrt::mutex> guard(
observerLock_
);
in GetObservers()
113
std::lock_guard<ffrt::mutex> guard(
observerLock_
);
in HandleRemoteDied()
H
A
D
free_install_observer_manager.cpp
35
std::lock_guard<ffrt::mutex> lock(
observerLock_
);
in AddObserver()
65
std::lock_guard<ffrt::mutex> lock(
observerLock_
);
in RemoveObserver()
142
std::lock_guard<ffrt::mutex> lock(
observerLock_
);
in OnObserverDied()
H
A
D
ability_first_frame_state_observer_manager.cpp
36
std::lock_guard<ffrt::mutex> lockRegister(
observerLock_
);
in AddAbilityFirstFrameStateObserver()
87
std::lock_guard<ffrt::mutex> lockRegister(
observerLock_
);
in RemoveAbilityFirstFrameStateObserver()
127
std::lock_guard<ffrt::mutex> lockRegister(
observerLock_
);
in OnAbilityFirstFrameState()
H
A
D
disposed_observer.cpp
36
std::lock_guard<ffrt::mutex> guard(
observerLock_
);
in OnAbilityStateChanged()
/foundation/ability/ability_runtime/interfaces/inner_api/connectionobs_manager/src/
H
A
D
connection_observer_client_impl.cpp
35
std::lock_guard<std::mutex> guard(
observerLock_
);
in RegisterObserver()
53
std::lock_guard<std::mutex> guard(
observerLock_
);
in UnregisterObserver()
259
std::lock_guard<std::mutex> guard(
observerLock_
);
in ResetStatus()
278
std::lock_guard<std::mutex> guard(
observerLock_
);
in GetObservers()
/foundation/ability/ability_runtime/services/abilitymgr/src/interceptor/
H
A
D
disposed_rule_interceptor.cpp
173
std::lock_guard<ffrt::mutex> guard(
observerLock_
);
in StartNonBlockRule()
192
std::lock_guard<ffrt::mutex> guard(
observerLock_
);
in StartNonBlockRule()
196
std::lock_guard<ffrt::mutex> guard{interceptor->
observerLock_
};
in StartNonBlockRule()
233
std::lock_guard<ffrt::mutex> guard{interceptor->
observerLock_
};
in UnregisterObserver()
/foundation/ability/ability_runtime/services/abilitymgr/include/
H
A
D
disposed_observer.h
38
ffrt::mutex
observerLock_
;
member in OHOS::AAFwk::DisposedObserver
H
A
D
ability_first_frame_state_observer_manager.h
46
ffrt::mutex
observerLock_
;
member in OHOS::AppExecFwk::final
H
A
D
free_install_observer_manager.h
52
ffrt::mutex
observerLock_
;
member in OHOS::AAFwk::FreeInstallObserverManager
H
A
D
connection_observer_controller.h
108
ffrt::mutex
observerLock_
;
member in OHOS::AAFwk::ConnectionObserverController
/foundation/ability/ability_runtime/services/abilitymgr/include/interceptor/
H
A
D
disposed_rule_interceptor.h
51
ffrt::mutex
observerLock_
;
member in OHOS::AAFwk::DisposedRuleInterceptor
/foundation/ability/ability_runtime/interfaces/inner_api/connectionobs_manager/include/
H
A
D
connection_observer_client_impl.h
76
std::mutex
observerLock_
; // observer lock
member in OHOS::AbilityRuntime::ConnectionObserverClientImpl
/foundation/ability/ability_runtime/services/appmgr/include/
H
A
D
app_state_observer_manager.h
119
ffrt::mutex
observerLock_
;
member in OHOS::AppExecFwk::AppStateObserverManager
/foundation/ability/ability_runtime/services/appmgr/src/
H
A
D
app_state_observer_manager.cpp
73
std::lock_guard<ffrt::mutex> lockRegister(
observerLock_
);
in RegisterApplicationStateObserver()
88
std::lock_guard<ffrt::mutex> lockUnregister(
observerLock_
);
in UnregisterApplicationStateObserver()
883
std::lock_guard<ffrt::mutex> lockRegister(
observerLock_
);
in ObserverExist()
982
std::lock_guard<ffrt::mutex> lock(
observerLock_
);
in GetAppStateObserverMapCopy()
/foundation/ability/dmsfwk/services/dtbschedmgr/include/
H
A
D
distributed_sched_service.h
348
std::mutex
observerLock_
;
member in OHOS::DistributedSchedule::DistributedSchedService
/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H
A
D
distributed_sched_service.cpp
1793
std::lock_guard<std::mutex> autoLock(
observerLock_
);
in ProcessCallResult()
3397
std::lock_guard<std::mutex> autoLock(
observerLock_
);
in RegisterAppStateObserver()
3419
std::lock_guard<std::mutex> autoLock(
observerLock_
);
in UnregisterAppStateObserver()
3478
std::lock_guard<std::mutex> autoLock(
observerLock_
);
in NotifyStateChanged()
Completed in 13 milliseconds