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:UNLOCK
(Results
1 - 13
of
13
) sorted by relevance
/base/theme/screenlock_mgr/services/include/
H
A
D
screenlock_server_ipc_interface_code.h
33
UNLOCK
,
member in OHOS::ScreenLock::ScreenLockServerIpcInterfaceCode
/base/theme/screenlock_mgr/test/fuzztest/screenlockservice_fuzzer/screenlockboundarycode_fuzzer/
H
A
D
screenlockboundarycode_fuzzer.cpp
41
static_cast<uint32_t>(ScreenLockServerIpcInterfaceCode::
UNLOCK
) + 1U, data, size);
in LLVMFuzzerTestOneInput()
/base/theme/screenlock_mgr/test/fuzztest/screenlockservice_fuzzer/screenlockunlock_fuzzer/
H
A
D
screenlockunlock_fuzzer.cpp
41
static_cast<uint32_t>(ScreenLockServerIpcInterfaceCode::
UNLOCK
), data, size);
in LLVMFuzzerTestOneInput()
/base/useriam/user_auth_framework/interfaces/inner_api/
H
A
D
iam_common_defines.h
219
UNLOCK
= 1,
/base/account/os_account/interfaces/innerkits/account_iam/native/include/
H
A
D
account_iam_info.h
88
UNLOCK
= 1,
/base/theme/screenlock_mgr/frameworks/js/napi/src/
H
A
D
screenlock_callback.cpp
65
bool cancelUnlock = (callBackPtr->action == Action::
UNLOCK
&& callBackPtr->screenLockResult == SCREEN_CANCEL);
in UvWorkOnCallBack()
H
A
D
napi_screenlock_ability.cpp
238
} else if (eventListener->action == Action::
UNLOCK
|| eventListener->action == Action::UNLOCKSCREEN) {
in AsyncCallFunc()
373
EventListener{ .env = env, .thisVar = thisVar, .callbackRef = callbackRef, .action = Action::
UNLOCK
};
in NAPI_Unlock()
384
EventListener{ .env = env, .thisVar = thisVar, .deferred = deferred, .action = Action::
UNLOCK
};
in NAPI_Unlock()
/base/theme/screenlock_mgr/interfaces/inner_api/include/
H
A
D
screenlock_common.h
97
UNLOCK
,
member in OHOS::ScreenLock::Action
/base/theme/screenlock_mgr/test/unittest/
H
A
D
screenlock_client_test.cpp
101
result = ScreenLockManager::GetInstance()->Unlock(Action::
UNLOCK
, listener);
in HWTEST_F()
109
result = ScreenLockManager::GetInstance()->Unlock(Action::
UNLOCK
, listener);
in HWTEST_F()
/base/theme/screenlock_mgr/services/src/
H
A
D
screenlock_manager_stub.cpp
44
handleFuncMap[static_cast<uint32_t>(ScreenLockServerIpcInterfaceCode::
UNLOCK
)] = &ScreenLockManagerStub::OnUnlock;
in InitHandleMap()
H
A
D
screenlock_system_ability.cpp
706
NotifyDisplayEvent(DisplayEvent::
UNLOCK
);
in UnlockScreenEvent()
/base/theme/screenlock_mgr/frameworks/native/src/
H
A
D
screenlock_manager_proxy.cpp
116
int ret = UnlockInner(reply, static_cast<uint32_t>(ScreenLockServerIpcInterfaceCode::
UNLOCK
), listener);
in Unlock()
/base/account/os_account/interfaces/kits/napi/account_iam/src/
H
A
D
napi_account_iam_constant.cpp
294
NAPI_CALL(env, napi_create_int32(env, static_cast<int32_t>(AuthIntent::
UNLOCK
), &unlock));
in AuthIntentConstructorForInnerkits()
296
NAPI_CALL(env, napi_set_named_property(env, authIntent, "
UNLOCK
", unlock));
in AuthIntentConstructorForInnerkits()
Completed in 8 milliseconds