Home
last modified time | relevance | path

Searched refs:getValue (Results 1 – 2 of 2) sorted by relevance

/interface/sdk-js/api/
D@ohos.settings.d.ts797 …function getValue(dataAbilityHelper: DataAbilityHelper, name: string, callback: AsyncCallback<obje…
798 function getValue(dataAbilityHelper: DataAbilityHelper, name: string): Promise<object>;
D@system.brightness.d.ts225 static getValue(options?: GetBrightnessOptions): void; method in Brightness