| /foundation/arkui/ace_engine_lite/frameworks/src/core/context/ |
| H A D | js_ability.cpp | 258 LazyLoadState state = GetLazyLoadManagerState(); in LazyLoadHandleRenderTick() local
|
| /foundation/arkui/ace_engine_lite/frameworks/tools/qt/simulator/jsfwk/targets/simulator/mock/amsthread/ |
| H A D | ams_thread.cpp | 213 void AMSThread::MoveAppToTargetState(JSAppRecord &appRecord, AbilityMsgId state) in MoveAppToTargetState() argument
|
| H A D | ams_thread.h | 38 AbilityMsgId state = AbilityMsgId::UNKNOWN; member
|
| /foundation/arkui/napi/native_engine/impl/ark/ |
| H A D | ark_native_reference.cpp | 153 void ArkNativeReference::FinalizeCallback(FinalizerState state) in FinalizeCallback() argument
|
| /foundation/arkui/ace_engine_lite/frameworks/src/core/modules/ |
| H A D | dfx_module.cpp | 201 JSIValue state = JSI::GetPropertyByIndex(point, index); in DumpDomTree() local
|
| /foundation/arkui/ui_lite/frameworks/components/ |
| H A D | ui_toggle_button.cpp | 47 void UIToggleButton::SetState(bool state) in SetState() argument
|
| /foundation/arkui/ui_lite/frameworks/dfx/ |
| H A D | event_injector.cpp | 244 bool EventInjector::SetKeyEvent(uint16_t keyId, uint16_t state) in SetKeyEvent() argument [all...] |
| /foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/ |
| H A D | text_field_pattern_func_test.cpp | 85 bool state = pattern->InitValueText(content); in HWTEST_F() local 100 bool state = pattern->InitValueText(content); in HWTEST_F() local 117 bool state = pattern->InitValueText(content); in HWTEST_F() local 196 auto state = pattern->GetHost()->GetOrCreateGestureEventHub()->gestureJudgeNativeFunc_(gestureInfo, info); in HWTEST_F() local 218 auto state = pattern->GetHost()->GetOrCreateGestureEventHub()->gestureJudgeNativeFunc_(gestureInfo, info); in HWTEST_F() local 549 auto state = pattern->GetDefaultTextInputAction(); HWTEST_F() local 611 auto state = pattern->RequestKeyboard(false, false, false); HWTEST_F() local 684 auto state = pattern->ConvertToAceAutoFillType(type); HWTEST_F() local 698 auto state = pattern->ConvertToAceAutoFillType(type); HWTEST_F() local 712 auto state = pattern->TextContentTypeToAceAutoFillType(type); HWTEST_F() local 726 auto state = pattern->TextContentTypeToAceAutoFillType(type); HWTEST_F() local 797 auto state = pattern->RequestCustomKeyboard(); HWTEST_F() local 814 auto state = pattern->RequestCustomKeyboard(); HWTEST_F() local 845 auto state = pattern->BeforeIMEInsertValue(insertValue, offset); HWTEST_F() local 859 auto state = false; HWTEST_F() local 879 auto state = false; HWTEST_F() local 901 auto state = false; HWTEST_F() local 925 auto state = false; HWTEST_F() local [all...] |
| /foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/image_animator/ |
| H A D | image_animator_tdd_test.cpp | 352 char *state = CallFuncAsString(page, methodGetState); in ImageAnimatorTest003() local 384 JSValue state = JSObject::Call(target, funcName); CallFuncAsString() local [all...] |
| /foundation/arkui/ui_lite/interfaces/kits/components/ |
| H A D | ui_button.h | 415 SetStateForStyle(ButtonState state) SetStateForStyle() argument [all...] |
| /foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
| H A D | bluetooth_hid_host_proxy.cpp | 55 int32_t BluetoothHidHostProxy::GetDeviceState(const BluetoothRawAddress &device, int32_t &state) in GetDeviceState() argument
|
| H A D | bluetooth_hfp_hf_observer_stub.cpp | 91 int state = data.ReadInt32(); in OnConnectionStateChangedInner() local 104 int state = data.ReadInt32(); in OnScoStateChangedInner() local
|
| H A D | bluetooth_host_observer_stub.cpp | 180 int32_t state = data.ReadInt32(); in OnBluetoothStateChangedInner() local
|
| H A D | bluetooth_gatt_client_callback_stub.cpp | 92 int32_t state = data.ReadInt32(); in OnConnectionStateChangedInner() local 172 int32_t state = data.ReadInt32(); in OnMtuChangedInner() local 230 int32_t state = data.ReadInt32(); in OnReadRemoteRssiValueInner() local
|
| H A D | bluetooth_gatt_server_callback_stub.cpp | 110 int32_t state = data.ReadInt32(); in OnConnectionStateChangedInner() local
|
| H A D | bluetooth_remote_device_observer_stub.cpp | 85 int32_t state = data.ReadInt32(); in OnAclStateChangedInner() local
|
| /foundation/communication/bluetooth/frameworks/js/napi/src/hid/ |
| H A D | napi_bluetooth_hid_host.cpp | 159 int32_t state = static_cast<int32_t>(BTConnectState::DISCONNECTED); in GetDeviceState() local
|
| /foundation/communication/bluetooth/frameworks/js/napi/src/hfp/ |
| H A D | napi_bluetooth_hfp_hf.cpp | 125 int state = profile->GetDeviceState(device); in GetDeviceState() local 157 int state = profile->GetScoState(device); in GetScoState() local
|
| /foundation/communication/bluetooth_service/services/bluetooth/ipc/src/ |
| H A D | bluetooth_gatt_client_callback_proxy.cpp | 21 void BluetoothGattClientCallbackProxy::OnConnectionStateChanged(int32_t state, int32_t newState) in OnConnectionStateChanged() argument 187 void BluetoothGattClientCallbackProxy::OnMtuChanged(int32_t state, int32_t mtu) in OnMtuChanged() argument
|
| H A D | bluetooth_hid_host_stub.cpp | 117 int32_t state; in GetDeviceStateInner() local 145 int32_t state = data.ReadInt32(); in GetDevicesByStatesInner() local
|
| H A D | bluetooth_remote_device_observer_proxy.cpp | 230 OnAclStateChanged(const BluetoothRawAddress &device, int state, unsigned int reason) OnAclStateChanged() argument
|
| H A D | bluetooth_host_observer_proxy.cpp | 252 void BluetoothHostObserverProxy::OnBluetoothStateChanged(int32_t state) in OnBluetoothStateChanged() argument
|
| /foundation/communication/bluetooth_service/services/bluetooth/service/include/ |
| H A D | interface_profile_a2dp_src.h | 116 virtual void OnConnectionStateChanged(const RawAddress &remoteAddr, int state) {}; in OnConnectionStateChanged() argument [all...] |
| /foundation/communication/bluetooth/frameworks/inner/src/ |
| H A D | bluetooth_pan.cpp | 204 int32_t Pan::GetDeviceState(const BluetoothRemoteDevice &device, int32_t &state) in GetDeviceState() argument [all...] |
| /foundation/communication/bluetooth/frameworks/js/napi/src/access/ |
| H A D | napi_bluetooth_access.cpp | 95 int32_t state = BTStateID::STATE_TURN_OFF; in GetState() local 149 napi_value state = nullptr; in StateChangeInit() local [all...] |