Home
last modified time | relevance | path

Searched refs:state (Results 2801 - 2825 of 7456) sorted by relevance

1...<<111112113114115116117118119120>>...299

/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_self_cure/
H A Dself_cure_service.h38 void HandleStaConnChanged(OperateResState state, const WifiLinkedInfo &info);
47 void P2pEnhanceStateChange(const std::string &ifName, int32_t state);
/foundation/communication/wifi/wifi/test/fuzztest/fuzz_common_func/
H A Dmock_scan_state_machine.h49 void DealScanFinished(int state, int instId = 0);
52 void DealStaOpenRes(OperateResState state, int instId = 0);
/foundation/communication/netmanager_ext/frameworks/native/netshareclient/src/proxy/ipccallback/
H A Dsharing_event_callback_stub.cpp43 SharingIfaceState state = static_cast<SharingIfaceState>(tmpInt); in OnRemoteRequest() local
44 OnInterfaceSharingStateChanged(type, iface, state); in OnRemoteRequest()
/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/src/distributedcameramgr/listener/
H A Ddcamera_sink_output_channel_listener.cpp27 void DCameraSinkOutputChannelListener::OnSessionState(int32_t state, std::string networkId) in OnSessionState() argument
34 output->OnSessionState(streamType_, state); in OnSessionState()
H A Ddcamera_sink_controller_channel_listener.cpp27 void DCameraSinkControllerChannelListener::OnSessionState(int32_t state, std::string networkId) in OnSessionState() argument
34 controller->OnSessionState(state, networkId); in OnSessionState()
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcameramgr/dcameradata/
H A Ddcamera_source_input_channel_listener.cpp34 void DCameraSourceInputChannelListener::OnSessionState(int32_t state, std::string networkId) in OnSessionState() argument
42 input->OnSessionState(streamType_, state); in OnSessionState()
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcameramgr/dcameracontrol/
H A Ddcamera_source_controller_channel_listener.cpp34 void DCameraSourceControllerChannelListener::OnSessionState(int32_t state, std::string networkId) in OnSessionState() argument
42 controller->OnSessionState(state, networkId); in OnSessionState()
/foundation/filemanagement/storage_service/interfaces/innerkits/storage_manager/native/
H A Dvolume_core.h39 VolumeCore(std::string id, int32_t type, std::string diskId, int32_t state);
45 void SetState(int32_t state);
/third_party/ffmpeg/libavcodec/
H A Daac_parser.c30 static int aac_sync(uint64_t state, AACAC3ParseContext *hdr_info, in aac_sync() argument
41 tmp.u64 = av_be2ne64(state); in aac_sync()
/third_party/node/lib/internal/cluster/
H A Dworker.js26 this.state = options.state || 'none';
/third_party/node/lib/internal/streams/
H A Dstate.js32 function getHighWaterMark(state, options, duplexKey, isDuplex) {
43 return getDefaultHighWaterMark(state.objectMode);
/third_party/musl/porting/liteos_m/user/src/thread/
H A Dpthread_attr_get.c4 _LIBC_TEXT_SECTION int pthread_attr_getdetachstate(const pthread_attr_t *a, int *state) in pthread_attr_getdetachstate() argument
6 *state = a->_a_detach; in pthread_attr_getdetachstate()
/third_party/ninja/src/
H A Ddyndep.h45 DyndepLoader(State* state, DiskInterface* disk_interface) in DyndepLoader()
46 : state_(state), disk_interface_(disk_interface) {} in DyndepLoader()
/third_party/node/deps/v8/src/compiler/
H A Dframe.cc45 void FrameAccessState::MarkHasFrame(bool state) { in MarkHasFrame() argument
46 has_frame_ = state; in MarkHasFrame()
/third_party/node/deps/v8/src/heap/cppgc-js/
H A Dunified-heap-marking-verifier.cc20 cppgc::internal::VerificationState& state) in UnifiedHeapVerificationVisitor()
22 state_(state) {} in UnifiedHeapVerificationVisitor()
19 UnifiedHeapVerificationVisitor( cppgc::internal::VerificationState& state) UnifiedHeapVerificationVisitor() argument
/third_party/musl/Benchmark/musl/
H A Dlibc_ioctl.cpp29 static void Bm_function_Ioctl_baudrate(benchmark::State &state) in Bm_function_Ioctl_baudrate() argument
44 for (auto _ : state) { in Bm_function_Ioctl_baudrate()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
H A DTransformFeedbackImpl.h21 TransformFeedbackImpl(const gl::TransformFeedbackState &state) : mState(state) {} in TransformFeedbackImpl() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A DSurfaceGL.cpp21 SurfaceGL::SurfaceGL(const egl::SurfaceState &state) : SurfaceImpl(state) {} in SurfaceGL() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/null/
H A DTransformFeedbackNULL.cpp17 TransformFeedbackNULL::TransformFeedbackNULL(const gl::TransformFeedbackState &state) in TransformFeedbackNULL() argument
18 : TransformFeedbackImpl(state) in TransformFeedbackNULL()
H A DRenderbufferNULL.cpp17 RenderbufferNULL::RenderbufferNULL(const gl::RenderbufferState &state) : RenderbufferImpl(state) {} in RenderbufferNULL() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/android/
H A DDisplayVkAndroid.h21 DisplayVkAndroid(const egl::DisplayState &state);
27 SurfaceImpl *createWindowSurfaceVk(const egl::SurfaceState &state,
/third_party/skia/third_party/externals/swiftshader/src/Device/
H A DQuadRasterizer.hpp28 QuadRasterizer(const PixelProcessor::State &state, SpirvShader const *spirvShader);
51 const PixelProcessor::State &state; member in sw::QuadRasterizer
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
H A DQuadRasterizer.hpp28 QuadRasterizer(const PixelProcessor::State &state, const PixelShader *shader);
57 const PixelProcessor::State &state; member in sw::QuadRasterizer
/third_party/typescript/tests/baselines/reference/
H A DtsxAttributeResolution12.js20 setState(state: S, callback?: () => any): void;
24 state: S;
/third_party/python/Modules/_sqlite/
H A Dprepare_protocol.c74 pysqlite_state *state = pysqlite_get_state(module); in pysqlite_prepare_protocol_setup_types() local
75 state->PrepareProtocolType = (PyTypeObject *)type; in pysqlite_prepare_protocol_setup_types()

Completed in 10 milliseconds

1...<<111112113114115116117118119120>>...299