/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()
|
/kernel/linux/linux-5.10/drivers/crypto/qat/qat_common/ |
H A D | adf_ctl_drv.c | 360 dev_info.state = adf_dev_started(accel_dev) ? DEV_UP : DEV_DOWN; in adf_ctl_ioctl_get_status()
|
/kernel/linux/linux-5.10/drivers/dma/idxd/ |
H A D | init.c | 390 idxd->state = IDXD_DEV_CONF_READY; in idxd_pci_probe()
|
/kernel/linux/linux-5.10/drivers/gpio/ |
H A D | gpio-htc-egpio.c | 368 static int egpio_suspend(struct platform_device *pdev, pm_message_t state) in egpio_suspend() argument
|
/kernel/linux/linux-5.10/drivers/fpga/ |
H A D | zynq-fpga.c | 547 .state = zynq_fpga_ops_state,
|
H A D | socfpga-a10.c | 462 .state = socfpga_a10_fpga_state,
|
H A D | stratix10-soc.c | 397 .state = s10_ops_state,
|
H A D | machxo2-spi.c | 357 .state = machxo2_spi_state,
|
/kernel/linux/linux-5.10/drivers/crypto/marvell/cesa/ |
H A D | cesa.h | 311 /* Software state */ 603 * @state: hash state 618 u32 state[8]; member
|
/kernel/linux/linux-5.10/drivers/auxdisplay/ |
H A D | ht16k33.c | 201 bl->props.state & BL_CORE_FBBLANK || brightness == 0) { in ht16k33_bl_update_status()
|