Home
last modified time | relevance | path

Searched defs:status (Results 3101 - 3125 of 6930) sorted by relevance

1...<<121122123124125126127128129130>>...278

/base/sensors/miscdevice/frameworks/js/napi/vibrator/src/
H A Dvibrator_napi_utils.cpp52 napi_status status = napi_create_int32(env, value, &propValue); in CreateInt32Property() local
161 napi_status status = napi_has_named_property(env, value, type.c_str(), &exist); in GetPropertyItem() local
173 napi_status status = napi_has_named_property(env, value, type.c_str(), &exist); in GetPropertyString() local
191 napi_status status = napi_has_named_property(env, value, type.c_str(), &exist); in GetPropertyInt32() local
208 napi_status status = napi_has_named_property(env, value, type.c_str(), &exist); in GetPropertyInt64() local
224 napi_status status = napi_has_named_property(env, value, type.c_str(), &exist); GetPropertyBool() local
321 napi_status status = napi_create_async_work( EmitAsyncCallbackWork() local
372 napi_status status = napi_create_async_work( EmitPromiseWork() local
[all...]
/base/startup/init/remount/
H A Dremount_overlay.c81 int status; in ExecCommand() local
/base/telephony/call_manager/services/call/src/
H A Dvoip_call.cpp109 int32_t VoIPCall::HangUpCall(const ErrorReason &status) in HangUpCall() argument
/base/telephony/core_service/services/sim/src/
H A Dradio_protocol_controller.cpp286 void RadioProtocolController::BuildRadioProtocolForCommunication(RadioProtocolPhase phase, RadioProtocolStatus status) in BuildRadioProtocolForCommunication() argument
[all...]
H A Dsim_sms_controller.cpp135 int32_t SimSmsController::UpdateSmsIcc(int index, int status, std::string &pduData, std::string &smsc) in UpdateSmsIcc() argument
192 int32_t SimSmsController::AddSmsToIcc(int status, std::string &pdu, std::string &smsc) in AddSmsToIcc() argument
/base/telephony/core_service/test/fuzztest/sendsmsmoremode_fuzzer/
H A Dsendsmsmoremode_fuzzer.cpp43 int32_t status = static_cast<int32_t>(*data + offset); in SendSmsMoreMode() local
/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dnetwork_search_branch_test.cpp283 int32_t status = 1; in HWTEST_F() local
/base/telephony/core_service/test/unittest/tel_ril_gtest/
H A Dzero_branch_test_tel_ril.cpp68 OHOS::HDI::ServiceManager::V1_0::ServiceStatus status; in HWTEST_F() local
/base/telephony/core_service/interfaces/innerkits/include/
H A Dtel_ril_sim_parcel.h189 int32_t status = 0; member
H A Dtel_ril_call_parcel.h296 int32_t status = 1; global() member
307 int32_t status = 0; global() member
[all...]
/base/telephony/sms_mms/services/sms/
H A Dsms_interface_manager.cpp110 AddSimMessage( const std::string &smsc, const std::string &pdu, ISmsServiceInterface::SimMessageStatus status) AddSimMessage() argument
/base/telephony/core_service/services/network_search/src/
H A Dradio_info.cpp101 int32_t status = static_cast<int32_t>(ErrType::ERR_REPEAT_STATUS); in ProcessSetRadioState() local
/base/telephony/sms_mms/test/fuzztest/gsmsmssender_fuzzer/
H A Dgsmsmssender_fuzzer.cpp89 auto status = static_cast<ISmsServiceInterface::SimMessageStatus>(size % STATUS_COUNT); in AddSimMessage() local
/base/update/updater/services/
H A Dupdater_main.cpp277 UpdaterStatus status = UPDATE_UNKNOWN; in InstallUpdaterPackage() local
356 UpdaterStatus status = UPDATE_UNKNOWN; in PreUpdatePackages() local
405 UpdaterStatus status in DoInstallPackages() local
450 UpdaterStatus status = UPDATE_UNKNOWN; DoUpdatePackages() local
[all...]
/base/usb/usb_manager/interfaces/kits/js/napi/include/
H A Dusb_async_context.h66 napi_status status; member
/base/theme/screenlock_mgr/frameworks/native/src/
H A Dscreenlock_app_manager.cpp73 int32_t status = proxy->IsScreenLockDisabled(userId, isDisabled); in IsScreenLockDisabled() local
86 int32_t status = proxy->SetScreenLockDisabled(disable, userId); in SetScreenLockDisabled() local
99 int32_t status = proxy->SetScreenLockAuthState(authState, userId, authToken); in SetScreenLockAuthState() local
112 int32_t status = proxy->GetScreenLockAuthState(userId, authState); GetScreenLockAuthState() local
125 int32_t status = proxy->RequestStrongAuth(reasonFlag, userId); RequestStrongAuth() local
139 int32_t status = proxy->GetStrongAuth(userId, reasonFlag); GetStrongAuth() local
159 int32_t status = proxy->OnSystemEvent(listener); OnSystemEvent() local
[all...]
/base/theme/screenlock_mgr/services/src/
H A Dscreenlock_manager_stub.cpp163 int32_t status = Lock(listener); in OnLock() local
/base/theme/wallpaper_mgr/frameworks/kits/extension/src/
H A Djs_wallpaper_extension_ability.cpp208 napi_status status = napi_call_function(env, obj, method, argc, argv, &remoteNapi); in CallObjectMethod() local
/base/time/time_service/framework/js/napi/system_timer/src/
H A Dnapi_system_timer.cpp115 napi_status status = in SystemTimerInit() local
[all...]
/base/update/sys_installer/services/module_update/src/
H A Dmodule_update.cpp186 void ModuleUpdate::ProcessHmpFile(const string &hmpFile, const ModuleUpdateStatus &status, const Timer &timer) in ProcessHmpFile() argument
214 bool ModuleUpdate::DoModuleUpdate(ModuleUpdateStatus &status) in DoModuleUpdate() argument
288 PrepareModuleFileList(const ModuleUpdateStatus &status) PrepareModuleFileList() argument
306 ActivateModules(ModuleUpdateStatus &status, const Timer &timer) ActivateModules() argument
[all...]
/base/update/updater/services/fs_manager/
H A Ddo_partition.cpp71 int status; in DoFsync() local
/base/theme/wallpaper_mgr/frameworks/js/napi/
H A Dnapi_wallpaper_ability.h59 napi_status status = napi_generic_failure; member
81 napi_status status = napi_generic_failure; member
103 napi_status status = napi_generic_failure; member
126 napi_status status member
154 napi_status status = napi_generic_failure; global() member
[all...]
/base/time/time_service/framework/js/napi/system_date_time/src/
H A Dnapi_system_date_time.cpp65 napi_status status = in SystemDateTimeInit() local
[all...]
/base/time/time_service/framework/js/napi/system_time/src/
H A Djs_systemtime.cpp46 void FreeWorkIfFail(napi_status status, napi_env env, AsyncContext *asyncContext) in FreeWorkIfFail() argument
[all...]
/base/time/time_service/framework/js/napi/common/src/
H A Dnapi_utils.cpp63 napi_status status = napi_typeof(env, in, &type); in GetValue() local

Completed in 19 milliseconds

1...<<121122123124125126127128129130>>...278