Home
last modified time | relevance | path

Searched defs:state (Results 126 - 150 of 513) sorted by relevance

12345678910>>...21

/base/telephony/call_manager/services/audio/src/
H A Daudio_scene_processor.cpp201 int32_t state; in SwitchIncoming() local
[all...]
/base/telephony/call_manager/services/call_report/src/
H A Dcall_state_report_proxy.cpp102 int32_t state; in GetVoipCallState() local
[all...]
/base/telephony/core_service/services/satellite_service_interaction/src/
H A Dsatellite_core_callback_stub.cpp97 int32_t state = data.ReadInt32(); in OnSetRadioStateResponse() local
/base/telephony/cellular_call/test/fuzztest/getcscalldata_fuzzer/
H A Dgetcscalldata_fuzzer.cpp59 int32_t state = static_cast<int32_t>(size % STATE_NUM); in GetCsCallData() local
/base/telephony/cellular_call/test/unittest/imstest/
H A Dconfig_request_test.cpp66 int32_t state = 0; in HWTEST_F() local
/base/telephony/cellular_call/interfaces/innerkits/satellite/
H A Dsatellite_call_types.h66 int32_t state = 0; member
/base/update/updater/services/package/pkg_package/
H A Dpkg_pkgfile.cpp99 bool PkgFileImpl::CheckState(std::vector<uint32_t> states, uint32_t state) in CheckState() argument
/base/web/webview/interfaces/kits/cj/include/
H A Dweb_download_item_impl.h49 NWebDownloadItemState state = NWebDownloadItemState::MAX_DOWNLOAD_STATE; member in OHOS::Webview::WebDownloadItemImpl
/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dweb_download_item.h52 NWebDownloadItemState state = NWebDownloadItemState::MAX_DOWNLOAD_STATE; member in OHOS::NWeb::WebDownloadItem
/base/web/webview/test/unittest/ohos_adapter/print_manager_adapter_impl_test/
H A Dprint_manager_adapter_impl_test.cpp100 uint32_t state = 1; in HWTEST_F() local
/base/location/frameworks/native/locator_sdk/source/
H A Dlocation_data_manager.cpp50 int state = isEnabled ? ENABLED : DISABLED; in ReportSwitchState() local
[all...]
/base/inputmethod/imf/frameworks/native/inputmethod_ability/src/
H A Dtask_manager.cpp156 auto state = curTask_->OnTask(task); in ProcessNextInnerTask() local
210 auto state = curTask_->OnTask(task); in ProcessNextImaTask() local
253 auto state = curTask_->Execute(); in ExecuteCurrentTask() local
[all...]
/base/inputmethod/imf/test/common/src/
H A Dinput_method_engine_listener_impl.cpp114 bool InputMethodEngineListenerImpl::WaitKeyboardStatus(bool state) in WaitKeyboardStatus() argument
/base/inputmethod/imf/common/src/
H A Ditypes_util.cpp395 uint32_t state = 0; in Unmarshalling() local
411 uint32_t state = 0; in Unmarshalling() local
H A Dinputmethod_sysevent.cpp121 void InputMethodSysEvent::ReportImeState(ImeState state, pid_t pid, const std::string &bundleName) in ReportImeState() argument
/base/account/os_account/frameworks/osaccount/native/test/benchmarktest/
H A Dos_account_manager_benchmark_test.cpp46 void SetUp(const ::benchmark::State &state) in SetUp() argument
48 void TearDown(const ::benchmark::State &state) in TearDown() argument
/base/global/resource_management/frameworks/resmgr/test/unittest/common/
H A Dresource_manager_test.cpp163 RState state; in HWTEST_F() local
184 RState state; in HWTEST_F() local
203 RState state; in HWTEST_F() local
225 RState state; in HWTEST_F() local
278 RState state; HWTEST_F() local
302 RState state = rm->UpdateResConfig(*rc); HWTEST_F() local
344 RState state; HWTEST_F() local
396 RState state; HWTEST_F() local
416 RState state; HWTEST_F() local
435 RState state; HWTEST_F() local
464 RState state; HWTEST_F() local
482 RState state; HWTEST_F() local
500 RState state; HWTEST_F() local
529 RState state; HWTEST_F() local
556 RState state; HWTEST_F() local
583 RState state; HWTEST_F() local
610 RState state; HWTEST_F() local
637 RState state; HWTEST_F() local
664 RState state; HWTEST_F() local
691 RState state; HWTEST_F() local
718 RState state; HWTEST_F() local
745 RState state; HWTEST_F() local
772 RState state; HWTEST_F() local
787 RState state; HWTEST_F() local
811 RState state; HWTEST_F() local
826 RState state; HWTEST_F() local
846 RState state; HWTEST_F() local
861 RState state; HWTEST_F() local
877 RState state; HWTEST_F() local
893 RState state; HWTEST_F() local
909 RState state; HWTEST_F() local
925 RState state; HWTEST_F() local
941 RState state; HWTEST_F() local
957 RState state; HWTEST_F() local
973 RState state; HWTEST_F() local
989 RState state; HWTEST_F() local
1005 RState state; HWTEST_F() local
1035 RState state; HWTEST_F() local
1064 RState state; HWTEST_F() local
1583 RState state; HWTEST_F() local
1616 RState state; HWTEST_F() local
1649 RState state; HWTEST_F() local
1682 RState state; HWTEST_F() local
1842 RState state; HWTEST_F() local
1931 RState state; HWTEST_F() local
1958 RState state = rm->UpdateOverrideResConfig(*config); HWTEST_F() local
1972 RState state = rm->IsLoadHap(fullPath); HWTEST_F() local
1986 RState state = rm->IsLoadHap(fullPath); HWTEST_F() local
1999 RState state = rm->IsRawDirFromHap("test_rawfile.txt", ret); HWTEST_F() local
2012 RState state = rm->IsRawDirFromHap("no_test_rawfile.txt", ret); HWTEST_F() local
2026 RState state = rm->GetRawFileList("", rawfileList); HWTEST_F() local
2040 RState state = rm->GetRawFileList("no_exist_dir", rawfileList); HWTEST_F() local
[all...]
/base/hiviewdfx/faultloggerd/test/benchmarktest/unwinder/
H A Dunwind_remote_benchmark.cpp121 static void Run(benchmark::State& state, void* data) in Run() argument
166 static void BenchmarkUnwinderRemoteFull(benchmark::State& state) in BenchmarkUnwinderRemoteFull() argument
185 static void BenchmarkUnwinderRemoteQut(benchmark::State& state) in BenchmarkUnwinderRemoteQut() argument
200 static void BenchmarkUnwinderRemoteQutCache(benchmark::State& state) in BenchmarkUnwinderRemoteQutCache() argument
215 BenchmarkUnwinderRemoteQutFrames(benchmark::State& state) BenchmarkUnwinderRemoteQutFrames() argument
230 BenchmarkUnwinderRemoteQutFramesCache(benchmark::State& state) BenchmarkUnwinderRemoteQutFramesCache() argument
245 BenchmarkUnwinderRemoteQutMiniDebugInfos(benchmark::State& state) BenchmarkUnwinderRemoteQutMiniDebugInfos() argument
262 BenchmarkUnwinderRemoteQutMiniDebugInfosLazily(benchmark::State& state) BenchmarkUnwinderRemoteQutMiniDebugInfosLazily() argument
282 BenchmarkUnwinderRemoteFp(benchmark::State& state) BenchmarkUnwinderRemoteFp() argument
[all...]
/base/global/resource_management_lite/frameworks/resmgr_lite/test/unittest/lite/common/
H A Dresource_manager_test.cpp218 RState state; in HWTEST_F() local
239 RState state; in HWTEST_F() local
258 RState state; in HWTEST_F() local
280 RState state; in HWTEST_F() local
320 RState state; HWTEST_F() local
356 RState state; HWTEST_F() local
422 RState state = rm->GetStringById(NON_EXIST_ID, outValue); HWTEST_F() local
472 RState state = rm->GetStringByName(g_nonExistName, outValue); HWTEST_F() local
489 RState state = rm->GetStringFormatById(outValue, id, 101); HWTEST_F() local
504 RState state = rm->GetStringFormatById(outValue, NON_EXIST_ID, 101); HWTEST_F() local
519 RState state = rm->GetStringFormatByName(outValue, name, 101); HWTEST_F() local
534 RState state = rm->GetStringFormatByName(outValue, g_nonExistName, 101); HWTEST_F() local
549 RState state; HWTEST_F() local
573 RState state; HWTEST_F() local
591 RState state; HWTEST_F() local
609 RState state; HWTEST_F() local
628 RState state; HWTEST_F() local
649 RState state; HWTEST_F() local
670 RState state; HWTEST_F() local
690 RState state; HWTEST_F() local
707 RState state; HWTEST_F() local
725 RState state; HWTEST_F() local
743 RState state; HWTEST_F() local
761 RState state; HWTEST_F() local
854 RState state; HWTEST_F() local
885 RState state; HWTEST_F() local
916 RState state; HWTEST_F() local
947 RState state; HWTEST_F() local
963 RState state; HWTEST_F() local
981 RState state; HWTEST_F() local
996 RState state; HWTEST_F() local
1016 RState state; HWTEST_F() local
1031 RState state; HWTEST_F() local
1055 RState state; HWTEST_F() local
1070 RState state; HWTEST_F() local
1090 RState state; HWTEST_F() local
1105 RState state; HWTEST_F() local
1129 RState state; HWTEST_F() local
1144 RState state; HWTEST_F() local
1164 RState state; HWTEST_F() local
1179 RState state; HWTEST_F() local
1203 RState state; HWTEST_F() local
1218 RState state; HWTEST_F() local
1238 RState state; HWTEST_F() local
1253 RState state; HWTEST_F() local
1274 RState state; HWTEST_F() local
1289 RState state; HWTEST_F() local
1308 RState state; HWTEST_F() local
1323 RState state; HWTEST_F() local
1347 RState state; HWTEST_F() local
1362 RState state; HWTEST_F() local
1382 RState state; HWTEST_F() local
1402 RState state; HWTEST_F() local
1421 RState state; HWTEST_F() local
1441 RState state; HWTEST_F() local
1458 RState state; HWTEST_F() local
1478 RState state; HWTEST_F() local
1497 RState state; HWTEST_F() local
1517 RState state; HWTEST_F() local
1534 RState state; HWTEST_F() local
1694 RState state; HWTEST_F() local
[all...]
/base/powermgr/display_manager/state_manager/service/native/src/
H A Dscreen_action.cpp58 DisplayState state = DisplayState::DISPLAY_UNKNOWN; in GetDisplayState() local
89 bool ScreenAction::SetDisplayState(DisplayState state, const std::function<void(DisplayState)>& callback) in SetDisplayState() argument
163 SetDisplayPower(DisplayState state, uint32_t reason) SetDisplayPower() argument
[all...]
/base/powermgr/display_manager/state_manager/test/unittest/src/mock/
H A Ddisplay_mock_parcel_test.cpp79 OnDisplayStateChanged( uint32_t displayId, DisplayPowerMgr::DisplayState state, uint32_t reason) OnDisplayStateChanged() argument
/base/powermgr/thermal_manager/test/unittest/src/
H A Dthermal_mock_action_test.cpp365 auto state = BatterySrvClient::GetInstance().GetChargingStatus(); in HWTEST_F() local
400 auto state = BatterySrvClient::GetInstance().GetChargingStatus(); in HWTEST_F() local
435 auto state in HWTEST_F() local
[all...]
/base/print/print_fwk/frameworks/innerkitsimpl/print_impl/src/
H A Dprint_callback.cpp382 bool PrintCallback::OnCallback(uint32_t state, const PrinterInfo &info) in OnCallback() argument
395 bool PrintCallback::OnCallback(uint32_t state, cons argument
[all...]
/base/print/print_fwk/services/print_service/src/
H A Dvendor_driver_base.cpp132 void VendorDriverBase::OnPrinterStateQueried(const std::string &printerId, Print_PrinterState state) in OnPrinterStateQueried() argument
/base/print/print_fwk/test/unittest/fwk_vendor_manager_test/
H A Dvendor_helper_test.cpp166 Print_PrinterState state = PRINTER_UNAVAILABLE; in HWTEST_F() local
[all...]

Completed in 13 milliseconds

12345678910>>...21