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:keyboardCallback_
(Results
1 - 3
of
3
) sorted by relevance
/foundation/window/window_manager/window_scene/session/host/src/
H
A
D
keyboard_session.cpp
32
keyboardCallback_
= keyboardCallback;
in KeyboardSession()
267
if (session->
keyboardCallback_
== nullptr ||
in SetCallingSessionId()
268
session->
keyboardCallback_
->onCallingSessionIdChange_ == nullptr) {
in SetCallingSessionId()
272
session->
keyboardCallback_
->onCallingSessionIdChange_(callingSessionId);
in SetCallingSessionId()
322
if (
keyboardCallback_
== nullptr ||
keyboardCallback_
->onGetSceneSession_ == nullptr) {
in GetSceneSession()
326
return
keyboardCallback_
->onGetSceneSession_(persistentId);
in GetSceneSession()
331
if (
keyboardCallback_
== nullptr ||
keyboardCallback_
->onGetFocusedSessionId_ == nullptr) {
in GetFocusedSessionId()
332
TLOGE(WmsLogTag::WMS_KEYBOARD, "
keyboardCallback_
i
in GetFocusedSessionId()
[all...]
/foundation/window/window_manager/window_scene/test/unittest/
H
A
D
keyboard_session_test.cpp
477
ASSERT_NE(keyboardSession->
keyboardCallback_
, nullptr);
in HWTEST_F()
478
keyboardSession->
keyboardCallback_
->onGetSceneSession_ =
in HWTEST_F()
656
//
keyboardCallback_
->onGetSceneSession_ is nullptr, getCallingSession is nullptr
in HWTEST_F()
664
ASSERT_NE(keyboardSession->
keyboardCallback_
, nullptr);
in HWTEST_F()
665
keyboardSession->
keyboardCallback_
->onGetSceneSession_ =
in HWTEST_F()
672
keyboardSession->
keyboardCallback_
->onGetFocusedSessionId_ = []()->int32_t {
in HWTEST_F()
680
keyboardSession->
keyboardCallback_
->onCallingSessionIdChange_ = [](int32_t callingSessionid){};
in HWTEST_F()
1152
keyboardSession->
keyboardCallback_
->onGetSceneSession_ =
in HWTEST_F()
1187
keyboardSession->
keyboardCallback_
->onGetSceneSession_ = [callingSession](int32_t persistentId) {
in HWTEST_F()
1224
keyboardSession->
keyboardCallback_
in HWTEST_F()
[all...]
/foundation/window/window_manager/window_scene/session/host/include/
H
A
D
keyboard_session.h
81
sptr<KeyboardSessionCallback>
keyboardCallback_
= nullptr;
member in OHOS::Rosen::KeyboardSession
Completed in 4 milliseconds