Home
last modified time | relevance | path

Searched refs:state (Results 3451 - 3475 of 7830) sorted by relevance

1...<<131132133134135136137138139140>>...314

/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/fuzztest/componentmanager_fuzzer/
H A Dcomponentmanager_fuzzer.cpp76 BusinessState state = BusinessState::UNKNOWN; in OnStateChangedFuzzTest() local
78 dhData.OnStateChanged(networkId, dhId, state); in OnStateChangedFuzzTest()
/foundation/distributedhardware/distributed_input/services/common/include/
H A Ddinput_softbus_define.h34 SwitchStateData(int32_t session, bool state) : sessionId(session), switchState(state) {}; in SwitchStateData()
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/task/
H A Dmeta_disable_task.cpp65 auto state = (result == DH_FWK_SUCCESS) ? TaskState::SUCCESS : TaskState::FAIL; in DoTaskInner() local
66 SetTaskState(state); in DoTaskInner()
H A Ddisable_task.cpp73 auto state = (result == DH_FWK_SUCCESS) ? TaskState::SUCCESS : TaskState::FAIL; in DoTaskInner() local
74 SetTaskState(state); in DoTaskInner()
H A Dmeta_enable_task.cpp65 auto state = (result == DH_FWK_SUCCESS) ? TaskState::SUCCESS : TaskState::FAIL; in DoTaskInner() local
66 SetTaskState(state); in DoTaskInner()
H A Denable_task.cpp66 auto state = (result == DH_FWK_SUCCESS) ? TaskState::SUCCESS : TaskState::FAIL; in DoTaskInner() local
67 SetTaskState(state); in DoTaskInner()
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/plugin/plugins/av_trans_output/dscreen_output/
H A Ddscreen_output_plugin.h75 void SetCurrentState(State state) in SetCurrentState() argument
78 state_ = state; in SetCurrentState()
/foundation/distributedhardware/distributed_screen/services/screentransport/test/unittest/screentranstestutils/include/
H A Dscreentrans_test_utils.h59 virtual void OnProcessorStateNotify(int32_t state) override
61 (void) state; variable
/foundation/communication/bluetooth_service/services/bluetooth/service/src/util/
H A Dstate_machine.h34 * @param parent State's parent state.
44 * @param parent State's parent state.
67 * @brief Transition to another state.
68 * @param name Another state's name.
79 * @brief Operation should be executed when Entry the state.
85 * @brief Operation should be executed when Exit the state.
113 * @brief Move unique_ptr of state to StateMachine.
114 * @param state State pointer.
117 void Move(std::unique_ptr<State> &state);
120 * @brief Transation to init state
[all...]
/foundation/filemanagement/storage_service/services/storage_manager/include/volume/
H A Dvolume_manager_service.h35 void OnVolumeStateChanged(std::string volumeId, VolumeState state);
48 void VolumeStateNotify(VolumeState state, std::shared_ptr<VolumeExternal> volume);
/test/testfwk/xdevice/src/xdevice/_core/environment/
H A Ddevice_state.py58 def get_state(state):
60 if device_state.value == state.lower():
68 Represents a test device event that can change allocation state
/test/testfwk/xdevice/src/xdevice/_core/context/
H A Dservice.py55 def update_state(self, state: ActiveState):
57 self._state = state
/test/xts/hats/hdf/camera/cameraBenchmarkTest/v1_1/src/
H A Dcamera_benchmark_test.cpp26 void CameraBenchmarkTest::SetUp(const ::benchmark::State &state) in SetUp() argument
32 void CameraBenchmarkTest::TearDown(const ::benchmark::State &state) in TearDown() argument
/test/xts/hats/hdf/usb/usbdBenchmarkTest/common/
H A DHdfUsbdBenchmarkManagerInterfaceTest.cpp46 void HdfUsbdBenchmarkManagerInterfaceTest::SetUp(const ::benchmark::State& state) in SetUp() argument
75 void HdfUsbdBenchmarkManagerInterfaceTest::TearDown(const ::benchmark::State& state) in TearDown() argument
/third_party/elfutils/libelf/
H A Dgelf_getphdr.c66 Elf32_Phdr *phdr = elf->state.elf32.phdr; in gelf_getphdr()
106 Elf64_Phdr *phdr = elf->state.elf64.phdr; in gelf_getphdr()
/third_party/ffmpeg/libavcodec/x86/
H A Dh264_cabac.c129 x86_reg state; in decode_significance_8x8_x86() local
196 "=&r"(bit), "+&r"(c->range), "=&r"(state) in decode_significance_8x8_x86()
/third_party/benchmark/test/
H A Dbenchmark_min_time_flag_time_test.cc65 static void BM_MyBench(benchmark::State& state) { in BM_MyBench() argument
66 for (auto s : state) { in BM_MyBench()
/third_party/libsnd/src/G72x/
H A Dg72x_priv.h35 ** The following is the definition of the state structure used by the
36 ** G.721/G.723 encoder and decoder to preserve their internal state
37 ** between successive calls. The meanings of the majority of the state
45 { long yl ; /* Locked or steady state step size multiplier. */
46 short yu ; /* Unlocked or non-steady state step size multiplier. */
75 int (*encoder) (int, struct g72x_state* state) ;
76 int (*decoder) (int, struct g72x_state* state) ;
/third_party/mesa3d/src/compiler/nir/
H A Dnir_lower_image.c65 lower_image_instr(nir_builder *b, nir_instr *instr, void *state) in lower_image_instr() argument
70 const nir_lower_image_options *options = state; in lower_image_instr()
/third_party/ltp/testcases/kernel/device-drivers/usb/tusb/
H A Dst_tusb.h62 u32 pci_state [16]; /* for PM state save */
65 int state; member
76 int (*suspend) (struct usb_hcd *hcd, __u32 state);
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_pipeline.h65 * Members after this point are not included in pipeline state hash key */
105 * Members after this point are not included in pipeline state hash key */
124 struct zink_gfx_pipeline_state *state,
129 zink_create_compute_pipeline(struct zink_screen *screen, struct zink_compute_program *comp, struct zink_compute_pipeline_state *state);
/third_party/musl/porting/liteos_a/user/src/thread/
H A Dpthread_attr_get.c4 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/musl/src/thread/
H A Dpthread_attr_get.c4 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/mesa3d/src/intel/vulkan/tests/
H A Dstate_pool_no_free.c49 struct anv_state state = anv_state_pool_alloc(job->pool, 16, 16); in alloc_states() local
50 job->offsets[i] = state.offset; in alloc_states()
/third_party/mesa3d/src/microsoft/compiler/
H A Ddxil_container.h91 struct dxil_psv_runtime_info_2 state; member
122 struct dxil_validation_state *state);

Completed in 12 milliseconds

1...<<131132133134135136137138139140>>...314