Home
last modified time | relevance | path

Searched refs:getState (Results 1 – 10 of 10) sorted by relevance

/interface/sdk-js/api/
D@ohos.multimodalInput.inputDeviceCooperate.d.ts151 function getState(deviceDescriptor: string, callback: AsyncCallback<{ state: boolean }>): void;
162 function getState(deviceDescriptor: string): Promise<{ state: boolean }>;
D@ohos.net.socket.d.ts553 getState(callback: AsyncCallback<SocketStateBase>): void; method
572 getState(): Promise<SocketStateBase>; method
1134 getState(callback: AsyncCallback<SocketStateBase>): void; method
1153 getState(): Promise<SocketStateBase>; method
1444 getState(callback: AsyncCallback<SocketStateBase>): void; method
1463 getState(): Promise<SocketStateBase>; method
2506 getState(callback: AsyncCallback<SocketStateBase>): void; method
2518 getState(): Promise<SocketStateBase>; method
2880 getState(callback: AsyncCallback<SocketStateBase>): void; method
2890 getState(): Promise<SocketStateBase>; method
D@ohos.bluetooth.access.d.ts64 function getState(): BluetoothState;
D@system.router.d.ts300 static getState(): RouterState;
D@ohos.router.d.ts466 function getState(): RouterState;
D@ohos.arkui.UIContext.d.ts277 getState(): router.RouterState;
D@ohos.bluetooth.d.ts41 function getState(): BluetoothState; function
D@ohos.bluetoothManager.d.ts62 function getState(): BluetoothState; function
/interface/sdk-js/api/common/lite/
Dviewmodel.d.ts101 getState(): "Playing" | "Paused" | "Stopped"; method
/interface/sdk-js/api/common/full/
Dviewmodel.d.ts1195 getState(): "Playing" | "Paused" | "Stopped"; method