Home
last modified time | relevance | path

Searched refs:logGenerator (Results 1 – 15 of 15) sorted by relevance

/test/xts/acts/notification/ans_standard/actsNotificationRequestTest/src/main/ets/test/
DActsNotificationRequestTest.test.ets21 import { logGenerator, exitGenerator, sleep, exitSpecialGenerator } from '../common/utils';
26 let log = logGenerator(TAG);
/test/xts/acts/notification/ans_standard/notificationManager/requestEnableNotification/ActsAllowTest/src/main/ets/test/
DActsAllowTest.test.ets20 import { logGenerator, succeedGenerator, exitGenerator, sleep, exitSpecialGenerator } from '../comm…
27 let log = logGenerator(TAG);
/test/xts/acts/notification/ans_standard/notificationManager/requestEnableNotification/ActsCallbackTest/src/main/ets/test/
DActsCallbackTest.test.ets20 import { logGenerator, succeedGenerator, exitGenerator, sleep, exitSpecialGenerator } from '../comm…
27 let log = logGenerator(TAG);
/test/xts/acts/notification/ans_standard/notificationManager/requestEnableNotification/ActsDenyTest/src/main/ets/test/
DActsDenyTest.test.ets20 import { logGenerator, succeedGenerator, exitGenerator, sleep, exitSpecialGenerator } from '../comm…
27 let log = logGenerator(TAG);
/test/xts/acts/notification/ans_standard/notificationManager/requestEnableNotification/ActsCallbackTest/src/main/ets/common/
Dutils.ts16 export function logGenerator(tag: string): (arg1: string) => void { function
/test/xts/acts/notification/ans_standard/notificationManager/requestEnableNotification/ActsDenyTest/src/main/ets/common/
Dutils.ts16 export function logGenerator(tag: string): (arg1: string) => void { function
/test/xts/acts/notification/ans_standard/actsNotificationSecondaryDirectoryTest/entry/src/main/ets/common/
Dutils.ts16 export function logGenerator(tag: string): (arg1: string) => void { function
/test/xts/acts/notification/ans_standard/actsNotificationRequestTest/src/main/ets/common/
Dutils.ts16 export function logGenerator(tag: string): (arg1: string) => void { function
/test/xts/acts/notification/ans_standard/notificationManager/requestEnableNotification/ActsAllowTest/src/main/ets/common/
Dutils.ts16 export function logGenerator(tag: string): (arg1: string) => void { function
/test/xts/acts/notification/ans_standard/actsNotificationInterfaceChangeTest/actsNotificationSlotChangeTest/src/main/ets/common/
Dutils.ets17 export function logGenerator(tag: string): (arg1: string) => void {
/test/xts/acts/notification/ans_standard/actsNotificationInterfaceChangeTest/actsNotificationChangeTest/src/main/ets/common/
Dutils.ets17 export function logGenerator(tag: string): (arg1: string) => void {
/test/xts/acts/notification/ans_standard/actsNotificationInterfaceChangeTest/actsNotificationSlotChangeTest/src/main/ets/test/
DnotificationSlot.ets17 import { logGenerator, exitGenerator, sleep, exitSpecialGenerator } from '../common/utils';
24 let log = logGenerator(TAG);
/test/xts/acts/notification/ans_standard/actsNotificationInterfaceChangeTest/actsNotificationChangeTest/src/main/ets/test/
DnotificationContent.ets17 import { logGenerator, exitGenerator, sleep, exitSpecialGenerator } from '../common/utils';
27 let log = logGenerator(TAG);
DnotificationRequest.ets17 import { logGenerator, exitGenerator, sleep, exitSpecialGenerator } from '../common/utils';
41 let log = logGenerator(TAG);
/test/xts/acts/notification/ans_standard/actsNotificationSecondaryDirectoryTest/entry/src/main/ets/test/
DActsNotificationSecondaryDirectoryTest.test.ets21 import { logGenerator, succeedGenerator, exitGenerator, sleep, exitSpecialGenerator } from '../comm…
27 let log = logGenerator(TAG);