Home
last modified time | relevance | path

Searched refs:lifecycle (Results 1 – 8 of 8) sorted by relevance

/test/testfwk/xdevice/plugins/ohos/src/ohos/executor/
Dlistener.py41 def __started__(self, lifecycle, test_result): argument
42 if lifecycle == LifeCycle.TestCase:
50 def __ended__(self, lifecycle, test_result=None, **kwargs): argument
53 def __skipped__(self, lifecycle, test_result): argument
56 def __failed__(self, lifecycle, test_result): argument
57 if lifecycle == LifeCycle.TestCase:
78 def __started__(self, lifecycle, test_result): argument
81 def __ended__(self, lifecycle, test_result=None, **kwargs): argument
82 if lifecycle == LifeCycle.TestCase:
95 def __skipped__(self, lifecycle, test_result): argument
[all …]
/test/testfwk/xdevice/src/xdevice/_core/executor/
Dlistener.py160 def __started__(self, lifecycle, test_result): argument
163 if lifecycle == LifeCycle.TestSuite:
167 elif lifecycle == LifeCycle.TestCase:
171 def __ended__(self, lifecycle, test_result, **kwargs): argument
177 if lifecycle == LifeCycle.TestSuite:
182 elif lifecycle == LifeCycle.TestCase:
196 def __skipped__(lifecycle, test_result, **kwargs): argument
201 if lifecycle == LifeCycle.TestSuite:
203 elif lifecycle == LifeCycle.TestCase:
209 def __failed__(lifecycle, test_result, **kwargs): argument
[all …]
/test/testfwk/xdevice/src/xdevice/_core/
Dinterface.py234 def __started__(self, lifecycle, result): argument
241 def __ended__(self, lifecycle, result, **kwargs): argument
248 def __skipped__(self, lifecycle, result): argument
254 def __failed__(self, lifecycle, result): argument
/test/xts/acts/ability/ability_runtime/stage/actswindowstagelifecyclesinglehaptest/entry/src/main/ets/test/
DLifeCycleTest.ets74 …* @tc.name Register in abilitystage,listen to the windowstage lifecycle of abilityA,deregister …
128 …* @tc.name Register in abilityA,listen to the windowstage lifecycle of abilityB,deregister afte…
196 …* @tc.name Register in abilityA,listening the windowstage lifecycle of abilityB,deregister,repe…
275 …* @tc.name Register in abilityA,listening the windowstage lifecycle of abilityB,terminate abili…
667 … * @tc.name The ability of HAP A listens to the ability lifecycle callback of HAP B (singleton)
724 …* @tc.name The ability of HAP A listens to the ability windowstage lifecycle callback of HAP B …
/test/xts/acts/ability/ability_runtime/stage/actslifecyclemultihaptest/entry/src/main/ets/test/
DLifecycleTest.ets61 * @tc.name The ability of HAP A listens to the ability lifecycle callback of HAP B
116 …* @tc.name The ability of HAP A listens to the ability lifecycle callback of HAP B (single inst…
180 …* @tc.name The ability of HAP A listens to the ability lifecycle callback of HAP B (multiple ca…
/test/xts/acts/ability/ability_runtime/stage/actswindowstagelifecyclemultihaptest/entry/src/main/ets/test/
DLifecycleTest.ets61 * @tc.name The ability of HAP A listens to the ability lifecycle callback of HAP B
115 …* @tc.name The ability of HAP A listens to the ability lifecycle callback of HAP B (single inst…
178 …* @tc.name The ability of HAP A listens to the ability lifecycle callback of HAP B (multiple ca…
/test/xts/acts/ability/ability_runtime/stage/actslifecyclesinglehaptest/entry/src/main/ets/test/
DLifeCycleTest.ets73 …* @tc.name Register in abilitystage,listen to the lifecycle of abilityA,deregister after listen…
128 … * @tc.name Register in abilityA,listen to the lifecycle of abilityB,deregister after listening
202 …* @tc.name Register in abilityA,listening the lifecycle of abilityB,deregister,repeat the unreg…
287 …* @tc.name Register in abilityA,listening the lifecycle of abilityB,terminate abilityA,unregist…
1037 … * @tc.name The ability of HAP A listens to the ability lifecycle callback of HAP B (singleton)
1094 … * @tc.name The ability of HAP A listens to the ability lifecycle callback of HAP B (standard)
/test/xts/acts/ability/ability_runtime/apicover/apicoverhaptest/entry/src/main/ets/test/
DVerificationTest.ets380 * @tc.name Ability startup and termination will not trigger the migration lifecycle.