Home
last modified time | relevance | path

Searched defs:state (Results 701 - 725 of 2143) sorted by relevance

1...<<21222324252627282930>>...86

/foundation/arkui/ace_engine_lite/frameworks/src/core/context/
H A Djs_ability.cpp258 LazyLoadState state = GetLazyLoadManagerState(); in LazyLoadHandleRenderTick() local
/foundation/arkui/ace_engine_lite/frameworks/tools/qt/simulator/jsfwk/targets/simulator/mock/amsthread/
H A Dams_thread.cpp213 void AMSThread::MoveAppToTargetState(JSAppRecord &appRecord, AbilityMsgId state) in MoveAppToTargetState() argument
H A Dams_thread.h38 AbilityMsgId state = AbilityMsgId::UNKNOWN; member
/foundation/arkui/napi/native_engine/impl/ark/
H A Dark_native_reference.cpp153 void ArkNativeReference::FinalizeCallback(FinalizerState state) in FinalizeCallback() argument
/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/
H A Ddfx_module.cpp201 JSIValue state = JSI::GetPropertyByIndex(point, index); in DumpDomTree() local
/foundation/arkui/ui_lite/frameworks/components/
H A Dui_toggle_button.cpp47 void UIToggleButton::SetState(bool state) in SetState() argument
/foundation/arkui/ui_lite/frameworks/dfx/
H A Devent_injector.cpp244 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 Dtext_field_pattern_func_test.cpp85 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 Dimage_animator_tdd_test.cpp352 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 Dui_button.h415 SetStateForStyle(ButtonState state) SetStateForStyle() argument
[all...]
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_hid_host_proxy.cpp55 int32_t BluetoothHidHostProxy::GetDeviceState(const BluetoothRawAddress &device, int32_t &state) in GetDeviceState() argument
H A Dbluetooth_hfp_hf_observer_stub.cpp91 int state = data.ReadInt32(); in OnConnectionStateChangedInner() local
104 int state = data.ReadInt32(); in OnScoStateChangedInner() local
H A Dbluetooth_host_observer_stub.cpp180 int32_t state = data.ReadInt32(); in OnBluetoothStateChangedInner() local
H A Dbluetooth_gatt_client_callback_stub.cpp92 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 Dbluetooth_gatt_server_callback_stub.cpp110 int32_t state = data.ReadInt32(); in OnConnectionStateChangedInner() local
H A Dbluetooth_remote_device_observer_stub.cpp85 int32_t state = data.ReadInt32(); in OnAclStateChangedInner() local
/foundation/communication/bluetooth/frameworks/js/napi/src/hid/
H A Dnapi_bluetooth_hid_host.cpp159 int32_t state = static_cast<int32_t>(BTConnectState::DISCONNECTED); in GetDeviceState() local
/foundation/communication/bluetooth/frameworks/js/napi/src/hfp/
H A Dnapi_bluetooth_hfp_hf.cpp125 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 Dbluetooth_gatt_client_callback_proxy.cpp21 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 Dbluetooth_hid_host_stub.cpp117 int32_t state; in GetDeviceStateInner() local
145 int32_t state = data.ReadInt32(); in GetDevicesByStatesInner() local
H A Dbluetooth_remote_device_observer_proxy.cpp230 OnAclStateChanged(const BluetoothRawAddress &device, int state, unsigned int reason) OnAclStateChanged() argument
H A Dbluetooth_host_observer_proxy.cpp252 void BluetoothHostObserverProxy::OnBluetoothStateChanged(int32_t state) in OnBluetoothStateChanged() argument
/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_profile_a2dp_src.h116 virtual void OnConnectionStateChanged(const RawAddress &remoteAddr, int state) {}; in OnConnectionStateChanged() argument
[all...]
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_pan.cpp204 int32_t Pan::GetDeviceState(const BluetoothRemoteDevice &device, int32_t &state) in GetDeviceState() argument
[all...]
/foundation/communication/bluetooth/frameworks/js/napi/src/access/
H A Dnapi_bluetooth_access.cpp95 int32_t state = BTStateID::STATE_TURN_OFF; in GetState() local
149 napi_value state = nullptr; in StateChangeInit() local
[all...]

Completed in 14 milliseconds

1...<<21222324252627282930>>...86