Home
last modified time | relevance | path

Searched defs:state (Results 3226 - 3250 of 5157) sorted by relevance

1...<<121122123124125126127128129130>>...207

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/
H A Dwps_i.h48 } state; member
H A Dwps_upnp_i.h54 int state; member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dpreauth_test.c85 static void _wpa_supplicant_set_state(void *ctx, enum wpa_states state) in _wpa_supplicant_set_state() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant_lib/
H A Ddriver_nl80211_hisi.c39 static int wpa_driver_set_power_save(void *priv, int state) in wpa_driver_set_power_save() argument
75 int *state = (int *) arg; in get_power_mode_handler() local
92 static int wpa_driver_get_power_save(void *priv, int *state) in wpa_driver_get_power_save() argument
151 int state; wpa_driver_nl80211_driver_cmd() local
161 int state = -1; wpa_driver_nl80211_driver_cmd() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Ddfs.c485 static int set_dfs_state_freq(struct hostapd_iface *iface, int freq, u32 state) in set_dfs_state_freq() argument
511 set_dfs_state(struct hostapd_iface *iface, int freq, int ht_enabled, int chan_offset, int chan_width, int cf1, int cf2, u32 state) set_dfs_state() argument
[all...]
H A Dhw_features.c49 char *state; in dfs_info() local
/third_party/zlib/
H A Dcrc32.c239 local void once(once_t *state, void (*init)(void)) in once() argument
273 local void once(once_t *state, void (*init)(void)) in once() argument
[all...]
/applications/standard/app_samples/code/BasicFeature/Native/Audio/entry/src/main/cpp/
H A Daudio.cpp76 OH_AudioStream_State state; in GetRendererState() local
87 OH_AudioStream_State state; in GetCapturerState() local
422 OH_AudioStream_State state; in AvpGetRendererState() local
515 OH_AudioStream_State state; in AvpVividGetRendererState() local
[all...]
/applications/standard/app_samples/code/DocsSample/Media/Audio/OHAudio/entry/src/main/cpp/
H A Daudio.cpp76 OH_AudioStream_State state; in GetRendererState() local
87 OH_AudioStream_State state; in GetCapturerState() local
442 OH_AudioStream_State state; in AvpGetRendererState() local
535 OH_AudioStream_State state; in AvpVividGetRendererState() local
[all...]
/base/location/services/location_gnss/gnss/source/
H A Dagnss_ni_manager.cpp263 int32_t state = want.GetIntParam("state", (int32_t)Telephony::TelCallState::CALL_STATUS_UNKNOWN); in OnCallStateChanged() local
/base/location/frameworks/native/locator_sdk/source/
H A Dlocator_proxy.cpp52 int state = DEFAULT_SWITCH_STATE; in GetSwitchState() local
74 int state = SendSimpleMsg(static_cast<int>(LocatorInterfaceCode::UPDATE_SA_ABILITY)); in UpdateSaAbility() local
237 bool state = false; in IsLocationPrivacyConfirmed() local
340 bool state = false; EnableLocationMock() local
356 bool state = false; DisableLocationMock() local
379 bool state = false; SetMockedLocations() local
388 bool state = false; EnableReverseGeocodingMock() local
400 bool state = false; DisableReverseGeocodingMock() local
412 bool state = false; SetReverseGeocodingMockInfo() local
437 int state = DISABLED; GetSwitchStateV9() local
[all...]
/base/location/services/location_locator/locator/source/
H A Dlocator_background_proxy.cpp490 int32_t state = appStateData.state; in OnForegroundApplicationChanged() local
H A Dlocator_required_data_manager.cpp56 void LocatorRequiredDataManager::SyncStillMovementState(bool state) in SyncStillMovementState() argument
302 void LocatorWifiScanEventCallback::OnWifiScanStateChanged(int state, int size) in OnWifiScanStateChanged() argument
/base/location/services/location_network/network/source/
H A Dnetwork_ability.cpp220 LocationErrCode NetworkAbility::SetEnable(bool state) in SetEnable() argument
235 SystemAbilityState state = GetAbilityState(); in CancelIdleState() local
/base/global/resource_management/frameworks/resmgr/test/unittest/common/
H A Dresource_manager_test_common.cpp204 RState state; in TestGetProfileById() local
219 RState state = rm->GetProfileByName("test_profile", outValue); in TestGetProfileByName() local
233 RState state = rm->GetMediaById(id, outValue); in TestGetMediaById() local
259 RState state = rm->GetMediaById(id, outValue, density); in TestGetMediaWithDensityById() local
271 RState state in TestGetMediaByName() local
295 RState state = rm->GetMediaByName("icon", outValue, density); TestGetMediaWithDensityByName() local
308 RState state = rm->GetDrawableInfoById(id, type, len, jsonBuf); TestGetDrawableInfoById() local
333 RState state = rm->GetDrawableInfoById(id, type, len, jsonBuf, density); TestGetDrawableInfoWithDensityById() local
349 RState state = rm->GetDrawableInfoByName("icon1", type, len, jsonBuf); TestGetDrawableInfoByName() local
372 RState state = rm->GetDrawableInfoByName("icon1", type, len, jsonBuf, density); TestGetDrawableInfoWithDensityByName() local
387 RState state = rm->GetStringFormatById(outValue, id, 101); // 101 means the format number TestGetStringFormatById() local
395 RState state = rm->GetStringFormatByName(outValue, name, 101); // 101 means the format number TestGetStringFormatByName() local
404 RState state = rm->GetStringArrayById(id, outValue); TestGetStringArrayById() local
418 RState state = rm->GetStringFormatById(id, outValue, jsParams); TestGetStringFormatById() local
432 RState state = rm->GetStringFormatById(outValue, id, args); TestGetStringFormatByIdWithVaArgs() local
444 RState state = rm->GetStringFormatByName(name, outValue, jsParams); TestGetStringFormatByName() local
456 RState state = rm->GetStringFormatByName(outValue, name, args); TestGetStringFormatByNameWithVaArgs() local
465 RState state = rm->GetStringArrayByName(name, outValue); TestGetStringArrayByName() local
475 RState state = rm->GetPatternById(id, outValue); TestGetPatternById() local
484 RState state = rm->GetPatternByName(name, outValue); TestGetPatternByName() local
495 RState state = rm->GetThemeById(id, outValue); TestGetThemeById() local
502 RState state = rm->GetThemeByName(appTheme, outValue); TestGetThemeByName() local
515 RState state = rm->GetBooleanById(id, outValue); TestGetBooleanById() local
529 RState state = rm->GetBooleanByName(boolean1, outValue); TestGetBooleanByName() local
543 RState state = rm->GetIntegerById(id, outValue); TestGetIntegerById() local
557 RState state = rm->GetIntegerByName(integer1, outValue); TestGetIntegerByName() local
572 RState state = rm->GetFloatById(id, outValue); TestGetFloatById() local
592 RState state = rm->GetFloatByName(touchTarget, outValue); TestGetFloatByName() local
612 RState state = rm->GetIntArrayById(id, outValue); TestGetIntArrayById() local
623 RState state = rm->GetIntArrayByName(intarray1, outValue); TestGetIntArrayByName() local
[all...]
/base/global/resource_management/frameworks/resmgr/src/
H A Dres_config_impl.cpp76 RState state = BuildResLocale(language, script, region, &this->resPreferredLocale_); in SetPreferredLocaleInfo() local
91 RState state = SUCCESS; in BuildResLocale() local
136 RState state = SUCCESS; in SetLocaleInfo() local
[all...]
H A Draw_file_manager.cpp131 RState state = mgr->resManager->GetRawFileList(dirName, result->fileNameCache.names); in LoadRawDirFromHap() local
186 RState state = mgr->resManager->GetRawFileFromHap(fileName, len, tmpBuf); in LoadRawFileFromHap() local
221 RState state = mgr->resManager->GetRawFilePathByName(fileName, filePath); in OH_ResourceManager_OpenRawFile() local
357 RState state = rawFile->resMgr->resManager-> in GetRawFileDescriptorFromHap() local
450 RState state = mgr->resManager->GetRawFdNdkFromHap(fileName, resMgrDescriptor); in LoadRawFileFromHap64() local
484 RState state = mgr->resManager->GetRawFilePathByName(fileName, filePath); OH_ResourceManager_OpenRawFile64() local
591 RState state = rawFile->raw->resMgr->resManager-> GetRawFileDescriptorFromHap64() local
646 RState state = mgr->resManager->IsRawDirFromHap(path, result); OH_ResourceManager_IsRawDir() local
[all...]
/base/account/os_account/services/accountmgr/src/account_iam/
H A Dinner_account_iam_manager.cpp511 void InnerAccountIAMManager::SetState(int32_t userId, IAMState state) in SetState() argument
/base/account/os_account/services/accountmgr/test/moduletest/os_account/
H A Dos_account_manager_service_module_test.cpp1330 std::vector<std::string> state; in HWTEST_F() local
1373 std::vector<std::string> state; in HWTEST_F() local
1387 std::vector<std::string> state; in HWTEST_F() local
1953 std::vector<std::string> state; in HWTEST_F() local
[all...]
/base/global/resource_management/interfaces/js/innerkits/core/src/
H A Dresource_manager_napi_sync_impl.cpp150 RState state = dataContext->addon_->GetResMgr()->GetRawFileList(dataContext->path_.c_str(), in GetRawFileListSync() local
175 RState state = dataContext->addon_->GetResMgr()->GetRawFileFromHap(dataContext->path_, in GetRawFileContentSync() local
199 RState state = dataContext->addon_->GetResMgr()->GetRawFileDescriptorFromHap(dataContext->path_, in GetRawFdSync() local
222 RState state = dataContext->addon_->GetResMgr()->CloseRawFileDescriptor(dataContext->path_); in CloseRawFdSync() local
324 RState state = resMgr->GetStringFormatById(resId, dataContext->value_, dataContext->jsParams_); ProcessStrResource() local
339 int32_t state = InitIdResourceAddon(env, info, dataContext); GetStringSync() local
367 RState state = resMgr->GetSymbolById(resId, dataContext->symbolValue_); ProcessSymbolResource() local
381 int32_t state = InitIdResourceAddon(env, info, dataContext); GetSymbol() local
409 RState state = resMgr->GetColorById(resId, dataContext->colorValue_); ProcessColorResource() local
424 int32_t state = InitIdResourceAddon(env, info, dataContext); GetColorSync() local
452 RState state = resMgr->GetIntegerById(resId, dataContext->iValue_); ProcessNumResource() local
466 int32_t state = InitIdResourceAddon(env, info, dataContext); GetNumber() local
493 RState state = resMgr->GetBooleanById(resId, dataContext->bValue_); ProcessBoolResource() local
507 int32_t state = ResourceManagerNapiSyncImpl::InitIdResourceAddon(env, info, dataContext); GetBoolean() local
534 RState state = resMgr->GetMediaBase64DataById(resId, dataContext->value_, dataContext->density_); ProcesstMediaContentBase64Resource() local
548 int32_t state = ResourceManagerNapiSyncImpl::InitIdResourceAddon(env, info, dataContext); GetMediaContentBase64Sync() local
579 RState state = resMgr->GetMediaDataById(resId, dataContext->len_, dataContext->mediaData, ProcessMediaContentResource() local
594 int32_t state = ResourceManagerNapiSyncImpl::InitIdResourceAddon(env, info, dataContext); GetMediaContentSync() local
629 RState state = resMgr->GetFormatPluralStringById(dataContext->value_, resId, dataContext->param_, ProcessPluralStringValueResource() local
644 int32_t state = ResourceManagerNapiSyncImpl::InitIdResourceAddon(env, info, dataContext); GetPluralStringValueSync() local
678 RState state = resMgr->GetStringArrayById(resId, dataContext->arrayValue_); ProcessStringArrayValueResource() local
692 int32_t state = ResourceManagerNapiSyncImpl::InitIdResourceAddon(env, info, dataContext); GetStringArrayValueSync() local
737 RState state = SUCCESS; GetDrawableDescriptor() local
785 RState state = dataContext->addon_->GetResMgr()->GetStringFormatByName(dataContext->resName_.c_str(), ProcessStrResourceByName() local
800 int32_t state = ResourceManagerNapiSyncImpl::InitNameAddon(env, info, dataContext); GetStringByNameSync() local
820 RState state = dataContext->addon_->GetResMgr()->GetSymbolByName(dataContext->resName_.c_str(), ProcessSymbolResourceByName() local
834 int32_t state = ResourceManagerNapiSyncImpl::InitNameAddon(env, info, dataContext); GetSymbolByName() local
855 RState state = dataContext->addon_->GetResMgr()->GetColorByName(dataContext->resName_.c_str(), ProcessColorResourceByName() local
870 int32_t state = ResourceManagerNapiSyncImpl::InitNameAddon(env, info, dataContext); GetColorByNameSync() local
891 RState state = resMgr->GetIntegerByName(dataContext->resName_.c_str(), ProcessNumResourceByName() local
906 int32_t state = ResourceManagerNapiSyncImpl::InitNameAddon(env, info, dataContext); GetNumberByName() local
936 RState state = dataContext->addon_->GetResMgr()->GetBooleanByName(dataContext->resName_.c_str(), GetBooleanByName() local
971 RState state = SUCCESS; GetDrawableDescriptorByName() local
1056 RState state = dataContext->addon_->GetResMgr()->GetFormatPluralStringByName(dataContext->value_, ProcessPluralStrResourceByName() local
1073 int32_t state = ResourceManagerNapiSyncImpl::InitNameAddon(env, info, dataContext); GetPluralStringByNameSync() local
1100 RState state = dataContext->addon_->GetResMgr()->GetMediaBase64DataByName(dataContext->resName_.c_str(), ProcessMediaBase64ResourceByName() local
1117 int32_t state = ResourceManagerNapiSyncImpl::InitNameAddon(env, info, dataContext); GetMediaBase64ByNameSync() local
1143 RState state = dataContext->addon_->GetResMgr()->GetMediaDataByName(dataContext->resName_.c_str(), ProcessMediaResourceByName() local
1160 int32_t state = ResourceManagerNapiSyncImpl::InitNameAddon(env, info, dataContext); GetMediaByNameSync() local
1186 RState state = dataContext->addon_->GetResMgr()->GetStringArrayByName(dataContext->resName_.c_str(), ProcessStringArrayResourceByName() local
1203 int32_t state = ResourceManagerNapiSyncImpl::InitNameAddon(env, info, dataContext); GetStringArrayByNameSync() local
1261 RState state = dataContext->addon_->GetResMgr()->IsRawDirFromHap(dataContext->path_, IsRawDir() local
1275 int32_t state = getAddonAndConfig(env, info, dataContext); GetOverrideResourceManager() local
1324 int32_t state = getAddonAndConfig(env, info, dataContext); UpdateOverrideConfiguration() local
[all...]
H A Dresource_manager_napi_utils.cpp269 RState state = context.addon_->GetResMgr()->CloseRawFileDescriptor(context.path_); in CloseJsRawFd() local
/base/powermgr/power_manager/services/native/src/wakeup/
H A Dwakeup_controller.cpp556 PowerState state = pms->GetState(); in OnInputEvent() local
603 PowerState state = pms->GetState(); in OnInputEvent() local
/base/print/print_fwk/frameworks/innerkitsimpl/print_impl/src/
H A Dprint_service_proxy.cpp319 int32_t PrintServiceProxy::UpdatePrinterState(const std::string &printerId, uint32_t state) in UpdatePrinterState() argument
338 UpdatePrintJobStateOnlyForSystemApp( const std::string &jobId, uint32_t state, uint32_t subState) UpdatePrintJobStateOnlyForSystemApp() argument
/base/print/print_fwk/services/print_service/src/
H A Dprint_service_stub.cpp412 uint32_t state = data.ReadUint32(); in OnUpdatePrinterState() local
423 uint32_t state = data.ReadUint32(); in OnUpdatePrintJobStateOnlyForSystemApp() local
/base/powermgr/power_manager/services/native/include/
H A Dpower_state_machine.h39 DisplayState state; member
220 SettingStateFlag(PowerState state, std::shared_ptr<PowerStateMachine> owner, StateChangeReason reason) in SettingStateFlag() argument
251 StateController(PowerState state, std::shared_ptr<PowerStateMachine> owner, in StateController() argument
[all...]

Completed in 31 milliseconds

1...<<121122123124125126127128129130>>...207