Home
last modified time | relevance | path

Searched refs:setValue (Results 1 – 5 of 5) sorted by relevance

/interface/sdk-js/api/
D@ohos.settings.d.ts1034 …function setValue(dataAbilityHelper: DataAbilityHelper, name: string, value: object, callback: Asy…
1051 …function setValue(dataAbilityHelper: DataAbilityHelper, name: string, value: object): Promise<bool…
1065 …function setValue(context: Context, name: string, value: string, callback: AsyncCallback<boolean>)…
1079 function setValue(context: Context, name: string, value: string): Promise<boolean>;
D@ohos.brightness.d.ts38 function setValue(value: number): void; function
D@system.brightness.d.ts284 static setValue(options?: SetBrightnessOptions): void;
/interface/sdk-js/build-tools/dts_parser/src/core/
Dtypedef.ts239 setValue(value: string): void { method in ConstantInfo
255 setValue(value: string): void { method in EnumValueInfo
385 setValue(value: string): void { method in Options
DcoreImpl.ts259 options.setValue(value);
373 constantInfo.setValue(value);
490 enumValueInfo.setValue(value);