Home
last modified time | relevance | path

Searched defs:parameters (Results 1 – 8 of 8) sorted by relevance

/interface/sdk-js/api/application/
DabilityDelegatorArgs.d.ts64 parameters: { [key: string]: string }; property
/interface/sdk-js/api/commonEvent/
DcommonEventData.d.ts68 parameters?: { [key: string]: any }; property
DcommonEventPublishData.d.ts88 parameters?: { [key: string]: any }; property
/interface/sdk-js/api/ability/
Dwant.d.ts112 parameters?: { [key: string]: any }; property
/interface/sdk-js/api/
D@ohos.account.appAccount.d.ts2182 parameters?: { [key: string]: Object }; property
2257 parameters?: { [key: string]: Object }; property
2287 parameters?: { [key: string]: Object }; property
D@ohos.resourceschedule.workScheduler.d.ts146 parameters?: { [key: string]: number | string | boolean }; property
/interface/sdk-js/build-tools/jsdoc_format_plugin/src/core/
DmodificationProcessor.ts299 const parameters = node.astNode.parameters; constant
/interface/sdk-js/build-tools/api_check_plugin/src/
Dcheck_diff_changes.js347 function checkCurrentParameters(parameters, change) { argument