Lines Matching refs:online
366 on(type: 'status', callback: (sessionId: string, networkId: string, status: 'online' \| 'offline' )…
376 … Event type. The value is **status**, which indicates the status change (online or offline) of the…
377 … identifies the device.<br>**status** indicates the object status, which can be online or offline.|
390 g_object.on("status", (sessionId: string, networkId: string, status: 'online' | 'offline') => {
397 off(type: 'status', callback?:(sessionId: string, networkId: string, status: 'online' \| 'offline')…
407 … Event type. The value is **status**, which indicates the status change (online or offline) of the…
408 …istributed data object.<br>**status** indicates the object status, which can be online or offline.|
422 g_object.off("status", (sessionId: string, networkId: string, status: 'online' | 'offline') => {
995 on(type: 'status', callback: (sessionId: string, networkId: string, status: 'online' | 'offline' ) …
1009 … Event type. The value is **status**, which indicates the status change (online or offline) of the…
1010 … identifies the device.<br>**status** indicates the object status, which can be online or offline.|
1030 g_object.on("status", (sessionId: string, networkId: string, status: 'online' | 'offline') => {
1037 off(type: 'status', callback?: (sessionId: string, networkId: string, status: 'online' | 'offline' …
1051 … Event type. The value is **status**, which indicates the status change (online or offline) of the…
1052 …istributed data object.<br>**status** indicates the object status, which can be online or offline.|
1073 g_object.off("status", (sessionId: string, networkId: string, status: 'online' | 'offline') => {