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:OnInactive
(Results
1 - 25
of
74
) sorted by relevance
1
2
3
/foundation/bundlemanager/bundle_framework/test/resource/bmssystemtestability/abilitySrc/thirdPageDemo1/src/
H
A
D
pageAbilityDemo.cpp
56
void PageAbilityDemo::
OnInactive
()
in OnInactive()
function in OHOS::AppExecFwk::PageAbilityDemo
58
APP_LOGI("PageAbilityDemo::
OnInactive
");
in OnInactive()
59
Ability::
OnInactive
();
in OnInactive()
/foundation/bundlemanager/bundle_framework/test/resource/bmssystemtestability/abilitySrc/thirdPageDemo2/src/
H
A
D
pageAbilityDemo.cpp
55
void PageAbilityDemo::
OnInactive
()
in OnInactive()
function in OHOS::AppExecFwk::PageAbilityDemo
57
APP_LOGI("PageAbilityDemo::
OnInactive
");
in OnInactive()
58
Ability::
OnInactive
();
in OnInactive()
/foundation/arkui/ace_engine_lite/frameworks/src/core/context/
H
A
D
ace_ability.cpp
62
void AceAbility::
OnInactive
()
in OnInactive()
function in OHOS::ACELite::AceAbility
64
HILOG_DEBUG(HILOG_MODULE_ACE, "AceAbility
OnInactive
");
in OnInactive()
66
Ability::
OnInactive
();
in OnInactive()
67
HILOG_DEBUG(HILOG_MODULE_ACE, "AceAbility
OnInactive
Done");
in OnInactive()
H
A
D
ace_ability.h
38
void
OnInactive
() override;
/foundation/bundlemanager/bundle_framework/test/resource/bmssystemtestability/abilitySrc/thirdPageDemo4/src/
H
A
D
pageAbilityDemo.cpp
61
void PageAbilityDemo::
OnInactive
()
in OnInactive()
function in OHOS::AppExecFwk::PageAbilityDemo
63
APP_LOGI("PageAbilityDemo::
OnInactive
");
in OnInactive()
64
Ability::
OnInactive
();
in OnInactive()
/foundation/bundlemanager/bundle_framework/test/resource/bmssystemtestability/abilitySrc/thirdPageDemo3/src/
H
A
D
pageAbilityDemo.cpp
64
void PageAbilityDemo::
OnInactive
()
in OnInactive()
function in OHOS::AppExecFwk::PageAbilityDemo
66
APP_LOGI("PageAbilityDemo::
OnInactive
");
in OnInactive()
67
Ability::
OnInactive
();
in OnInactive()
/foundation/ability/ability_lite/frameworks/ability_lite/src/
H
A
D
ability_slice_scheduler.cpp
60
topAbilitySlice_->
OnInactive
();
in HandleInactiveAbilitySlice()
111
topAbilitySlice_->
OnInactive
();
in AddAbilitySlice()
143
topAbilitySlice_->
OnInactive
();
in RemoveAbilitySlice()
H
A
D
ability_slice.cpp
67
void AbilitySlice::
OnInactive
()
in OnInactive()
function in OHOS::AbilitySlice
69
HILOG_INFO(HILOG_MODULE_APP, "AbilitySlice
OnInactive
");
in OnInactive()
/foundation/ability/ability_runtime/frameworks/native/ability/native/
H
A
D
ability_lifecycle_observer.cpp
22
void LifecycleObserver::
OnInactive
() {}
in OnInactive()
function in OHOS::AppExecFwk::LifecycleObserver
H
A
D
ability_lifecycle.cpp
101
callback->
OnInactive
();
in DispatchLifecycle()
/foundation/ability/ability_runtime/test/mock/frameworks_kits_test/DemoAbility/
H
A
D
mock_lifecycle_observer.cpp
36
void MockLifecycleObserver::
OnInactive
()
in OnInactive()
function in OHOS::AppExecFwk::MockLifecycleObserver
38
GTEST_LOG_(INFO) << "MockLifecycleObserver::
OnInactive
called";
in OnInactive()
H
A
D
mock_lifecycle_observer.h
38
void
OnInactive
() override;
H
A
D
demo_ability_test.cpp
62
void DemoAbility::
OnInactive
()
in OnInactive()
function in OHOS::AppExecFwk::DemoAbility
64
GTEST_LOG_(INFO) << "DemoAbility::
OnInactive
called";
in OnInactive()
65
Ability::
OnInactive
();
in OnInactive()
H
A
D
demo_ability_test.h
29
void
OnInactive
() override;
/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/
H
A
D
ability_lifecycle_observer_interface.h
63
virtual void
OnInactive
() = 0;
H
A
D
ability_lifecycle_observer.h
62
virtual void
OnInactive
();
/foundation/ability/ability_lite/interfaces/kits/ability_lite/
H
A
D
ability_slice.h
84
virtual void
OnInactive
();
H
A
D
ability.h
95
virtual void
OnInactive
();
/foundation/ability/ability_runtime/test/unittest/cj_ui_ability_test/
H
A
D
mock_lifecycle_observer.cpp
41
void MockLifecycleObserver::
OnInactive
()
in OnInactive()
function in OHOS::AppExecFwk::MockLifecycleObserver
43
GTEST_LOG_(INFO) << "MockLifecycleObserver::
OnInactive
called";
in OnInactive()
H
A
D
mock_lifecycle_observer.h
39
void
OnInactive
() override;
/foundation/bundlemanager/bundle_framework/test/resource/bmssystemtestability/abilitySrc/thirdPageDemo4/include/
H
A
D
pageAbilityDemo.h
30
virtual void
OnInactive
() override;
/foundation/bundlemanager/bundle_framework/test/resource/bmssystemtestability/abilitySrc/thirdPageDemo1/include/
H
A
D
pageAbilityDemo.h
31
virtual void
OnInactive
() override;
/foundation/bundlemanager/bundle_framework/test/resource/bmssystemtestability/abilitySrc/thirdPageDemo3/include/
H
A
D
pageAbilityDemo.h
30
virtual void
OnInactive
() override;
/foundation/bundlemanager/bundle_framework/test/resource/bmssystemtestability/abilitySrc/thirdPageDemo2/include/
H
A
D
pageAbilityDemo.h
30
virtual void
OnInactive
() override;
/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/
H
A
D
mock_lifecycle_observer.h
49
virtual void
OnInactive
()
in OnInactive()
function in OHOS::AppExecFwk::MockLifecycleObserver
51
GTEST_LOG_(INFO) << "MockLifecycleObserver::
OnInactive
called";
in OnInactive()
Completed in 7 milliseconds
1
2
3