/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_5.0.0.49/ |
H A D | changelogs-arkui.md | 3 ## cl.arkui.1 在字节码HAR中通过router.getState()获取的path内容变更 11 当开发者使用中间码HAR升级到字节码HAR时,通过router.getState()方法获取的path信息不正确。 23 当开发者使用的是源码HAR时使用router.getState()方法获取的是**相对路径**。 27 通过router.getState()方法获取的path信息为"../../../../library/src/main/ets/components/"。 35 当开发者把源码HAR升级为字节码HAR时使用router.getState()方法获取的是**绝对路径**。 39 通过router.getState()方法获取的path信息为"library/src/main/ets/components/"。 45 当开发者使用的是中间码HAR时使用router.getState()方法获取的是**相对路径**。 57 当开发者把中间码HAR升级为字节码HAR时使用router.getState()方法获取的是**绝对路径**。 61 通过router.getState()方法获取的path信息为"library/src/main/ets/components/"。 73 router.getState() [all …]
|
/ohos5.0/foundation/arkui/ace_engine_lite/test/moduletest/common/test_app/ui_manual_test/src/main/js/default/pages/image-animator/04/ |
H A D | index.js | 25 this.state = animator.getState(); 30 this.state = animator.getState(); 35 this.state = animator.getState(); 40 this.state = animator.getState(); 45 this.state = animator.getState();
|
/ohos5.0/foundation/communication/netstack/interfaces/kits/js/ |
H A D | @ohos.net.socket.d.ts | 566 getState(callback: AsyncCallback<SocketStateBase>): void; 585 getState(): Promise<SocketStateBase>; 1298 getState(callback: AsyncCallback<SocketStateBase>): void; 1317 getState(): Promise<SocketStateBase>; 1608 getState(callback: AsyncCallback<SocketStateBase>): void; 1627 getState(): Promise<SocketStateBase>; 2670 getState(callback: AsyncCallback<SocketStateBase>): void; 2682 getState(): Promise<SocketStateBase>; 3044 getState(callback: AsyncCallback<SocketStateBase>): void; 3054 getState(): Promise<SocketStateBase>;
|
/ohos5.0/base/powermgr/thermal_manager/test/systemtest/src/ |
H A D | thermal_level_event_system_test.cpp | 227 bool getState = data.GetWant().GetBoolParam(key, invalidState); in OnReceiveEvent() local 228 GTEST_LOG_(INFO) << "charger state: " << getState; in OnReceiveEvent() 230 EXPECT_EQ(getState, true) << "get charger state failed"; in OnReceiveEvent() 238 bool getState = data.GetWant().GetBoolParam(key, invalidState); in OnReceiveEvent() local 239 GTEST_LOG_(INFO) << "charger state: " << getState; in OnReceiveEvent() 241 EXPECT_EQ(getState, false) << "get charger state failed"; in OnReceiveEvent()
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-input-kit/ |
H A D | js-apis-cooperate-sys.md | 279 ## inputDeviceCooperate.getState 281 getState(deviceDescriptor: string, callback: AsyncCallback<{ state: boolean }>): void 311 inputDeviceCooperate.getState(deviceDescriptor, (error: BusinessError, data: object) => { 323 ## inputDeviceCooperate.getState 325 getState(deviceDescriptor: string): Promise<{ state: boolean }> 360 inputDeviceCooperate.getState(deviceDescriptor).then((data: object) => {
|
/ohos5.0/foundation/communication/bluetooth_service/test/example/bluetoothtest/entry/src/main/ets/MainAbility/model/ |
H A D | gattClientManagerInterface.ets | 34 let btState = bluetoothManager.getState(); 92 let btState = bluetoothManager.getState(); 125 let btState = bluetoothManager.getState(); 158 let btStatus = bluetoothManager.getState(); 215 let btState = bluetoothManager.getState(); 242 let btState = bluetoothManager.getState(); 293 let btState = bluetoothManager.getState(); 333 let btState = bluetoothManager.getState(); 398 let btState = bluetoothManager.getState(); 459 let btState = bluetoothManager.getState(); [all …]
|
H A D | gattClientInterface.ets | 51 let btState = bluetooth.getState(); 109 let btState = bluetooth.getState(); 142 let btState = bluetooth.getState(); 175 let btStatus = bluetooth.getState(); 232 let btState = bluetooth.getState(); 262 let btState = bluetooth.getState(); 315 let btState = bluetooth.getState(); 357 let btState = bluetooth.getState(); 422 let btState = bluetooth.getState(); 485 let btState = bluetooth.getState(); [all …]
|
H A D | gattServerInterface.ets | 42 let btState = bluetooth.getState(); 74 let btStatus = bluetooth.getState(); 136 let btState = bluetooth.getState(); 203 let btState = bluetooth.getState(); 330 let btState = bluetooth.getState(); 357 let btState = bluetooth.getState(); 387 let btStatus = bluetooth.getState(); 435 let btStatus = bluetooth.getState(); 499 let btStatus = bluetooth.getState(); 586 let btStatus = bluetooth.getState(); [all …]
|
H A D | gattServerManagerInterface.ets | 25 let btState = bluetoothManager.getState(); 57 let btStatus = bluetoothManager.getState(); 118 let btState = bluetoothManager.getState(); 177 let btState = bluetoothManager.getState(); 303 let btState = bluetoothManager.getState(); 330 let btState = bluetoothManager.getState(); 360 let btStatus = bluetoothManager.getState(); 397 let btStatus = bluetoothManager.getState(); 461 let btStatus = bluetoothManager.getState(); 545 let btStatus = bluetoothManager.getState(); [all …]
|
H A D | autoTestDataModels.ets | 154 'method' : 'getState' , 287 'method' : 'getState' , 378 'method' : 'getState' , 597 'method' : 'getState' , 768 'method' : 'getState' , 891 'method' : 'getState' , 990 'method' : 'getState' , 1081 'method' : 'getState' , 1164 'method' : 'getState' , 1247 'method' : 'getState' ,
|
H A D | scenarioTestDataModel.ets | 109 'method' : 'getState' , 184 'method' : 'getState' , 267 'method' : 'getState' , 398 'method' : 'getState' , 521 'method' : 'getState' , 620 'method' : 'getState' ,
|
H A D | benchmarkTestDataModels.ets | 75 'method' : 'getState' , 134 'method' : 'getState' , 312 'method' : 'getState' , 379 'method' : 'getState' ,
|
H A D | BluetoothModelManager.ts | 197 getState(): number { 198 let bluetoothState = bluetoothManager.getState(); 240 let state = bluetoothManager.getState();
|
H A D | BluetoothModel.ts | 275 getState(): number { 276 let bluetoothState = bluetooth.getState(); 318 let state = bluetooth.getState();
|
H A D | bleInterface.ets | 31 let btState = bluetooth.getState(); 60 let btState = bluetooth.getState(); 103 let btState = bluetooth.getState();
|
H A D | bleManagerInterface.ets | 32 let btState = bluetoothManager.getState(); 59 let btState = bluetoothManager.getState(); 103 let btState = bluetoothManager.getState();
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/ |
H A D | js-apis-system-router.md | 260 ## router.getState 262 getState(): RouterState 279 getState() { 280 let page = router.getState();
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-connectivity-kit/ |
H A D | js-apis-bluetooth-access.md | 87 ## access.getState 89 getState(): BluetoothState 118 let state = access.getState();
|
/ohos5.0/docs/zh-cn/application-dev/reference/native-lib/ |
H A D | opensles.md | 35 |SLObjectItf |getState |GetState(SLObjectItf self, SLuint32 *pState) … 40 |SLOHBufferQueueItf |getState |GetState(SLOHBufferQueueItf self, SLOHBufferQueueState…
|
/ohos5.0/foundation/communication/bluetooth_service/test/example/bluetoothtest/doc/ApiDoc/SppDoc/ |
H A D | SPP功能界面使用说明文档.md | 22 | 获取状态 | getState | () … 125 | 获取状态 | getState | () …
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-network-kit/ |
H A D | js-apis-socket.md | 309 ### getState subsection 361 ### getState subsection 1957 ### getState subsection 2009 ### getState subsection 2705 ### getState<sup>10+</sup> 2761 ### getState<sup>10+</sup> 4012 ### getState<sup>11+</sup> 4670 ### getState<sup>11+</sup> 5581 ### getState<sup>9+</sup> 5629 ### getState<sup>9+</sup> [all …]
|
/ohos5.0/docs/zh-cn/application-dev/ui/ |
H A D | arkts-gesture-events-gesture-judge.md | 206 …if (this.childRecognizer.getState() != GestureRecognizerState.SUCCESSFUL || this.currentRecognizer… 340 …if (this.childRecognizer.getState() != GestureRecognizerState.SUCCESSFUL || this.currentRecognizer…
|
/ohos5.0/docs/en/application-dev/reference/apis-input-kit/ |
H A D | js-apis-cooperate-sys.md | 279 ## inputDeviceCooperate.getState 281 getState(deviceDescriptor: string, callback: AsyncCallback<{ state: boolean }>): void 311 inputDeviceCooperate.getState(deviceDescriptor, (error: BusinessError, data: object) => { 323 ## inputDeviceCooperate.getState 325 getState(deviceDescriptor: string): Promise<{ state: boolean }> 360 inputDeviceCooperate.getState(deviceDescriptor).then((data: object) => {
|
/ohos5.0/drivers/hdf_core/framework/support/platform/src/can/ |
H A D | can_core.c | 105 if (cntlr->ops == NULL || cntlr->ops->getState == NULL) { in CanCntlrGetState() 114 ret = cntlr->ops->getState(cntlr); in CanCntlrGetState()
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-gesture-blocking-enhancement.md | 137 ### getState subsection 139 getState(): GestureRecognizerState 462 …if (this.childRecognizer.getState() != GestureRecognizerState.SUCCESSFUL || this.currentRecognizer…
|