Home
last modified time | relevance | path

Searched refs:hilog (Results 1 – 25 of 1106) sorted by relevance

12345678910>>...45

/test/xts/acts/ability/ability_runtime/stage/actsdebuggabletest/actsdebuggabletest/entry/src/main/ets/entryability/
DEntryAbility.ts16 import hilog from '@ohos.hilog';
22 hilog.isLoggable(0x0000, 'testTag', hilog.LogLevel.INFO);
23 hilog.info(0x0000, 'testTag', '%{public}s', 'Ability onCreate');
24 hilog.info(0x0000, 'testTag', '%{public}s', 'want param:' + JSON.stringify(want) ?? '');
25 hilog.info(0x0000, 'testTag', '%{public}s', 'launchParam:' + JSON.stringify(launchParam) ?? '');
29 hilog.isLoggable(0x0000, 'testTag', hilog.LogLevel.INFO);
30 hilog.info(0x0000, 'testTag', '%{public}s', 'Ability onDestroy');
35 hilog.isLoggable(0x0000, 'testTag', hilog.LogLevel.INFO);
36 hilog.info(0x0000, 'testTag', '%{public}s', 'Ability onWindowStageCreate');
40 hilog.isLoggable(0x0000, 'testTag', hilog.LogLevel.ERROR);
[all …]
/test/xts/acts/ability/ability_runtime/actsmultiplecall/actsappsinglerely/entry/src/main/ets/third/
DThirdAbility.ts15 import hilog from '@ohos.hilog';
21 hilog.isLoggable(0x0000, 'testTag', hilog.LogLevel.INFO);
22 hilog.info(0x0000, 'testTag', '%{public}s', 'Ability onCreate');
23 hilog.info(0x0000, 'testTag', '%{public}s', 'want param:' + JSON.stringify(want) ?? '');
24 hilog.info(0x0000, 'testTag', '%{public}s', 'launchParam:' + JSON.stringify(launchParam) ?? '');
28 hilog.isLoggable(0x0000, 'testTag', hilog.LogLevel.INFO);
29 hilog.info(0x0000, 'testTag', '%{public}s', 'Ability onDestroy');
34 hilog.isLoggable(0x0000, 'testTag', hilog.LogLevel.INFO);
35 hilog.info(0x0000, 'testTag', '%{public}s', 'Ability onWindowStageCreate');
39 hilog.isLoggable(0x0000, 'testTag', hilog.LogLevel.ERROR);
[all …]
/test/xts/acts/ability/ability_runtime/actsuiextensiontest/uiextensionprovider3/entry/src/main/ets/MainAbility/
DMainAbility.ts16 import hilog from '@ohos.hilog';
22 hilog.isLoggable(0x0000, 'testTag', hilog.LogLevel.INFO);
23 hilog.info(0x0000, 'testTag', '%{public}s', 'Ability onCreate');
24 hilog.info(0x0000, 'testTag', '%{public}s', 'want param:' + JSON.stringify(want) ?? '');
25hilog.info(0x0000, 'testTag', '%{public}s', 'launchParam:' + JSON.stringify(launchParam) ?? '');
29 hilog.isLoggable(0x0000, 'testTag', hilog.LogLevel.INFO);
30 hilog.info(0x0000, 'testTag', '%{public}s', 'Ability onDestroy');
35 hilog.isLoggable(0x0000, 'testTag', hilog.LogLevel.INFO);
36 hilog.info(0x0000, 'testTag', '%{public}s', 'Ability onWindowStageCreate');
40 hilog.isLoggable(0x0000, 'testTag', hilog.LogLevel.ERROR);
[all …]
/test/xts/acts/ability/ability_runtime/stage/actsdebuggabletest/timeout/entry/src/main/ets/entryability/
DEntryAbility.ts16 import hilog from '@ohos.hilog';
22 hilog.isLoggable(0x0000, 'testTag', hilog.LogLevel.INFO);
23 hilog.info(0x0000, 'testTag', '%{public}s', 'Ability onCreate');
24 hilog.info(0x0000, 'testTag', '%{public}s', 'want param:' + JSON.stringify(want) ?? '');
25 hilog.info(0x0000, 'testTag', '%{public}s', 'launchParam:' + JSON.stringify(launchParam) ?? '');
29 hilog.isLoggable(0x0000, 'testTag', hilog.LogLevel.INFO);
30 hilog.info(0x0000, 'testTag', '%{public}s', 'Ability onDestroy');
35 hilog.isLoggable(0x0000, 'testTag', hilog.LogLevel.INFO);
36 hilog.info(0x0000, 'testTag', '%{public}s', 'Ability onWindowStageCreate');
40 hilog.isLoggable(0x0000, 'testTag', hilog.LogLevel.ERROR);
[all …]
/test/xts/acts/ability/ability_runtime/actsparsingparameterstest/ActsAbilityApp/entry/src/main/ets/entryability/
DEntryAbility.ts16 import hilog from '@ohos.hilog';
22 hilog.isLoggable(0x0000, 'testTag', hilog.LogLevel.INFO);
23 hilog.info(0x0000, 'testTag', '%{public}s', 'Ability onCreate');
24 hilog.info(0x0000, 'testTag', '%{public}s', 'want param:' + JSON.stringify(want) ?? '');
25hilog.info(0x0000, 'testTag', '%{public}s', 'launchParam:' + JSON.stringify(launchParam) ?? '');
29 hilog.isLoggable(0x0000, 'testTag', hilog.LogLevel.INFO);
30 hilog.info(0x0000, 'testTag', '%{public}s', 'Ability onDestroy');
35 hilog.isLoggable(0x0000, 'testTag', hilog.LogLevel.INFO);
36 hilog.info(0x0000, 'testTag', '%{public}s', 'Ability onWindowStageCreate');
40 hilog.isLoggable(0x0000, 'testTag', hilog.LogLevel.ERROR);
[all …]
/test/xts/acts/ability/ability_runtime/actsuiextensiontest/uiextensionservice/entry/src/main/ets/MainAbility/
DMainAbility.ts16 import hilog from '@ohos.hilog';
22 hilog.isLoggable(0x0000, 'testTag', hilog.LogLevel.INFO);
23 hilog.info(0x0000, 'testTag', '%{public}s', 'Ability onCreate');
24 hilog.info(0x0000, 'testTag', '%{public}s', 'want param:' + JSON.stringify(want) ?? '');
25hilog.info(0x0000, 'testTag', '%{public}s', 'launchParam:' + JSON.stringify(launchParam) ?? '');
29 hilog.isLoggable(0x0000, 'testTag', hilog.LogLevel.INFO);
30 hilog.info(0x0000, 'testTag', '%{public}s', 'Ability onDestroy');
35 hilog.isLoggable(0x0000, 'testTag', hilog.LogLevel.INFO);
36 hilog.info(0x0000, 'testTag', '%{public}s', 'Ability onWindowStageCreate');
40 hilog.isLoggable(0x0000, 'testTag', hilog.LogLevel.ERROR);
[all …]
/test/xts/acts/ability/ability_runtime/getrunningprocessinformation/GetRunningProcessInformationTwoReply/entry/src/main/ets/entryability/
DEntryAbility.ts15 import hilog from '@ohos.hilog';
21 hilog.isLoggable(0x0000, 'testTag', hilog.LogLevel.INFO);
22 hilog.info(0x0000, 'testTag', '%{public}s', 'Ability onCreate');
23 hilog.info(0x0000, 'testTag', '%{public}s', 'want param:' + JSON.stringify(want) ?? '');
24 hilog.info(0x0000, 'testTag', '%{public}s', 'launchParam:' + JSON.stringify(launchParam) ?? '');
28 hilog.isLoggable(0x0000, 'testTag', hilog.LogLevel.INFO);
29 hilog.info(0x0000, 'testTag', '%{public}s', 'Ability onDestroy');
34 hilog.isLoggable(0x0000, 'testTag', hilog.LogLevel.INFO);
35 hilog.info(0x0000, 'testTag', '%{public}s', 'Ability onWindowStageCreate');
39 hilog.isLoggable(0x0000, 'testTag', hilog.LogLevel.ERROR);
[all …]
/test/xts/acts/ability/ability_runtime/stopserviceextension/ActsStopServiceExtensionRely/entry/src/main/ets/entryability/
DEntryAbility.ts15 import hilog from '@ohos.hilog';
21 hilog.isLoggable(0x0000, 'testTag', hilog.LogLevel.INFO);
22 hilog.info(0x0000, 'testTag', '%{public}s', 'Ability onCreate');
23 hilog.info(0x0000, 'testTag', '%{public}s', 'want param:' + JSON.stringify(want) ?? '');
24hilog.info(0x0000, 'testTag', '%{public}s', 'launchParam:' + JSON.stringify(launchParam) ?? '');
28 hilog.isLoggable(0x0000, 'testTag', hilog.LogLevel.INFO);
29 hilog.info(0x0000, 'testTag', '%{public}s', 'Ability onDestroy');
34 hilog.isLoggable(0x0000, 'testTag', hilog.LogLevel.INFO);
35 hilog.info(0x0000, 'testTag', '%{public}s', 'Ability onWindowStageCreate');
39 hilog.isLoggable(0x0000, 'testTag', hilog.LogLevel.ERROR);
[all …]
/test/xts/acts/ability/ability_runtime/stage/actsgetgroupdirtest/actsgetgroupdirtest/entry/src/main/ets/entryability/
DEntryAbility.ts16 import hilog from '@ohos.hilog';
22 hilog.isLoggable(0x0000, 'testTag', hilog.LogLevel.INFO);
23 hilog.info(0x0000, 'testTag', '%{public}s', 'Ability onCreate');
24 hilog.info(0x0000, 'testTag', '%{public}s', 'want param:' + JSON.stringify(want) ?? '');
25 hilog.info(0x0000, 'testTag', '%{public}s', 'launchParam:' + JSON.stringify(launchParam) ?? '');
29 hilog.isLoggable(0x0000, 'testTag', hilog.LogLevel.INFO);
30 hilog.info(0x0000, 'testTag', '%{public}s', 'Ability onDestroy');
35 hilog.isLoggable(0x0000, 'testTag', hilog.LogLevel.INFO);
36 hilog.info(0x0000, 'testTag', '%{public}s', 'Ability onWindowStageCreate');
40 hilog.isLoggable(0x0000, 'testTag', hilog.LogLevel.ERROR);
[all …]
/test/xts/acts/ability/ability_runtime/actsnfcselecttypes/ActsNFCSelectTypesTestRelyMultiHapFourth/entry/src/main/ets/fourthentryability/
DFourthentryAbility.ts16 import hilog from '@ohos.hilog';
22 hilog.isLoggable(0x0000, 'testTag', hilog.LogLevel.INFO);
23 hilog.info(0x0000, 'testTag', '%{public}s', 'Ability onCreate');
24 hilog.info(0x0000, 'testTag', '%{public}s', 'want param:' + JSON.stringify(want) ?? '');
25 hilog.info(0x0000, 'testTag', '%{public}s', 'launchParam:' + JSON.stringify(launchParam) ?? '');
29 hilog.isLoggable(0x0000, 'testTag', hilog.LogLevel.INFO);
30 hilog.info(0x0000, 'testTag', '%{public}s', 'Ability onDestroy');
35 hilog.isLoggable(0x0000, 'testTag', hilog.LogLevel.INFO);
36 hilog.info(0x0000, 'testTag', '%{public}s', 'Ability onWindowStageCreate');
40 hilog.isLoggable(0x0000, 'testTag', hilog.LogLevel.ERROR);
[all …]
/test/xts/acts/ability/ability_runtime/actsmultiplecall/actsapprely/entry/src/main/ets/secondability/
DSecondAbility.ts15 import hilog from '@ohos.hilog';
21 hilog.isLoggable(0x0000, 'testTag', hilog.LogLevel.INFO);
22 hilog.info(0x0000, 'testTag', '%{public}s', 'Ability onCreate');
23 hilog.info(0x0000, 'testTag', '%{public}s', 'want param:' + JSON.stringify(want) ?? '');
24 hilog.info(0x0000, 'testTag', '%{public}s', 'launchParam:' + JSON.stringify(launchParam) ?? '');
28 hilog.isLoggable(0x0000, 'testTag', hilog.LogLevel.INFO);
29 hilog.info(0x0000, 'testTag', '%{public}s', 'Ability onDestroy');
34 hilog.isLoggable(0x0000, 'testTag', hilog.LogLevel.INFO);
35 hilog.info(0x0000, 'testTag', '%{public}s', 'Ability onWindowStageCreate');
39 hilog.isLoggable(0x0000, 'testTag', hilog.LogLevel.ERROR);
[all …]
/test/xts/acts/ability/ability_runtime/context/actsstagecontexttest/module1/src/main/ets/MainAbility/
DMainAbility.ts16 import hilog from '@ohos.hilog';
22 hilog.isLoggable(0x0000, 'testTag', hilog.LogLevel.INFO);
23 hilog.info(0x0000, 'testTag', '%{public}s', 'Ability onCreate');
24 hilog.info(0x0000, 'testTag', '%{public}s', 'want param:' + JSON.stringify(want) ?? '');
25hilog.info(0x0000, 'testTag', '%{public}s', 'launchParam:' + JSON.stringify(launchParam) ?? '');
29 hilog.isLoggable(0x0000, 'testTag', hilog.LogLevel.INFO);
30 hilog.info(0x0000, 'testTag', '%{public}s', 'Ability onDestroy');
35 hilog.isLoggable(0x0000, 'testTag', hilog.LogLevel.INFO);
36 hilog.info(0x0000, 'testTag', '%{public}s', 'Ability onWindowStageCreate');
40 hilog.isLoggable(0x0000, 'testTag', hilog.LogLevel.ERROR);
[all …]
/test/xts/acts/ability/ability_runtime/actsnfcselecttypes/ActsNFCSelectTypesTestRelyMultiAbility/entry/src/main/ets/fourthentryability/
DFourthEntryAbility.ts16 import hilog from '@ohos.hilog';
22 hilog.isLoggable(0x0000, 'testTag', hilog.LogLevel.INFO);
23 hilog.info(0x0000, 'testTag', '%{public}s', 'Ability onCreate');
24 hilog.info(0x0000, 'testTag', '%{public}s', 'want param:' + JSON.stringify(want) ?? '');
25 hilog.info(0x0000, 'testTag', '%{public}s', 'launchParam:' + JSON.stringify(launchParam) ?? '');
29 hilog.isLoggable(0x0000, 'testTag', hilog.LogLevel.INFO);
30 hilog.info(0x0000, 'testTag', '%{public}s', 'Ability onDestroy');
35 hilog.isLoggable(0x0000, 'testTag', hilog.LogLevel.INFO);
36 hilog.info(0x0000, 'testTag', '%{public}s', 'Ability onWindowStageCreate');
40 hilog.isLoggable(0x0000, 'testTag', hilog.LogLevel.ERROR);
[all …]
/test/xts/acts/time/dateTimeTest/entry/src/main/ets/MainAbility/
DMainAbility.ts16 import hilog from '@ohos.hilog';
25 hilog.isLoggable(0x0000, 'testTag', hilog.LogLevel.INFO);
26 hilog.info(0x0000, 'testTag', '%{public}s', 'Ability onCreate');
27 hilog.info(0x0000, 'testTag', '%{public}s', 'want param:' + JSON.stringify(want) ?? '');
28hilog.info(0x0000, 'testTag', '%{public}s', 'launchParam:' + JSON.stringify(launchParam) ?? '');
34 hilog.isLoggable(0x0000, 'testTag', hilog.LogLevel.INFO);
36 hilog.info(0x0000, 'testTag', '%{public}s', 'start run testcase!!!');
39hilog.info(0x0000, 'testTag', '%{public}s', 'abilityDelegator or abilityDelegatorArguments is unde…
44 hilog.isLoggable(0x0000, 'testTag', hilog.LogLevel.INFO);
45 hilog.info(0x0000, 'testTag', '%{public}s', 'Ability onDestroy');
[all …]
/test/xts/acts/request/RequestTest_Stage/entry/src/main/ets/MainAbility/
DMainAbility.ts16 import hilog from '@ohos.hilog';
25 hilog.isLoggable(0x0000, 'testTag', hilog.LogLevel.INFO);
26 hilog.info(0x0000, 'testTag', '%{public}s', 'Ability onCreate');
27 hilog.info(0x0000, 'testTag', '%{public}s', 'want param:' + JSON.stringify(want) ?? '');
28hilog.info(0x0000, 'testTag', '%{public}s', 'launchParam:' + JSON.stringify(launchParam) ?? '');
34 hilog.isLoggable(0x0000, 'testTag', hilog.LogLevel.INFO);
36 hilog.info(0x0000, 'testTag', '%{public}s', 'start run testcase!!!');
39hilog.info(0x0000, 'testTag', '%{public}s', 'abilityDelegator or abilityDelegatorArguments is unde…
44 hilog.isLoggable(0x0000, 'testTag', hilog.LogLevel.INFO);
45 hilog.info(0x0000, 'testTag', '%{public}s', 'Ability onDestroy');
[all …]
/test/xts/acts/time/timeauthorityTest/entry/src/main/ets/MainAbility/
DMainAbility.ts16 import hilog from '@ohos.hilog';
25 hilog.isLoggable(0x0000, 'testTag', hilog.LogLevel.INFO);
26 hilog.info(0x0000, 'testTag', '%{public}s', 'Ability onCreate');
27 hilog.info(0x0000, 'testTag', '%{public}s', 'want param:' + JSON.stringify(want) ?? '');
28hilog.info(0x0000, 'testTag', '%{public}s', 'launchParam:' + JSON.stringify(launchParam) ?? '');
34 hilog.isLoggable(0x0000, 'testTag', hilog.LogLevel.INFO);
36 hilog.info(0x0000, 'testTag', '%{public}s', 'start run testcase!!!');
39hilog.info(0x0000, 'testTag', '%{public}s', 'abilityDelegator or abilityDelegatorArguments is unde…
44 hilog.isLoggable(0x0000, 'testTag', hilog.LogLevel.INFO);
45 hilog.info(0x0000, 'testTag', '%{public}s', 'Ability onDestroy');
[all …]
/test/xts/acts/time/timeTest/entry/src/main/ets/MainAbility/
DMainAbility.ts16 import hilog from '@ohos.hilog';
25 hilog.isLoggable(0x0000, 'testTag', hilog.LogLevel.INFO);
26 hilog.info(0x0000, 'testTag', '%{public}s', 'Ability onCreate');
27 hilog.info(0x0000, 'testTag', '%{public}s', 'want param:' + JSON.stringify(want) ?? '');
28hilog.info(0x0000, 'testTag', '%{public}s', 'launchParam:' + JSON.stringify(launchParam) ?? '');
34 hilog.isLoggable(0x0000, 'testTag', hilog.LogLevel.INFO);
36 hilog.info(0x0000, 'testTag', '%{public}s', 'start run testcase!!!');
39hilog.info(0x0000, 'testTag', '%{public}s', 'abilityDelegator or abilityDelegatorArguments is unde…
44 hilog.isLoggable(0x0000, 'testTag', hilog.LogLevel.INFO);
45 hilog.info(0x0000, 'testTag', '%{public}s', 'Ability onDestroy');
[all …]
/test/xts/acts/request/newRequestNormalTest/entry/src/main/ets/MainAbility/
DMainAbility.ts16 import hilog from '@ohos.hilog';
25 hilog.isLoggable(0x0000, 'testTag', hilog.LogLevel.INFO);
26 hilog.info(0x0000, 'testTag', '%{public}s', 'Ability onCreate');
27 hilog.info(0x0000, 'testTag', '%{public}s', 'want param:' + JSON.stringify(want) ?? '');
28hilog.info(0x0000, 'testTag', '%{public}s', 'launchParam:' + JSON.stringify(launchParam) ?? '');
34 hilog.isLoggable(0x0000, 'testTag', hilog.LogLevel.INFO);
36 hilog.info(0x0000, 'testTag', '%{public}s', 'start run testcase!!!');
39hilog.info(0x0000, 'testTag', '%{public}s', 'abilityDelegator or abilityDelegatorArguments is unde…
44 hilog.isLoggable(0x0000, 'testTag', hilog.LogLevel.INFO);
45 hilog.info(0x0000, 'testTag', '%{public}s', 'Ability onDestroy');
[all …]
/test/xts/acts/request/newRequestAuthorityTest/entry/src/main/ets/MainAbility/
DMainAbility.ts15 import hilog from '@ohos.hilog';
24 hilog.isLoggable(0x0000, 'testTag', hilog.LogLevel.INFO);
25 hilog.info(0x0000, 'testTag', '%{public}s', 'Ability onCreate');
26 hilog.info(0x0000, 'testTag', '%{public}s', 'want param:' + JSON.stringify(want) ?? '');
27hilog.info(0x0000, 'testTag', '%{public}s', 'launchParam:' + JSON.stringify(launchParam) ?? '');
33 hilog.isLoggable(0x0000, 'testTag', hilog.LogLevel.INFO);
35 hilog.info(0x0000, 'testTag', '%{public}s', 'start run testcase!!!');
38hilog.info(0x0000, 'testTag', '%{public}s', 'abilityDelegator or abilityDelegatorArguments is unde…
43 hilog.isLoggable(0x0000, 'testTag', hilog.LogLevel.INFO);
44 hilog.info(0x0000, 'testTag', '%{public}s', 'Ability onDestroy');
[all …]
/test/xts/acts/request/newRequestTest/entry/src/main/ets/MainAbility/
DMainAbility.ts16 import hilog from '@ohos.hilog';
25 hilog.isLoggable(0x0000, 'testTag', hilog.LogLevel.INFO);
26 hilog.info(0x0000, 'testTag', '%{public}s', 'Ability onCreate');
27 hilog.info(0x0000, 'testTag', '%{public}s', 'want param:' + JSON.stringify(want) ?? '');
28hilog.info(0x0000, 'testTag', '%{public}s', 'launchParam:' + JSON.stringify(launchParam) ?? '');
34 hilog.isLoggable(0x0000, 'testTag', hilog.LogLevel.INFO);
36 hilog.info(0x0000, 'testTag', '%{public}s', 'start run testcase!!!');
39hilog.info(0x0000, 'testTag', '%{public}s', 'abilityDelegator or abilityDelegatorArguments is unde…
44 hilog.isLoggable(0x0000, 'testTag', hilog.LogLevel.INFO);
45 hilog.info(0x0000, 'testTag', '%{public}s', 'Ability onDestroy');
[all …]
/test/xts/acts/global/global_stage/entry/src/main/ets/TestAbility/
DTestAbility.ts15 import hilog from '@ohos.hilog';
24 hilog.isLoggable(0x0000, 'testTag', hilog.LogLevel.INFO);
25 hilog.info(0x0000, 'testTag', '%{public}s', 'TestAbility onCreate');
26 hilog.info(0x0000, 'testTag', '%{public}s', 'want param:' + JSON.stringify(want) ?? '');
27hilog.info(0x0000, 'testTag', '%{public}s', 'launchParam:'+ JSON.stringify(launchParam) ?? '');
32 hilog.isLoggable(0x0000, 'testTag', hilog.LogLevel.INFO);
33 hilog.info(0x0000, 'testTag', '%{public}s', 'start run testcase!!!');
38 hilog.isLoggable(0x0000, 'testTag', hilog.LogLevel.INFO);
39 hilog.info(0x0000, 'testTag', '%{public}s', 'TestAbility onDestroy');
44 hilog.isLoggable(0x0000, 'testTag', hilog.LogLevel.INFO);
[all …]
/test/xts/acts/ability/ability_runtime/actsuiextensiontest/uiextensionprovider2/entry/src/main/ets/MainAbility/
DMainAbility.ts16 import hilog from '@ohos.hilog';
22 hilog.isLoggable(0x0000, 'testTag', hilog.LogLevel.INFO);
23 hilog.info(0x0000, 'testTag', '%{public}s', 'Ability onCreate');
24 hilog.info(0x0000, 'testTag', '%{public}s', 'want param:' + JSON.stringify(want) ?? '');
25hilog.info(0x0000, 'testTag', '%{public}s', 'launchParam:' + JSON.stringify(launchParam) ?? '');
32 hilog.isLoggable(0x0000, 'testTag', hilog.LogLevel.INFO);
33 hilog.info(0x0000, 'testTag', '%{public}s', 'Ability onDestroy');
38 hilog.isLoggable(0x0000, 'testTag', hilog.LogLevel.INFO);
39 hilog.info(0x0000, 'testTag', '%{public}s', 'Ability onWindowStageCreate');
43 hilog.isLoggable(0x0000, 'testTag', hilog.LogLevel.ERROR);
[all …]
/test/xts/acts/ability/ability_runtime/actsuiextensiontest/uiextensionprovider/entry/src/main/ets/MainAbility/
DMainAbility.ts16 import hilog from '@ohos.hilog';
22 hilog.isLoggable(0x0000, 'testTag', hilog.LogLevel.INFO);
23 hilog.info(0x0000, 'testTag', '%{public}s', 'Ability onCreate');
24 hilog.info(0x0000, 'testTag', '%{public}s', 'want param:' + JSON.stringify(want) ?? '');
25hilog.info(0x0000, 'testTag', '%{public}s', 'launchParam:' + JSON.stringify(launchParam) ?? '');
32 hilog.isLoggable(0x0000, 'testTag', hilog.LogLevel.INFO);
33 hilog.info(0x0000, 'testTag', '%{public}s', 'Ability onDestroy');
38 hilog.isLoggable(0x0000, 'testTag', hilog.LogLevel.INFO);
39 hilog.info(0x0000, 'testTag', '%{public}s', 'Ability onWindowStageCreate');
43 hilog.isLoggable(0x0000, 'testTag', hilog.LogLevel.ERROR);
[all …]
/test/xts/acts/ability/ability_runtime/context/actsstagecontext/ReportDrawnCompletedManualTestRely/entry/src/main/ets/entryability/
DEntryAbility.ts15 import hilog from '@ohos.hilog';
21 hilog.isLoggable(0x0000, 'testTag', hilog.LogLevel.INFO);
22 hilog.info(0x0000, 'testTag', '%{public}s', 'Ability onCreate');
24 hilog.info(0x0000, 'testTag', '%{public}s', 'want param:' + JSON.stringify(want) ?? '');
25 hilog.info(0x0000, 'testTag', '%{public}s', 'launchParam:' + JSON.stringify(launchParam) ?? '');
32 hilog.isLoggable(0x0000, 'testTag', hilog.LogLevel.INFO);
33 hilog.info(0x0000, 'testTag', '%{public}s', 'Ability onDestroy');
38 hilog.isLoggable(0x0000, 'testTag', hilog.LogLevel.INFO);
39 hilog.info(0x0000, 'testTag', '%{public}s', 'Ability onWindowStageCreate');
43 hilog.isLoggable(0x0000, 'testTag', hilog.LogLevel.ERROR);
[all …]
/test/xts/acts/ability/ability_runtime/getrunningprocessinformation/ApplicationStateChangeThreeReply/entry/src/main/ets/entryability1/
DEntryAbility1.ts15 import hilog from '@ohos.hilog';
22 hilog.isLoggable(0x0000, 'testTag', hilog.LogLevel.INFO);
23 hilog.info(0x0000, 'testTag', '%{public}s', 'Ability onCreate');
24 hilog.info(0x0000, 'testTag', '%{public}s', 'want param:' + JSON.stringify(want) ?? '');
25 hilog.info(0x0000, 'testTag', '%{public}s', 'launchParam:' + JSON.stringify(launchParam) ?? '');
32 hilog.isLoggable(0x0000, 'testTag', hilog.LogLevel.INFO);
33 hilog.info(0x0000, 'testTag', '%{public}s', 'Ability onDestroy');
38 hilog.isLoggable(0x0000, 'testTag', hilog.LogLevel.INFO);
39 hilog.info(0x0000, 'testTag', '%{public}s', 'Ability onWindowStageCreate');
43 hilog.isLoggable(0x0000, 'testTag', hilog.LogLevel.ERROR);
[all …]

12345678910>>...45