/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/fuzztest/componentmanager_fuzzer/ |
H A D | componentmanager_fuzzer.cpp | 76 BusinessState state = BusinessState::UNKNOWN; in OnStateChangedFuzzTest() local 78 dhData.OnStateChanged(networkId, dhId, state); in OnStateChangedFuzzTest()
|
/foundation/distributedhardware/distributed_input/services/common/include/ |
H A D | dinput_softbus_define.h | 34 SwitchStateData(int32_t session, bool state) : sessionId(session), switchState(state) {}; in SwitchStateData()
|
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/task/ |
H A D | meta_disable_task.cpp | 65 auto state = (result == DH_FWK_SUCCESS) ? TaskState::SUCCESS : TaskState::FAIL; in DoTaskInner() local 66 SetTaskState(state); in DoTaskInner()
|
H A D | disable_task.cpp | 73 auto state = (result == DH_FWK_SUCCESS) ? TaskState::SUCCESS : TaskState::FAIL; in DoTaskInner() local 74 SetTaskState(state); in DoTaskInner()
|
H A D | meta_enable_task.cpp | 65 auto state = (result == DH_FWK_SUCCESS) ? TaskState::SUCCESS : TaskState::FAIL; in DoTaskInner() local 66 SetTaskState(state); in DoTaskInner()
|
H A D | enable_task.cpp | 66 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 D | dscreen_output_plugin.h | 75 void SetCurrentState(State state) in SetCurrentState() argument 78 state_ = state; in SetCurrentState()
|
/foundation/distributedhardware/distributed_screen/services/screentransport/test/unittest/screentranstestutils/include/ |
H A D | screentrans_test_utils.h | 59 virtual void OnProcessorStateNotify(int32_t state) override 61 (void) state; variable
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/util/ |
H A D | state_machine.h | 34 * @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 D | volume_manager_service.h | 35 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 D | device_state.py | 58 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 D | service.py | 55 def update_state(self, state: ActiveState): 57 self._state = state
|
/test/xts/hats/hdf/camera/cameraBenchmarkTest/v1_1/src/ |
H A D | camera_benchmark_test.cpp | 26 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 D | HdfUsbdBenchmarkManagerInterfaceTest.cpp | 46 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 D | gelf_getphdr.c | 66 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 D | h264_cabac.c | 129 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 D | benchmark_min_time_flag_time_test.cc | 65 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 D | g72x_priv.h | 35 ** 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 D | nir_lower_image.c | 65 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 D | st_tusb.h | 62 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 D | zink_pipeline.h | 65 * 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 D | pthread_attr_get.c | 4 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 D | pthread_attr_get.c | 4 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 D | state_pool_no_free.c | 49 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 D | dxil_container.h | 91 struct dxil_psv_runtime_info_2 state; member 122 struct dxil_validation_state *state);
|