/foundation/graphic/graphic_surface/surface/include/ |
H A D | buffer_queue.h | 49 BufferState state;
|
/foundation/multimedia/av_codec/services/media_engine/filters/ |
H A D | video_resize_filter.cpp | 93 void OnState(VPEAlgoState state) override
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/transaction/ |
H A D | rs_render_service_client.h | 95 int32_t state = 0;
member
|
/foundation/multimedia/av_session/frameworks/js/napi/session/include/ |
H A D | napi_avcast_controller_callback.h | 146 MSERR_INVALID_STATE, // the state is not support this operation. 270 {MSERR_INVALID_STATE, "the state is not support this operation"}, 497 void OnCastPlaybackStateChange(const AVPlaybackState& state) override;
|
/foundation/multimedia/av_session/services/session/server/test/ |
H A D | avcontroller_callback_stub_test.cpp | 102 void OnPlaybackStateChange(const AVPlaybackState &state) override {};
|
/foundation/multimedia/player_framework/frameworks/js/avplayer/ |
H A D | avplayer_napi.h | 198 * readonly state: AVPlayState 252 * on(type: 'stateChange', callback: (state: AVPlayerState, reason: StateChangeReason) => void): void; 327 void NotifyState(PlayerStates state) override;
|
/foundation/multimodalinput/input/service/window_manager/test/ |
H A D | mock.cpp | 313 void PointerDrawingManager::SetMouseDisplayState(bool state) {} in SetMouseDisplayState() argument
|
/foundation/multimodalinput/input/intention/drag/server/src/ |
H A D | drag_server.cpp | 165 FI_HILOGI("Get drag state, from:%{public}d", context.pid); in GetParam() 452 return env_->GetDragManager().EnterTextEditorArea(param.state); in EnterTextEditorArea()
|
/foundation/multimodalinput/input/service/window_manager/include/ |
H A D | pointer_drawing_manager.h | 97 void SetMouseDisplayState(bool state) override;
|
/foundation/multimodalinput/input/service/key_command/include/ |
H A D | key_command_handler.h | 133 bool state { false };
|
/foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/ |
H A D | js_scene_session.h | 260 void OnSessionStateChange(const SessionState& state);
|
/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/data/ |
H A D | link_manager.cpp | 231 info.state = value->GetState(); in GetAllLinksBasicInfo()
|
/foundation/communication/dsoftbus/tests/adapter/unittest/ |
H A D | softbus_wifi_api_test.cpp | 43 void OnSoftBusWifiScanResult(int32_t state, int32_t size) { } in OnSoftBusWifiScanResult() argument
|
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_self_cure/ |
H A D | self_cure_state_machine.h | 101 void HandleP2pEnhanceStateChange(int state); 328 * @Description Destruct state. 341 * @Description Build state tree 360 * @Description Initializing state of Self Cure.
|
/foundation/communication/netmanager_ext/test/networksharemanager/unittest/networkshare_manager_test/ |
H A D | networkshare_sub_statemachine_test.cpp | 53 void OnUpdateInterfaceState(const std::shared_ptr<NetworkShareSubStateMachine> ¶SubStateMachine, int state,
|
/foundation/communication/wifi/wifi/test/wifi_standard/native/ |
H A D | wifi_p2p_callback_stub_test.cpp | 66 void OnP2pStateChanged(int state) override
|
/foundation/distributedhardware/distributed_camera/interfaces/inner_kits/native_cpp/test/unittest/common/camera_source/callback/ |
H A D | dcamera_source_callback_test.cpp | 62 void OnStateChanged(const std::string &uuid, const std::string &dhId, const BusinessState state) override 64 DHLOGI("Handle state changed event");
|
/foundation/filemanagement/dfs_service/interfaces/kits/js/cloudfilesync/ |
H A D | cloud_file_napi.cpp | 112 obj.AddProp("state", NVal::CreateInt32(env, (int32_t)msg->downloadProgress_.state).val_); in OnComplete() 118 obj.AddProp("state", NVal::CreateInt32(env, (int32_t)msg->downloadProgress_.batchState).val_); in OnComplete()
|
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/ |
H A D | spunge_stack.c | 90 /* Socket state is in free state, skip and continue */ in SpungeEpollFreeResource() 241 (sock->netconn->state == CONN_STATE_CLOSED)) { in SpungeCloseCBSocket() 458 FILLP_LOGINF("socket state = %u is not in connecting state for the conn", in SpungeSendConnectMsg() 465 FILLP_LOGWAR("connection state idle for the conn"); in SpungeSendConnectMsg()
|
/third_party/elfutils/src/ |
H A D | elfclassify.c | 674 struct argp_state *state __attribute__ ((unused))) in parse_opt()
|
/third_party/elfutils/libelf/ |
H A D | libelfP.h | 403 } state; member
|
/third_party/ffmpeg/libavdevice/ |
H A D | dshow_pin.c | 69 if (this->filter->state != State_Stopped) in ff_dshow_pin_Disconnect()
|
/third_party/ffmpeg/libswscale/x86/ |
H A D | rgb_2_rgb.asm | 294 ;restore initial state of line variable
|
/third_party/alsa-utils/bat/ |
H A D | tinyalsa.c | 183 if (bat->latency.state == LATENCY_STATE_COMPLETE_SUCCESS) in latencytest_process_output()
|
/third_party/alsa-lib/src/pcm/ |
H A D | pcm_mmap_emul.c | 376 .state = snd_pcm_generic_state,
|