/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_self_cure/ |
H A D | self_cure_service.h | 38 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 D | mock_scan_state_machine.h | 49 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 D | sharing_event_callback_stub.cpp | 43 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 D | dcamera_sink_output_channel_listener.cpp | 27 void DCameraSinkOutputChannelListener::OnSessionState(int32_t state, std::string networkId) in OnSessionState() argument 34 output->OnSessionState(streamType_, state); in OnSessionState()
|
H A D | dcamera_sink_controller_channel_listener.cpp | 27 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 D | dcamera_source_input_channel_listener.cpp | 34 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 D | dcamera_source_controller_channel_listener.cpp | 34 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 D | volume_core.h | 39 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 D | aac_parser.c | 30 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 D | worker.js | 26 this.state = options.state || 'none';
|
/third_party/node/lib/internal/streams/ |
H A D | state.js | 32 function getHighWaterMark(state, options, duplexKey, isDuplex) { 43 return getDefaultHighWaterMark(state.objectMode);
|
/third_party/musl/porting/liteos_m/user/src/thread/ |
H A D | pthread_attr_get.c | 4 _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 D | dyndep.h | 45 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 D | frame.cc | 45 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 D | unified-heap-marking-verifier.cc | 20 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 D | libc_ioctl.cpp | 29 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 D | TransformFeedbackImpl.h | 21 TransformFeedbackImpl(const gl::TransformFeedbackState &state) : mState(state) {} in TransformFeedbackImpl() argument
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
H A D | SurfaceGL.cpp | 21 SurfaceGL::SurfaceGL(const egl::SurfaceState &state) : SurfaceImpl(state) {} in SurfaceGL() argument
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/null/ |
H A D | TransformFeedbackNULL.cpp | 17 TransformFeedbackNULL::TransformFeedbackNULL(const gl::TransformFeedbackState &state) in TransformFeedbackNULL() argument 18 : TransformFeedbackImpl(state) in TransformFeedbackNULL()
|
H A D | RenderbufferNULL.cpp | 17 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 D | DisplayVkAndroid.h | 21 DisplayVkAndroid(const egl::DisplayState &state); 27 SurfaceImpl *createWindowSurfaceVk(const egl::SurfaceState &state,
|
/third_party/skia/third_party/externals/swiftshader/src/Device/ |
H A D | QuadRasterizer.hpp | 28 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 D | QuadRasterizer.hpp | 28 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 D | tsxAttributeResolution12.js | 20 setState(state: S, callback?: () => any): void; 24 state: S;
|
/third_party/python/Modules/_sqlite/ |
H A D | prepare_protocol.c | 74 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()
|