Home
last modified time | relevance | path

Searched defs:getType (Results 1 – 3 of 3) sorted by relevance

/interface/sdk-js/api/ability/
DdataAbilityHelper.d.ts83 getType(uri: string, callback: AsyncCallback<string>): void; method
84 getType(uri: string): Promise<string>; method
/interface/sdk-js/api/
D@system.network.d.ts45 static getType(options?: { method in Network
/interface/sdk-js/api/@internal/ets/
Dlifecycle.d.ts590 getType?(uri: string, callback: AsyncCallback<string>): void; method