Home
last modified time | relevance | path

Searched refs:state (Results 6751 - 6775 of 7400) sorted by relevance

1...<<271272273274275276277278279280>>...296

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/
H A Dwps.h321 * This callback is called whenever the Selected Registrar state
326 * state information.
388 * By default, the AP that is started in not configured state will
389 * generate a random PSK and move to configured state when the first
612 } state; member
648 * wps_state - Current WPS state
815 * event_cb - Event callback (state information about progress)
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dhostapd.h432 } state; member
/third_party/zlib/
H A Dzlib.h96 struct internal_state FAR *state; /* not visible by applications */ member
98 alloc_func zalloc; /* used to allocate the internal state */
99 free_func zfree; /* used to free the internal state */
103 for deflate, or the decoding state for inflate */
230 Initializes the internal stream state for compression. The fields
314 Z_SYNC_FLUSH, and the compression state is reset so that decompression can
354 Z_FINISH), Z_STREAM_ERROR if the stream state was inconsistent (for example
355 if next_in or next_out was Z_NULL or the state was inadvertently written over
370 stream state was inconsistent, Z_DATA_ERROR if the stream was freed
380 Initializes the internal stream state fo
[all...]
/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Ddistributed_sched_service.cpp922 HILOGE("Mission continue state set to INACTIVE. Can't continue. Mission id: %{public}d", missionId); in ContinueLocalMission()
1470 const std::list<ConnectAbilitySession> &sessionsList, DSchedEventState state, int32_t ret) in NotifyCollaborateEventWithSessions()
1475 GetCurSrcCollaborateEvent(session.GetCallerInfo(), element, state, ret, tempEvent); in NotifyCollaborateEventWithSessions()
1482 const AppExecFwk::ElementName &element, DSchedEventState state, int32_t ret, EventNotify &event) in GetCurSrcCollaborateEvent()
1499 event.state_ = state; in GetCurSrcCollaborateEvent()
1503 const AppExecFwk::ElementName &element, DSchedEventState state, int32_t ret, EventNotify &event) in GetCurDestCollaborateEvent()
1521 event.state_ = state; in GetCurDestCollaborateEvent()
2915 int32_t DistributedSchedService::SetMissionContinueState(int32_t missionId, const AAFwk::ContinueState &state) in SetMissionContinueState() argument
2917 return DMSContinueSendMgr::GetInstance().SetMissionContinueState(missionId, state); in SetMissionContinueState()
3368 HILOGD("register app state observe in RegisterAppStateObserver()
1469 NotifyCollaborateEventWithSessions( const std::list<ConnectAbilitySession> &sessionsList, DSchedEventState state, int32_t ret) NotifyCollaborateEventWithSessions() argument
1481 GetCurSrcCollaborateEvent(const CallerInfo &callerInfo, const AppExecFwk::ElementName &element, DSchedEventState state, int32_t ret, EventNotify &event) GetCurSrcCollaborateEvent() argument
1502 GetCurDestCollaborateEvent(const CallerInfo &callerInfo, const AppExecFwk::ElementName &element, DSchedEventState state, int32_t ret, EventNotify &event) GetCurDestCollaborateEvent() argument
[all...]
/third_party/node/deps/openssl/openssl/external/perl/Text-Template-1.56/lib/Text/
H A DTemplate.pm205 my $state = 'TEXT';
219 push @content, [ $state, $cur_item, $lineno ] if $cur_item ne '';
221 $state = 'PROG';
236 push @content, [ $state, $cur_item, $prog_start ] if $cur_item ne '';
237 $state = 'TEXT';
259 if ($state eq 'PROG') {
263 elsif ($state eq 'TEXT') {
264 push @content, [ $state, $cur_item, $lineno ] if $cur_item ne '';
/third_party/openssl/external/perl/Text-Template-1.56/lib/Text/
H A DTemplate.pm205 my $state = 'TEXT';
219 push @content, [ $state, $cur_item, $lineno ] if $cur_item ne '';
221 $state = 'PROG';
236 push @content, [ $state, $cur_item, $prog_start ] if $cur_item ne '';
237 $state = 'TEXT';
259 if ($state eq 'PROG') {
263 elsif ($state eq 'TEXT') {
264 push @content, [ $state, $cur_item, $lineno ] if $cur_item ne '';
/foundation/arkui/ace_engine/test/unittest/core/base/
H A Dview_abstract_test_ng.cpp1508 auto state = static_cast<VisualState>(INDEX); in HWTEST_F() local
1509 ViewStackProcessor::GetInstance()->SetVisualState(state); in HWTEST_F()
1580 auto state = static_cast<VisualState>(INDEX); in HWTEST_F() local
1581 ViewStackProcessor::GetInstance()->SetVisualState(state); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/search/
H A Dsearch_model_ng.cpp682 void SearchModelNG::SetEnableHapticFeedback(bool state) in SetEnableHapticFeedback() argument
690 pattern->SetEnableHapticFeedback(state); in SetEnableHapticFeedback()
1871 void SearchModelNG::SetEnableHapticFeedback(FrameNode* frameNode, bool state) in SetEnableHapticFeedback() argument
1878 pattern->SetEnableHapticFeedback(state); in SetEnableHapticFeedback()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_model_ng.cpp1908 void TextFieldModelNG::SetEnableHapticFeedback(bool state) in SetEnableHapticFeedback() argument
1912 pattern->SetEnableHapticFeedback(state); in SetEnableHapticFeedback()
2154 void TextFieldModelNG::SetEnableHapticFeedback(FrameNode* frameNode, bool state) in SetEnableHapticFeedback() argument
2159 pattern->SetEnableHapticFeedback(state); in SetEnableHapticFeedback()
/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/
H A Dtext_field_pattern_test.cpp2222 bool state = pattern->IsMouseOverScrollBar(info); in HWTEST_F() local
2223 EXPECT_FALSE(state); in HWTEST_F()
2238 bool state = pattern->AllowCopy(); in HWTEST_F() local
2239 EXPECT_TRUE(state); in HWTEST_F()
/foundation/multimedia/audio_framework/services/audio_policy/client/src/proxy/
H A Daudio_policy_proxy.cpp136 CHECK_AND_RETURN_RET_LOG(error == ERR_NONE, error, "get persistent microphoneMute state failed, error: %d", error); in GetPersistentMicMuteState()
799 AudioPermissionState state) in CheckRecordingStateChange()
811 data.WriteInt32(state); in CheckRecordingStateChange()
1288 int32_t AudioPolicyProxy::SetCaptureSilentState(bool state) in SetCaptureSilentState() argument
1298 data.WriteBool(state); in SetCaptureSilentState()
798 CheckRecordingStateChange(uint32_t appTokenId, uint64_t appFullTokenId, int32_t appUid, AudioPermissionState state) CheckRecordingStateChange() argument
/foundation/multimedia/camera_framework/services/camera_service/src/
H A Dhcapture_session.cpp235 stateMachine_.StateGuard([&errCode, this](const CaptureSessionState state) { in BeginConfig()
239 MEDIA_ERR_LOG("HCaptureSession::BeginConfig in invalid state %{public}d", state); in BeginConfig()
349 MEDIA_ERR_LOG("EnableMovingPhoto, invalid session state: %{public}d, start after preview", currentState); in StartMovingPhotoStream()
952 MEDIA_ERR_LOG("HCaptureSession::SetColorSpace(), Invalid session state: %{public}d", currentState); in SetColorSpace()
1566 infoDumper.Msg("session state:[" + GetSessionState() + "]"); in DumpSessionInfo()
2181 [&targetState](const auto& state) {return state == targetState; }); in CheckTransfer()
H A Dhcamera_service.cpp823 // the callback cannot be triggered to obtain the mute state. Therefore, in SetMuteCallback()
824 // when the SA sets the callback, the callback is triggered immediately to return the mute state. in SetMuteCallback()
1179 int32_t HCameraService::AllowOpenByOHSide(std::string cameraId, int32_t state, bool& canOpenCamera) in AllowOpenByOHSide() argument
1200 int32_t HCameraService::NotifyCameraState(std::string cameraId, int32_t state) in NotifyCameraState() argument
1204 "HCameraService::NotifyCameraState SetStateOfACamera %{public}s:%{public}d", cameraId.c_str(), state); in NotifyCameraState()
1205 HCameraDeviceManager::GetInstance()->SetStateOfACamera(cameraId, state); in NotifyCameraState()
/foundation/window/window_manager/wmserver/test/unittest/
H A Dwindow_root_test.cpp835 WindowState state = WindowState::STATE_INITIAL; in HWTEST_F() local
837 windowRoot_->ProcessWindowStateChange(state, reason); in HWTEST_F()
1505 WindowState state = WindowState::STATE_INITIAL; in HWTEST_F() local
1514 windowRoot_->ProcessWindowStateChange(state, reason); in HWTEST_F()
/third_party/ffmpeg/libavformat/
H A Drtsp.c1319 rt->state = RTSP_STATE_IDLE; in ff_rtsp_read_reply()
1864 /* Initialize the authentication state for the POST session. The HTTP in ff_rtsp_connect()
1875 * Therefore, we copy the full auth state, which works for both basic in ff_rtsp_connect()
1990 rt->state = RTSP_STATE_IDLE; in ff_rtsp_connect()
2023 if (rt->state == RTSP_STATE_STREAMING) { in parse_rtsp_message()
2033 if (rt->state != RTSP_STATE_STREAMING) in parse_rtsp_message()
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dv_device.c2353 * through descriptor state. in v3dv_AllocateMemory()
2752 /* Events are created in the unsignaled state */ in v3dv_CreateEvent()
2753 event->state = false; in v3dv_CreateEvent()
2777 return p_atomic_read(&event->state) ? VK_EVENT_SET : VK_EVENT_RESET; in v3dv_GetEventStatus()
2784 p_atomic_set(&event->state, 1); in v3dv_SetEvent()
2792 p_atomic_set(&event->state, 0); in v3dv_ResetEvent()
/third_party/node/deps/v8/src/wasm/
H A Dmodule-instantiate.cc494 // asm.js instantiation should have changed the state of the buffer. in Build()
874 if (to_primitive_it.state() != LookupIterator::NOT_FOUND) return false; in HasDefaultToNumberBehaviour()
879 if (value_of_it.state() != LookupIterator::DATA) return false; in HasDefaultToNumberBehaviour()
889 if (to_string_it.state() != LookupIterator::DATA) return false; in HasDefaultToNumberBehaviour()
968 switch (it.state()) { in LookupImportAsm()
1377 "mismatch in shared state of memory, declared = %d, imported = %d", in ProcessImportedMemory()
/third_party/node/test/fixtures/wpt/streams/readable-byte-streams/
H A Dgeneral.any.js275 assert_equals(pullCount, 0, 'No pull as start() just finished and is not yet reflected to the state of the stream');
297 assert_equals(pullCount, 0, 'No pull as start() just finished and is not yet reflected to the state of the stream');
352 assert_equals(pullCount, 0, 'No pull() as start() just finished and is not yet reflected to the state of the stream');
489 assert_equals(pullCount, 0, 'No pull as start() just finished and is not yet reflected to the state of the stream');
803 assert_equals(pullCount, 0, 'No pull as start() just finished and is not yet reflected to the state of the stream');
1490 // even if the stream has not yet entered the closed state.
1509 // even if the stream has not yet entered the closed state.
2268 }, 'ReadableStream with byte source: respondWithNewView() with a zero-length view (in the closed state)');
2308 '(in the readable state)');
2347 '(in the closed state)');
[all...]
/third_party/musl/porting/liteos_a/user/ldso/
H A Ddynlink.c44 int state; member
2016 debug.state = RT_CONSISTENT; in __dls3()
2075 debug.state = RT_ADD; in dlopen()
2173 debug.state = RT_CONSISTENT; in dlopen()
/third_party/musl/porting/liteos_a/user_debug/ldso/
H A Ddynlink.c44 int state; member
2015 debug.state = RT_CONSISTENT; in __dls3()
2074 debug.state = RT_ADD; in dlopen()
2172 debug.state = RT_CONSISTENT; in dlopen()
/third_party/node/deps/openssl/openssl/apps/
H A Ds_server.c876 {"state", OPT_STATE, '-', "Print the SSL states"},
1008 int state = 0, crl_format = FORMAT_UNDEF, crl_download = 0; in s_server_main() local
1413 state = 1; in s_server_main()
1888 if (state) in s_server_main()
1992 if (state) in s_server_main()
/third_party/openssl/apps/
H A Ds_server.c876 {"state", OPT_STATE, '-', "Print the SSL states"},
1008 int state = 0, crl_format = FORMAT_UNDEF, crl_download = 0; in s_server_main() local
1413 state = 1; in s_server_main()
1883 if (state) in s_server_main()
1987 if (state) in s_server_main()
/third_party/skia/modules/skparagraph/src/
H A DParagraphImpl.cpp1697 void ParagraphImpl::setState(InternalState state) { in GetLineFontMetrics()
1698 if (fState <= state) { in GetLineFontMetrics()
1699 fState = state; in GetLineFontMetrics()
1703 fState = state; in GetLineFontMetrics()
/third_party/rust/crates/rust-openssl/openssl/src/ssl/
H A Dmod.rs303 /// of the state of this option. It only affects `SslStream::ssl_read` and
775 // out. When that happens, we wouldn't be able to look up the callback's state in the in set_servername_callback()
1916 /// Information about the state of a cipher.
2192 /// The state of an SSL/TLS session.
2306 .field("state", &self.state_string_long()) in fmt()
2474 /// Returns a short string describing the state of the session. in fmt()
2477 let state = unsafe { in fmt()
2482 str::from_utf8(state.to_bytes()).unwrap() in fmt()
2485 /// Returns a longer string describing the state of the session.
2488 let state in state_string_long()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
H A Dsae.c1772 if (sae->state == SAE_COMMITTED && group != sae->group) { in sae_group_allowed()
1905 * the peer and it is in Authenticated state, the new Commit Message in sae_parse_commit_scalar()
1909 if (sae->state == SAE_ACCEPTED && sae->peer_commit_scalar_accepted && in sae_parse_commit_scalar()
2450 const char * sae_state_txt(enum sae_state state) in sae_state_txt() argument
2452 switch (state) { in sae_state_txt()

Completed in 86 milliseconds

1...<<271272273274275276277278279280>>...296