Home
last modified time | relevance | path

Searched defs:state (Results 1551 – 1575 of 2316) sorted by relevance

1...<<61626364656667686970>>...93

/ohos5.0/foundation/multimedia/audio_framework/test/fuzztest/audiopolicyanother_fuzzer/
H A Daudio_policy_another_fuzzer.cpp251 bool state = *reinterpret_cast<const bool *>(rawData); in AudioPolicyOtherFuzzTest() local
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/modules/muxer/
H A Dmedia_muxer.cpp473 std::string MediaMuxer::StateConvert(State state) in StateConvert()
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/modules/source/audio_capture/
H A Daudio_capture_module.cpp59 void OnStateChange(const AudioStandard::CapturerState state) override in OnStateChange()
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/
H A Dextension_impl.cpp261 void ExtensionImpl::AbilityTransactionCallback(const AAFwk::AbilityLifeCycleState &state) in AbilityTransactionCallback()
/ohos5.0/base/telephony/call_manager/services/hisysevent/src/
H A Dcall_manager_hisysevent.cpp55 void CallManagerHisysevent::WriteCallStateBehaviorEvent(const int32_t slotId, const int32_t state, … in WriteCallStateBehaviorEvent()
/ohos5.0/base/telephony/core_service/services/sim/src/
H A Dicc_operator_privilege_controller.cpp273 const SimState state = simStateManager_->GetSimState(); in ProcessSimStateChanged() local
/ohos5.0/base/telephony/core_service/test/fuzztest/sendsmsmoremode_fuzzer/
H A Dsendsmsmoremode_fuzzer.cpp45 int32_t state = static_cast<int32_t>(*data + offset); in SendSmsMoreMode() local
/ohos5.0/base/hiviewdfx/hiview/plugins/freeze_detector/
H A Dvendor.cpp344 std::string Vendor::GetPowerStateString(OHOS::PowerMgr::PowerState state) in GetPowerStateString()
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenmgr/2.0/src/
H A Ddscreen_manager.cpp355 DScreenState state = dScreen->GetState(); in GetScreenDumpInfo() local
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screenservice/test/unittest/sourceservice/dscreenmgr/1.0/src/
H A Ddscreen_test.cpp99 DScreenState state = ENABLING; variable
/ohos5.0/foundation/communication/wifi/wifi/test/fuzztest/frameworks/native/c_adapter/wificdevice_fuzzer/
H A Dwificdevice_fuzzer.cpp248 WifiDetailState state; in GetWifiDetailStateTest() local
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/
H A Dsystem_ability_manager_dumper.cpp353 void SystemAbilityManagerDumper::ShowAllSystemAbilityInfoInState(const std::string& state, in ShowAllSystemAbilityInfoInState()
/ohos5.0/foundation/multimodalinput/input/service/fingerprint_event_processor/src/
H A Dfingerprint_event_processor.cpp250 enum libinput_key_state state = libinput_event_keyboard_get_key_state(keyEvent); in AnalyseKeyEvent() local
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dsession_lifecycle_test.cpp631 SessionState state = SessionState::STATE_CONNECT; variable
/ohos5.0/foundation/distributedhardware/distributed_camera/interfaces/inner_kits/native_cpp/test/unittest/common/camera_source/callback/
H A Ddcamera_source_callback_test.cpp62 …void OnStateChanged(const std::string &uuid, const std::string &dhId, const BusinessState state) o… in OnStateChanged()
/ohos5.0/base/print/print_fwk/frameworks/models/print_models/src/
H A Dprint_utils.cpp179 std::string PrintUtils::GetJobStateChar(const uint32_t state) in GetJobStateChar()
/ohos5.0/base/print/print_fwk/services/print_service/src/
H A Dvendor_bsuni_driver.cpp402 Print_PrinterState state = PRINTER_UNAVAILABLE; in OnPrinterPropertiesQueried() local
/ohos5.0/base/powermgr/battery_statistics/utils/native/include/
H A Dstats_utils.h104 StatsState state = STATS_STATE_INVALID; member
/ohos5.0/base/powermgr/display_manager/state_manager/frameworks/native/
H A Ddisplay_power_mgr_client.cpp87 bool DisplayPowerMgrClient::SetDisplayState(DisplayState state, in SetDisplayState()
/ohos5.0/base/security/device_auth/services/session_manager/src/session/v2/expand_sub_session/expand_process_lib/
H A Dmk_agree.c202 CmdState state; in StartMkAgreeCmd() local
/ohos5.0/base/msdp/device_status/test/unittest/libs/src/
H A Ddevice_status_algorithm_test.cpp428 bool state = g_manager->StartSensor(Type::TYPE_ABSOLUTE_STILL); variable
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/common/src/
H A Dtrans_lane_pending_ctl.c622 CoreSessionState state = CORE_SESSION_STATE_INIT; in CheckSocketChannelState() local
1317 CoreSessionState state = CORE_SESSION_STATE_INIT; in TransGetLaneInfo() local
1392 CoreSessionState state = CORE_SESSION_STATE_INIT; in TransAsyncGetLaneInfoByOption() local
1438 CoreSessionState state = CORE_SESSION_STATE_INIT; in TransAsyncGetLaneInfoByQos() local
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Ddevice_gles.cpp1500 auto& state = bufferBound_[targetId]; in BindBuffer() local
1521 auto& state = bufferBound_[targetId2]; in BindBufferRange() local
1796 auto& state = vaoStates_[vao - 1]; in DeleteVertexArray() local
1886 for (auto& state : vaoStates_) { in UnBindBufferFromVertexArray() local
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dapp_mgr_client.cpp164 …ltCode AppMgrClient::UpdateAbilityState(const sptr<IRemoteObject> &token, const AbilityState state) in UpdateAbilityState()
177 …de AppMgrClient::UpdateExtensionState(const sptr<IRemoteObject> &token, const ExtensionState state) in UpdateExtensionState()
959 int32_t AppMgrClient::ChangeAppGcState(pid_t pid, int32_t state) in ChangeAppGcState()
1195 int32_t AppMgrClient::UpdateRenderState(pid_t renderPid, int32_t state) in UpdateRenderState()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_avrcp_ct_stub.cpp164 int32_t state = data.ReadInt32(); in GetDevicesByStatesInner() local
182 int32_t state = GetDeviceState(RawAddress(data.ReadString())); in GetDeviceStateInner() local

1...<<61626364656667686970>>...93