/third_party/wpa_supplicant/wpa_supplicant-2.9/src/fst/ |
H A D | fst_ctrl_aux.h | 32 EVENT_FST_SESSION_STATE_CHANGED,/* FST Session state has been changed */ 91 const char * fst_session_state_name(enum fst_session_state state);
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | mesh_mpm.h | 20 enum mesh_plink_state state);
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/fst/ |
H A D | fst_ctrl_aux.h | 32 EVENT_FST_SESSION_STATE_CHANGED,/* FST Session state has been changed */ 91 const char * fst_session_state_name(enum fst_session_state state);
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | mesh_mpm.h | 20 enum mesh_plink_state state);
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | ContextVk.cpp | 305 egl::ContextPriority GetContextPriority(const gl::State &state) in GetContextPriority() argument 307 return egl::FromEGLenum<egl::ContextPriority>(state.getContextPriority()); in GetContextPriority() 532 ContextVk::ContextVk(const gl::State &state, gl::ErrorSet *errorSet, RendererVk *renderer) in ContextVk() argument 533 : ContextImpl(state, errorSet), in ContextVk() 573 mContextPriority(renderer->getDriverPriority(GetContextPriority(state))), 574 mShareGroupVk(vk::GetImpl(state.getShareGroup())) in GetImpl() 2185 const gl::State &state = getState(); in syncObjectPerfCounters() local 2186 const gl::ShaderProgramManager &shadersAndPrograms = state.getShaderProgramManagerForCapture(); in syncObjectPerfCounters() 3873 // This is a no-op, it's only important to use the right unpack state when we do in syncState() 3880 // This is a no-op, its only important to use the right pack state whe in syncState() 4300 createShader(const gl::ShaderState &state) createShader() argument 4305 createProgram(const gl::ProgramState &state) createProgram() argument 4310 createFramebuffer(const gl::FramebufferState &state) createFramebuffer() argument 4315 createTexture(const gl::TextureState &state) createTexture() argument 4320 createRenderbuffer(const gl::RenderbufferState &state) createRenderbuffer() argument 4325 createBuffer(const gl::BufferState &state) createBuffer() argument 4330 createVertexArray(const gl::VertexArrayState &state) createVertexArray() argument 4350 createTransformFeedback(const gl::TransformFeedbackState &state) createTransformFeedback() argument 4355 createSampler(const gl::SamplerState &state) createSampler() argument 4360 createProgramPipeline(const gl::ProgramPipelineState &state) createProgramPipeline() argument 4375 createOverlay(const gl::OverlayState &state) createOverlay() argument [all...] |
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_state_draw.cpp | 288 /* NGG cull state uses smoothing_enabled. */ in si_update_shaders() 632 /* Since GFX9 has merged LS-HS in the TCS state, set LS = TCS. */ 1206 /* Re-emit the state after we leave u_blitter. */ 1218 /* Copy all state bits from vs_state to gs_state except the LS bits. */ 1240 /* NGG always uses the state bits. Legacy GS uses the state bits only for the emulation 1246 /* The GS copy shader (for legacy GS) always uses the state bits. */ 1287 /* Draw state. */ 1537 * so the state must be re-emitted before the next indexed draw. 1886 static ALWAYS_INLINE unsigned get_next_vertex_state_elem(struct pipe_vertex_state *state, [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/calendar_picker/ |
H A D | calendar_picker_pattern.cpp | 247 void CalendarPickerPattern::HandleHoverEvent(bool state, const Offset& globalLocation) in HandleHoverEvent() argument 250 if (state) { in HandleHoverEvent() 312 auto hoverCallback = [weak = WeakClaim(this), index](bool state) { in InitOnHoverEvent() 315 pattern->HandleTextHoverEvent(state, index); in InitOnHoverEvent() 900 void CalendarPickerPattern::HandleTextHoverEvent(bool state, int32_t index) in HandleTextHoverEvent() argument 917 if (state) { in HandleTextHoverEvent() 925 void CalendarPickerPattern::HandleButtonHoverEvent(bool state, int32_t index) in HandleButtonHoverEvent() argument 933 buttonFrameNode->GetRenderContext()->AnimateHoverEffectBoard(state); in HandleButtonHoverEvent()
|
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | node_gesture_modifier.cpp | 635 ArkUI_Int32 getGestureRecognizerState(ArkUIGestureRecognizer* recognizer, ArkUIGestureRecognizerState* state) in getGestureRecognizerState() argument 642 *state = ArkUIGestureRecognizerState::RECOGNIZER_STATE_READY; in getGestureRecognizerState() 645 *state = ArkUIGestureRecognizerState::RECOGNIZER_STATE_DETECTING; in getGestureRecognizerState() 648 *state = ArkUIGestureRecognizerState::RECOGNIZER_STATE_PENDING; in getGestureRecognizerState() 652 *state = ArkUIGestureRecognizerState::RECOGNIZER_STATE_BLOCKED; in getGestureRecognizerState() 655 *state = ArkUIGestureRecognizerState::RECOGNIZER_STATE_SUCCESSFUL; in getGestureRecognizerState() 658 *state = ArkUIGestureRecognizerState::RECOGNIZER_STATE_FAILED; in getGestureRecognizerState() 661 *state = ArkUIGestureRecognizerState::RECOGNIZER_STATE_READY; in getGestureRecognizerState()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/ |
H A D | a2dp_profile.cpp | 198 void A2dpProfile::ConnectStateChangedNotify(const BtAddr &addr, const int state, void *context) in ConnectStateChangedNotify() argument 200 LOG_INFO("[A2dpProfile] %{public}s state(%{public}d)\n", __func__, state); in ConnectStateChangedNotify() 201 switch (state) { in ConnectStateChangedNotify() 219 a2dpSvcCBack_->OnConnectStateChanged(addr, state, context); in ConnectStateChangedNotify() 225 void A2dpProfile::AudioStateChangedNotify(const BtAddr &addr, const int state, void *context) const in AudioStateChangedNotify() argument 227 LOG_INFO("[A2dpProfile] %{public}s state(%{public}d)\n", __func__, state); in AudioStateChangedNotify() 228 if (state == A2DP_IS_PLAYING) { in AudioStateChangedNotify() 234 a2dpSvcCBack_->OnAudioStateChanged(addr, state, contex in AudioStateChangedNotify() [all...] |
/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/ |
H A D | softbus_proxychannel_transceiver.c | 73 if (removeNode->requestId == requestId && removeNode->state == PROXY_CHANNEL_STATUS_PYH_CONNECTING) { in TransDelConnByReqId() 526 item->state = PROXY_CHANNEL_STATUS_PYH_CONNECTED; in TransCreateConnByConnId() 572 static void TransSetConnStateByReqId(uint32_t requestId, uint32_t connId, uint32_t state) in TransSetConnStateByReqId() argument 586 if (getNode->requestId == requestId && getNode->state == PROXY_CHANNEL_STATUS_PYH_CONNECTING) { in TransSetConnStateByReqId() 587 getNode->state = state; in TransSetConnStateByReqId() 596 "can not find proxy conn when set conn state. requestId=%{public}u, connId=%{public}u", requestId, connId); in TransSetConnStateByReqId() 670 if (conn->state == PROXY_CHANNEL_STATUS_PYH_CONNECTING) { in TransProxyConnExistProc() 736 connChan->state = PROXY_CHANNEL_STATUS_PYH_CONNECTING; in TransProxyOpenNewConnChannel()
|
/third_party/python/Lib/test/test_importlib/source/ |
H A D | test_file_loader.py | 246 fp.write(b'state = "old"') 256 self.assertEqual(mod.state, 'old') 259 fp.write(b'state = "new"') 262 self.assertEqual(mod.state, 'new') 267 self.util.source_hash(b'state = "new"'), 278 fp.write(b'state = "old"') 288 self.assertEqual(mod.state, 'old') 291 fp.write(b'state = "new"') 294 self.assertEqual(mod.state, 'old') 302 fp.write(b'state [all...] |
/foundation/ability/ability_runtime/test/unittest/connection_record_test/ |
H A D | connection_record_test.cpp | 108 bool IsExist(const std::string& state) in IsExist() argument 110 return std::string::npos != state.find("com.ix.hiservcie"); in IsExist() 172 * CaseDescription: 1.Connection state is not connected, DisconnectAbility failed 222 * CaseDescription: 1.Connection state is not DISCONNECTING, Onabilitydisconnectdone is not called 223 * 2.Connection state is DISCONNECTING, Call onabilitydisconnect done 241 * CaseDescription: 1.Connection state is not CONNECTING, OnAbilityConnectDone is not called 242 * 2.Connection state is CONNECTING, Call OnAbilityConnectDone done
|
/foundation/ability/form_fwk/services/src/ |
H A D | form_host_record.cpp | 188 * Send form state message to form host. 190 * @param state The form state. 193 void FormHostRecord::OnAcquireState(AppExecFwk::FormState state, const AAFwk::Want &want) in OnAcquireState() argument 200 formHostCallback_->OnAcquireState(state, want, formHostClient_); in OnAcquireState()
|
/foundation/ability/form_fwk/interfaces/inner_api/src/ |
H A D | form_host_proxy.cpp | 118 * @brief Form provider is acquire state 119 * @param state The form state. 122 void FormHostProxy::OnAcquireState(FormState state, const AAFwk::Want &want) in OnAcquireState() argument 134 if (!data.WriteInt32((int32_t) state)) { in OnAcquireState() 135 HILOG_ERROR("write state failed"); in OnAcquireState()
|
/foundation/ability/ability_runtime/test/fuzztest/amsmgrscheduler_fuzzer/ |
H A D | amsmgrscheduler_fuzzer.cpp | 93 AppExecFwk::AbilityState state = AppExecFwk::AbilityState::ABILITY_STATE_READY; in DoSomethingInterestingWithMyAPI() local 94 amsMgrScheduler->UpdateAbilityState(token, state); in DoSomethingInterestingWithMyAPI()
|
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/ |
H A D | ams_mgr_interface.h | 66 * @param state, ability status that needs to be updated. 69 virtual void UpdateAbilityState(const sptr<IRemoteObject> &token, const AbilityState state) = 0; 75 * @param state, extension status that needs to be updated. 78 virtual void UpdateExtensionState(const sptr<IRemoteObject> &token, const ExtensionState state) = 0;
|
H A D | ams_mgr_proxy.h | 56 * @param state, ability status that needs to be updated. 59 virtual void UpdateAbilityState(const sptr<IRemoteObject> &token, const AbilityState state) override; 65 * @param state, extension status that needs to be updated. 68 virtual void UpdateExtensionState(const sptr<IRemoteObject> &token, const ExtensionState state) override;
|
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/ |
H A D | app_state_callback_host.cpp | 114 int32_t state = data.ReadInt32(); in HandleOnAbilityRequestDone() local 115 OnAbilityRequestDone(obj, static_cast<AbilityState>(state)); in HandleOnAbilityRequestDone()
|
H A D | app_state_callback_proxy.cpp | 37 void AppStateCallbackProxy::OnAbilityRequestDone(const sptr<IRemoteObject> &token, const AbilityState state) in OnAbilityRequestDone() argument 59 int32_t abilityState = static_cast<int32_t>(state); in OnAbilityRequestDone()
|
/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/ability_runtime/ |
H A D | js_ui_ability.h | 71 * @brief Called when this ability enters the <b>STATE_STOP</b> state. 78 * @brief Called when this ability enters the <b>STATE_STOP</b> state. 210 * @brief Called when this ability enters the <b>STATE_FOREGROUND</b> state. 211 * The ability in the <b>STATE_FOREGROUND</b> state is visible. 231 * @brief Called when this ability enters the <b>STATE_BACKGROUND</b> state. 232 * The ability in the <b>STATE_BACKGROUND</b> state is invisible. 326 void AddLifecycleEventBeforeJSCall(FreezeUtil::TimeoutState state, const std::string &methodName) const; 327 void AddLifecycleEventAfterJSCall(FreezeUtil::TimeoutState state, const std::string &methodName) const;
|
/foundation/ability/ability_runtime/test/fuzztest/uiabilitylifecyclemanagera_fuzzer/ |
H A D | uiabilitylifecyclemanagera_fuzzer.cpp | 97 info.state = AppState::TERMINATED;
in DoSomethingInterestingWithMyAPI1() 99 info.state = AppState::END;
in DoSomethingInterestingWithMyAPI1()
|
/foundation/CastEngine/castengine_wifi_display/frameworks/innerkitsimpl/native/wfd/ |
H A D | wifi_display.cpp | 229 deviceInfo.state = static_cast<CastDeviceState>(data->state); in OnInfo()
|
/foundation/ability/ability_base/interfaces/kits/native/session_info/src/ |
H A D | session_info.cpp | 130 if (!parcel.WriteUint32(static_cast<uint32_t>(state))) { in DoMarshallingThree() 131 ABILITYBASE_LOGE("Write state failed"); in DoMarshallingThree() 318 info->state = static_cast<CallToState>(parcel.ReadUint32()); in ReadParcelOne()
|
/foundation/ability/ability_runtime/frameworks/js/napi/app/app_manager/ |
H A D | js_app_manager_utils.cpp | 38 napi_set_named_property(env, object, "state", CreateJsValue(env, appStateData.state)); in CreateJsAppStateData() 57 napi_set_named_property(env, object, "state", CreateJsValue(env, abilityStateData.abilityState)); in CreateJsAbilityStateData() 77 napi_set_named_property(env, object, "state", CreateJsValue(env, processData.state)); in CreateJsProcessData() 118 napi_set_named_property(env, object, "state", CreateJsValue(env, in CreateJsProcessRunningInfo() 143 TAG_LOGE(AAFwkTag::APPMGR, "invalid state"); in ConvertToJsAppProcessState()
|
/foundation/ability/ability_lite/frameworks/abilitymgr_lite/src/slite/ |
H A D | abilityms_slite_client.cpp | 158 int32_t AbilityMsClient::SchedulerLifecycleDone(uint64_t token, int32_t state) const
in SchedulerLifecycleDone() 168 (state << TRANSACTION_MSG_STATE_OFFSET)),
in SchedulerLifecycleDone()
|