Searched defs:onRequest (Results 1 – 8 of 8) sorted by relevance
37 onRequest(want, startId) { method in ThermalHighDialogAbility
37 onRequest(want, startId) { method in ThermalLowDialogAbility
62 onRequest(want, startId): void { method in InjectNoticeAbility
23 onRequest(want, startId) { method in UserAuthExtensionAbility
21 onRequest(want, startId) { method in InputMethodExtensionAbility
43 async onRequest(want: Want, startId: number): Promise<void> { method in ServiceExtAbility
61 onRequest(want: Want, startId: number): void { method in ServiceExtAbility
256 char *(*onRequest)(int64_t requestId, int operationCode, const char *reqParams); member