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:g_mtx
(Results
1 - 17
of
17
) sorted by relevance
/base/security/appverify/interfaces/innerkits/appverify/src/interfaces/
H
A
D
hap_verify.cpp
31
static std::mutex
g_mtx
;
member
41
g_mtx
.lock();
in HapVerifyInit()
50
g_mtx
.unlock();
in HapVerifyInit()
58
g_mtx
.lock();
in EnableDebugMode()
64
g_mtx
.unlock();
in EnableDebugMode()
72
g_mtx
.lock();
in DisableDebugMode()
75
g_mtx
.unlock();
in DisableDebugMode()
81
g_mtx
.lock();
in SetDevMode()
83
g_mtx
.unlock();
in SetDevMode()
/base/account/os_account/services/accountmgr/test/moduletest/app_account/
H
A
D
app_account_manager_service_subscribe_module_test.cpp
39
std::mutex
g_mtx
;
member
96
g_mtx
.unlock();
in OnAccountsChanged()
132
g_mtx
.unlock();
in OnAccountsChanged()
155
g_mtx
.unlock();
in OnAccountsChanged()
200
g_mtx
.unlock();
in OnAccountsChanged()
234
while (!
g_mtx
.try_lock()) {
in Wait()
284
g_mtx
.lock();
in HWTEST_F()
305
g_mtx
.unlock();
in HWTEST_F()
387
g_mtx
.lock();
in HWTEST_F()
412
g_mtx
in HWTEST_F()
[all...]
/base/notification/common_event_service/test/systemtest/common/ces/common_event_services_publish_ordered_system_test/
H
A
D
common_event_services_publish_ordered_system_test.cpp
47
std::mutex
g_mtx
;
member
145
g_mtx
.unlock();
in ProcessSubscriberTestCase1()
155
g_mtx
.unlock();
in ProcessSubscriberTestCase2()
166
while (!
g_mtx
.try_lock()) {
in ProcessSubscriberTestCase3()
174
g_mtx
.unlock();
in ProcessSubscriberTestCase3()
197
while (!
g_mtx
.try_lock()) {
in ProcessSubscriberTestCase5()
205
g_mtx
.unlock();
in ProcessSubscriberTestCase5()
228
while (!
g_mtx
.try_lock()) {
in AsyncProcess()
236
g_mtx
.unlock();
in AsyncProcess()
461
g_mtx
in HWTEST_F()
[all...]
/base/account/os_account/services/accountmgr/test/moduletest/os_account/
H
A
D
os_account_manager_service_subscribe_module_test.cpp
56
std::mutex
g_mtx
;
member
119
g_mtx
.unlock();
in OnAccountsChanged()
161
g_mtx
.unlock();
174
g_mtx
.unlock();
208
g_mtx
.lock();
in HWTEST_F()
215
while (!
g_mtx
.try_lock()) {
in HWTEST_F()
222
g_mtx
.unlock();
in HWTEST_F()
/base/notification/common_event_service/services/test/moduletest/common_event_services_publish_ordered_module_test/
H
A
D
common_event_services_publish_ordered_module_test.cpp
54
std::mutex
g_mtx
;
member
153
g_mtx
.unlock();
in ProcessSubscriberTestCase1()
164
g_mtx
.unlock();
in ProcessSubscriberTestCase2()
176
while (!
g_mtx
.try_lock()) {
in ProcessSubscriberTestCase3()
184
g_mtx
.unlock();
in ProcessSubscriberTestCase3()
209
while (!
g_mtx
.try_lock()) {
in ProcessSubscriberTestCase5()
217
g_mtx
.unlock();
in ProcessSubscriberTestCase5()
241
while (!
g_mtx
.try_lock()) {
in AsyncProcess()
249
g_mtx
.unlock();
in AsyncProcess()
478
g_mtx
in HWTEST_F()
[all...]
/base/powermgr/power_manager/test/systemtest/src/
H
A
D
power_level_event_system_test_on.cpp
45
std::mutex
g_mtx
;
member
109
std::unique_lock<std::mutex> lck(
g_mtx
);
in HWTEST_F()
H
A
D
power_mgr_shutdown_fast_test.cpp
45
std::mutex
g_mtx
;
member
115
std::unique_lock<std::mutex> lck(
g_mtx
);
in HWTEST_F()
H
A
D
power_level_event_system_test_off.cpp
45
std::mutex
g_mtx
;
member
108
std::unique_lock<std::mutex> lck(
g_mtx
);
in HWTEST_F()
H
A
D
power_mgr_powersavemode_test.cpp
45
std::mutex
g_mtx
;
member
/base/security/dataclassification/test/fuzztest/datatransmitmgr/gethighestseclevelasync_fuzzer/
H
A
D
gethighestseclevelasync_fuzzer.cpp
76
static std::mutex
g_mtx
;
member
104
std::unique_lock<std::mutex> lck(
g_mtx
);
in FuzzDoGetHighestSecLevelAsync()
/base/powermgr/battery_manager/test/systemtest/src/
H
A
D
battery_event_system_test.cpp
49
std::mutex
g_mtx
;
member
431
std::unique_lock<std::mutex> lck(
g_mtx
);
in HWTEST_F()
453
std::unique_lock<std::mutex> lck(
g_mtx
);
in HWTEST_F()
476
std::unique_lock<std::mutex> lck(
g_mtx
);
in HWTEST_F()
499
std::unique_lock<std::mutex> lck(
g_mtx
);
in HWTEST_F()
522
std::unique_lock<std::mutex> lck(
g_mtx
);
in HWTEST_F()
545
std::unique_lock<std::mutex> lck(
g_mtx
);
in HWTEST_F()
568
std::unique_lock<std::mutex> lck(
g_mtx
);
in HWTEST_F()
591
std::unique_lock<std::mutex> lck(
g_mtx
);
in HWTEST_F()
617
std::unique_lock<std::mutex> lck(
g_mtx
);
in HWTEST_F()
[all...]
/base/notification/common_event_service/test/systemtest/common/acts/actsCESManagertest/
H
A
D
actsCESManagertest.cpp
40
std::mutex
g_mtx
;
member
73
g_mtx
.unlock();
in OnReceiveEvent()
1912
g_mtx
.lock();
in HWTEST_F()
1918
while (!
g_mtx
.try_lock()) {
in HWTEST_F()
1928
g_mtx
.unlock();
in HWTEST_F()
1953
g_mtx
.lock();
in HWTEST_F()
1959
while (!
g_mtx
.try_lock()) {
in HWTEST_F()
1970
g_mtx
.unlock();
in HWTEST_F()
1995
g_mtx
.lock();
in HWTEST_F()
2001
while (!
g_mtx
in HWTEST_F()
[all...]
/base/powermgr/power_manager/test/apitest/inner_api/shutdown/
H
A
D
async_shutdown_callback_test.cpp
37
std::mutex
g_mtx
;
member
122
std::unique_lock<std::mutex> lck(
g_mtx
);
in WaitingCallback()
/base/update/sys_installer/frameworks/ipc_server/src/
H
A
D
module_update_stub.cpp
30
static std::mutex
g_mtx
;
variable
110
std::lock_guard<std::mutex> locker(
g_mtx
);
in ExitModuleUpdateStub()
/base/security/dataclassification/test/unittest/datatransmitmgr/
H
A
D
DevSLMgrTest.cpp
256
static std::mutex
g_mtx
;
variable
278
std::unique_lock<std::mutex> lck(
g_mtx
);
in HWTEST_F()
/base/notification/eventhandler/test/systemtest/ems_event_handler_system_test/
H
A
D
ems_event_handler_test.cpp
29
std::mutex
g_mtx
;
member
217
g_mtx
.unlock();
251
g_mtx
.lock();
in ProcessEventTest()
254
while (!
g_mtx
.try_lock()) {
in ProcessEventTest()
263
g_mtx
.unlock();
in ProcessEventTest()
/base/security/device_security_level/test/dslm_unit_test/
H
A
D
dslm_test.cpp
1445
static mutex
g_mtx
;
member
1450
unique_lock<mutex> lck(
g_mtx
);
in TestDeviceSecurityInfoCallback()
1474
unique_lock<mutex> lck(
g_mtx
);
in HWTEST_F()
Completed in 23 milliseconds