/foundation/multimedia/ringtone_library/services/ringtone_restore/src/ |
H A D | dualfwk_sound_setting.cpp | 50 SettingItemType item; member 137 settings_[found->second.item].settingType = found->second.settingType; in ProcessConfRow() 138 settings_[found->second.item].toneType = found->second.toneType; in ProcessConfRow() 139 settings_[found->second.item].defaultSysSet = (conf->defaultSysSet == "true" ? true : false); in ProcessConfRow() 142 settings_[found->second.item].setFlag = (std::stoi(conf->value) > 0 ? true : false); in ProcessConfRow() 144 settings_[found->second.item].setFlag = false; in ProcessConfRow() 147 settings_[found->second.item].setFlag = false; in ProcessConfRow() 151 settings_[found->second.item].toneFileName = RingtoneFileUtils::GetFileNameFromPath(conf->value); in ProcessConfRow()
|
/foundation/multimodalinput/input/util/socket/src/ |
H A D | uds_session.cpp | 174 for (auto &item : iter->second) { in GetTimerIds() 175 timers.push_back(item.timerId); in GetTimerIds() 176 item.timerId = -1; in GetTimerIds() 194 for (auto &item : events) { in DelEvents() 195 if (item.id > id) { in DelEvents() 198 MMI_HILOGD("Delete event, anr type:%{public}d, id:%{public}d, timerId:%{public}d", type, item.id, item.timerId); in DelEvents() 199 timerIds.push_back(item.timerId); in DelEvents()
|
/foundation/communication/dsoftbus/core/common/security/permission/standard/ |
H A D | access_control.cpp | 66 for (auto &item : profile) { in TransCheckAccessControl() 67 COMM_LOGI(COMM_PERM, "BindLevel=%{public}d, BindType=%{public}d", item.GetBindLevel(), item.GetBindType()); in TransCheckAccessControl() 211 for (auto &item : appList) { in GetForegroundApplications() 213 item.bundleName.c_str(), item.state, item.accessTokenId); in GetForegroundApplications() 214 if (firstTokenId == item.accessTokenId) { in GetForegroundApplications()
|
/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/data/ |
H A D | system_defined_appitem.cpp | 130 for (auto &item : details) { in SetItems() 131 auto* value = std::get_if<std::string>(&item.second); in SetItems() 135 if (item.first == APP_ID) { in SetItems() 138 if (item.first == APP_NAME) { in SetItems() 141 if (item.first == APP_ICON_ID) { in SetItems() 144 if (item.first == APP_LABEL_ID) { in SetItems() 147 if (item.first == BUNDLE_NAME) { in SetItems() 150 if (item.first == ABILITY_NAME) { in SetItems()
|
H A D | system_defined_form.cpp | 116 for (auto &item : details) { in SetItems() 117 auto* value = std::get_if<std::string>(&item.second); in SetItems() 118 auto* intValue = std::get_if<int32_t>(&item.second); in SetItems() 122 if (intValue != nullptr && item.first == FORMID) { in SetItems() 129 if (item.first == FORMNAME) { in SetItems() 132 if (item.first == MODULE) { in SetItems() 135 if (item.first == BUNDLE_NAME) { in SetItems() 138 if (item.first == ABILITY_NAME) { in SetItems()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | PluralRanges.java | 97 StandardPlural item = get(start, end); in endSame() 98 if (item == null) { in endSame() 102 first = item; in endSame() 105 if (first != item) { in endSame() 121 StandardPlural item = get(start, end); in startSame() 122 if (item == null) { in startSame() 126 first = item; in startSame() 129 if (first != item) { in startSame()
|
H A D | AlphabeticIndex.java | 67 * for (String item : test) { 68 * index.addRecord(item, counter++); 84 * for (AlphabeticIndex.Record<Integer> item : bucket) { 85 * showIndexedItem(UI, item.getName(), item.getData()); 345 * Get the default label used in the IndexCharacters' locale for underflow, eg the last item in: X Y Z ... 366 * Get the default label used in the IndexCharacters' locale for overflow, eg the first item in: ... A B C 411 * nth item is removed to bring the count down. A more sophisticated mechanism may be available in the 436 for (String item : initialLabels) { in initLabels() 438 if (!UTF16.hasMoreCodePointsThan(item, in initLabels() 573 separated(String item) separated() argument [all...] |
/third_party/node/deps/openssl/openssl/util/ |
H A D | mkdef.pl | 152 my $item = shift; 154 $item->exists() 155 && platform_filter($item) 156 && feature_filter($item); 168 my $item = shift; 169 my %platforms = ( $item->platforms() ); 174 # For any item platform tag, return the equivalence with the 176 # if the item platform tag is true 191 my $item = shift; 192 my @features = ( $item [all...] |
/third_party/openssl/util/ |
H A D | mkdef.pl | 152 my $item = shift; 154 $item->exists() 155 && platform_filter($item) 156 && feature_filter($item); 168 my $item = shift; 169 my %platforms = ( $item->platforms() ); 174 # For any item platform tag, return the equivalence with the 176 # if the item platform tag is true 191 my $item = shift; 192 my @features = ( $item [all...] |
/third_party/python/Modules/clinic/ |
H A D | _queuemodule.c.h | 36 "put($self, /, item, block=True, timeout=None)\n" 39 "Put the item on the queue.\n" 48 _queue_SimpleQueue_put_impl(simplequeueobject *self, PyObject *item, 55 static const char * const _keywords[] = {"item", "block", "timeout", NULL}; in _queue_SimpleQueue_put() 59 PyObject *item; in _queue_SimpleQueue_put() local 67 item = args[0]; in _queue_SimpleQueue_put() 82 return_value = _queue_SimpleQueue_put_impl(self, item, block, timeout); in _queue_SimpleQueue_put() 89 "put_nowait($self, /, item)\n" 92 "Put an item into the queue without blocking.\n" 94 "This is exactly equivalent to `put(item)` an 110 PyObject *item; _queue_SimpleQueue_put_nowait() local [all...] |
/third_party/vulkan-loader/scripts/ |
H A D | dispatch_table_helper_generator.py | 217 for item in entries: 219 base_name = item[0][2:] 221 if item[1] is not None: 222 table += '#if defined(%s)\n' % item[1] 231 table += ' table->%s = (PFN_%s) gpa(%s, "%s");\n' % (base_name, item[0], table_type, item[0]) 232 if item[1] is not None: 233 table += '#endif // %s\n' % item[1]
|
/third_party/python/Modules/ |
H A D | _operator.c | 976 PyObject *item; member 977 Py_ssize_t index; // -1 unless *item* is a single non-negative integer index 992 PyObject *item; in itemgetter_new() local 1001 if (!PyArg_UnpackTuple(args, "itemgetter", 1, 1, &item)) in itemgetter_new() 1004 item = args; in itemgetter_new() 1013 Py_INCREF(item); in itemgetter_new() 1014 ig->item = item; in itemgetter_new() 1017 if (PyLong_CheckExact(item)) { in itemgetter_new() 1018 index = PyLong_AsSsize_t(item); in itemgetter_new() 1112 PyObject *item, *val; itemgetter_call_impl() local 1232 PyObject *item = PyTuple_GET_ITEM(args, idx); attrgetter_new() local [all...] |
/foundation/arkui/ace_engine/frameworks/core/components/list/ |
H A D | list_layout_manager.cpp | 162 LOGI("First item changed, recycle all child and layout again."); in RefreshLayout() 173 auto item = RenderListItem::GetRenderListItem(iter->second); in RefreshLayout() local 174 if (item) { in RefreshLayout() 175 if (item->GetOperation() == LIST_ITEM_OP_REMOVE) { in RefreshLayout() 176 LOGI("This item[%{public}d] removed, notify element to recycle.", item->GetIndex()); in RefreshLayout() 178 itemPosition_.erase(item->GetIndex()); in RefreshLayout() 179 itemGroupsExpand_.erase(item->GetIndex()); in RefreshLayout() 180 itemGroupsFocusIndex_.erase(item->GetIndex()); in RefreshLayout() 184 itemPosition_.erase(item in RefreshLayout() 236 auto item = RenderListItem::GetRenderListItem(iter->second); CheckNeedAnimation() local 456 RefPtr<RenderNode> item = renderList_.GetChildByPosition(position); MoveItemToViewPort() local [all...] |
H A D | list_watch_layout_manager.cpp | 142 for (const auto& item : renderList_.GetItems()) { in HandleItemStateAndEffect() 143 if (!item.second || item.second->GetChildren().empty()) { in HandleItemStateAndEffect() 147 listItem = AceType::DynamicCast<RenderListItem>(item.second->GetChildren().front()); in HandleItemStateAndEffect() 161 void ListWatchLayoutManager::CalculateItemState(RefPtr<RenderNode>& item) in CalculateItemState() argument 163 auto centerItem = RenderListItem::GetRenderListItem(item); in CalculateItemState() 179 for (const auto& item : renderList_.GetItems()) { in MarkAllItemBlur() 180 if (!item.second || item.second->GetChildren().empty()) { in MarkAllItemBlur() 184 listItem = AceType::DynamicCast<RenderListItem>(item in MarkAllItemBlur() [all...] |
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/oh_adapter/src/ |
H A D | rd_json_object.cpp | 141 int JsonObject::CheckNumber(cJSON *item) in CheckNumber() argument 144 cjsonQueue.push(item); in CheckNumber() 279 JsonObject item; in GetObjectItem() local 280 item.caseSensitive_ = caseSensitive_; in GetObjectItem() 282 item.cjson_ = cJSON_GetObjectItemCaseSensitive(cjson_, field.c_str()); in GetObjectItem() 284 item.cjson_ = cJSON_GetObjectItem(cjson_, field.c_str()); in GetObjectItem() 286 if (item.cjson_ == nullptr) { in GetObjectItem() 289 return item; in GetObjectItem() 329 int JsonObject::AddItemToObject(const std::string &fieldName, const JsonObject &item) in AddItemToObject() argument 335 if (item in AddItemToObject() 583 JsonObject item; FindItem() local 607 JsonObject item; FindItemPowerMode() local [all...] |
/foundation/distributeddatamgr/pasteboard/framework/innerkits/src/ |
H A D | paste_data.cpp | 85 for (const auto &item : data.records_) { in PasteData() 86 this->records_.emplace_back(std::make_shared<PasteDataRecord>(*item)); in PasteData() 116 for (const auto &item : data.records_) { in operator =() 117 this->records_.emplace_back(std::make_shared<PasteDataRecord>(*item)); in operator =() 181 for (const auto &item : records_) { in GetMimeTypes() 182 mimeType.push_back(item->GetMimeType()); in GetMimeTypes() 189 for (const auto &item : records_) { in GetPrimaryHtml() 190 if (item->GetHtmlText() != nullptr) { in GetPrimaryHtml() 191 return item->GetHtmlText(); in GetPrimaryHtml() 199 for (const auto &item in GetPrimaryPixelMap() [all...] |
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/fillp/ |
H A D | fillp_pcb.c | 451 struct FillpPcbItem *item = FILLP_NULL_PTR; in FillpPcbFreeRecvItemArray() local 458 item = SkipListPopValue(&pcb->recvBoxPlaceInOrder); in FillpPcbFreeRecvItemArray() 459 FillpFreeBufItem(item); in FillpPcbFreeRecvItemArray() 464 item = SkipListPopValue(&pcb->recvList); in FillpPcbFreeRecvItemArray() 465 FillpFreeBufItem(item); in FillpPcbFreeRecvItemArray() 470 ret = FillpQueuePop(pcb->recvBox, (void **)&item, 1); in FillpPcbFreeRecvItemArray() 472 FillpFreeBufItem(item); in FillpPcbFreeRecvItemArray() 525 void FillpPcbSend(struct FillpPcb *fpcb, struct FillpPcbItem *item[], FILLP_UINT32 itemCnt) in FillpPcbSend() argument 537 HlistAddTail(&fpcb->send.unSendList, &item[i]->unsendNode); in FillpPcbSend() 538 (void)FillpFrameAddItem(&fpcb->frameHandle, item[ in FillpPcbSend() 553 struct FillpPcbItem *item = FILLP_NULL_PTR; FillpPcbFreeSendItemArray() local [all...] |
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/ |
H A D | AlphabeticIndex.java | 66 * for (String item : test) { 67 * index.addRecord(item, counter++); 83 * for (AlphabeticIndex.Record<Integer> item : bucket) { 84 * showIndexedItem(UI, item.getName(), item.getData()); 357 * Get the default label used in the IndexCharacters' locale for underflow, eg the last item in: X Y Z ... 380 * Get the default label used in the IndexCharacters' locale for overflow, eg the first item in: ... A B C 429 * nth item is removed to bring the count down. A more sophisticated mechanism may be available in the 455 for (String item : initialLabels) { in initLabels() 457 if (!UTF16.hasMoreCodePointsThan(item, in initLabels() 592 separated(String item) separated() argument [all...] |
/third_party/libunwind/libunwind/doc/ |
H A D | libunwind-ia64.tex | 85 \item[\Const{UNW\_IA64\_IP}:] Contains the instruction pointer (IP, or 94 \item[\Const{UNW\_IA64\_SP}:] Contains the (memory) stack-pointer 96 \item[\Const{UNW\_IA64\_BSP}:] Contains the register backing-store 107 \item[\Const{UNW\_IA64\_GR}:] The base-index for general (integer) 120 \item[\Const{UNW\_IA64\_NAT}:] The base-index for the NaT bits of the 126 \item[\Const{UNW\_IA64\_FR}:] The base-index for floating-point 134 \item[\Const{UNW\_IA64\_AR}:] The base-index for application 141 \item[\Const{UNW\_IA64\_BR}:] The base-index for branch registers. 145 \item[\Const{UNW\_IA64\_PR}:] Contains the set of predicate registers. 152 \item[\Cons [all...] |
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_data_mgr.cpp | 161 for (const auto &item : bundleInfos_) { in LoadDataFromPersistentStorage() 163 installStates_.emplace(item.first, InstallState::INSTALL_SUCCESS); in LoadDataFromPersistentStorage() 164 AddAppHspBundleName(item.second.GetApplicationBundleType(), item.first); in LoadDataFromPersistentStorage() 245 auto item = installStates_.find(bundleName); in UpdateBundleInstallState() local 246 if (item == installStates_.end()) { in UpdateBundleInstallState() 258 if (item->second == previousState->second) { in UpdateBundleInstallState() 262 installStates_.erase(item); in UpdateBundleInstallState() 266 item->second = state; in UpdateBundleInstallState() 271 bundleName.c_str(), static_cast<int32_t>(item in UpdateBundleInstallState() 2219 const auto &item = bundleInfos_.find(bundleName); GetLauncherAbilityByBundleName() local 2986 auto item = bundleInfos_.find(bundleName); GetBundleType() local 3984 auto item = bundleInfos_.find(bundleName); GetInnerBundleInfoWithFlags() local 4031 auto item = bundleInfos_.find(bundleName); GetInnerBundleInfoWithFlags() local 4067 auto item = bundleInfos_.find(bundleName); GetInnerBundleInfoWithFlagsV9() local 4112 auto item = bundleInfos_.find(bundleName); GetInnerBundleInfoWithBundleFlagsV9() local 4643 auto item = bundleIdMap_.find(bundleId); RestoreUidAndGid() local 4662 auto item = bundleIdMap_.find(bundleId); RestoreUidAndGid() local 5068 auto item = multiUserIdsSet_.find(userId); AddUserId() local 5079 auto item = multiUserIdsSet_.find(userId); RemoveUserId() local 6255 auto item = bundleInfos_.find(bundleName); GetAllDependentModuleNames() local 6387 auto item = bundleInfos_.find(bundleName); QueryInfoAndSkillsByElement() local 6709 auto item = bundleInfos_.find(bundleName); GetSharedDependencies() local 6794 auto item = bundleInfos_.find(bundleName); IsPreInstallApp() local 6854 auto item = bundleInfos_.find(bundleName); SetAOTCompileStatus() local 6896 auto item = bundleInfos_.find(bundleName); ResetAOTFlagsCommand() local 6914 auto item = bundleInfos_.find(bundleName); ResetAOTCompileStatus() local 6976 auto item = bundleInfos_.find(bundleName); QueryInnerBundleInfo() local 7058 auto item = bundleInfos_.find(bundleName); SetExtNameOrMIMEToApp() local 7089 auto item = bundleInfos_.find(bundleName); DelExtNameOrMIMEToApp() local 7192 const auto &item = bundleInfos_.find(bundleName); GetJsonProfile() local 7968 const auto &item = bundleInfos_.find(bundleName); GetOdidByBundleName() local 8605 auto item = bundleInfos_.find(bundleName); GetAppIdByBundleName() local 8617 auto item = bundleInfos_.find(bundleName); GetSignatureInfoByBundleName() local 8633 auto item = bundleInfos_.find(bundleName); UpdateAppEncryptedStatus() local 8803 auto item = bundleInfos_.find(bundleName); IsBundleInstalled() local [all...] |
/foundation/ability/ability_runtime/frameworks/native/ability/native/ui_extension_ability/ |
H A D | js_uiservice_uiext_connection.cpp | 52 auto item = std::find_if(gUiServiceExtConnects.begin(), gUiServiceExtConnects.end(), in RemoveUIServiceExtensionConnection() local 56 if (item != gUiServiceExtConnects.end()) { in RemoveUIServiceExtensionConnection() 58 gUiServiceExtConnects.erase(item); in RemoveUIServiceExtensionConnection() 70 auto item = std::find_if(gUiServiceExtConnects.begin(), gUiServiceExtConnects.end(), in FindUIServiceExtensionConnection() local 74 if (item != gUiServiceExtConnects.end()) { in FindUIServiceExtensionConnection() 75 want = item->first.want; in FindUIServiceExtensionConnection() 76 connection = item->second; in FindUIServiceExtensionConnection() 87 auto item = std::find_if(gUiServiceExtConnects.begin(), gUiServiceExtConnects.end(), in FindUIServiceExtensionConnection() local 95 if (item == gUiServiceExtConnects.end()) { in FindUIServiceExtensionConnection() 98 connection = item in FindUIServiceExtensionConnection() [all...] |
/foundation/multimedia/camera_framework/services/deferred_processing_service/src/schedule/video_processor/strategy/ |
H A D | video_strategy_center.cpp | 140 for (const auto& item : scheduleStateList_) { in InitScheduleState() 141 if (item.second == nullptr) { in InitScheduleState() 142 DP_ERR_LOG("schedule state init failed, type: %{public}d", item.first); in InitScheduleState() 145 item.second->Initialize(); in InitScheduleState() 152 auto item = eventHandlerList_.find(event); in HandleEventChanged() local 153 if (item != eventHandlerList_.end()) { in HandleEventChanged() 154 item->second(value); in HandleEventChanged() 328 auto item = scheduleStateList_.find(type); in GetScheduleState() local 329 DP_CHECK_ERROR_RETURN_RET_LOG(item == scheduleStateList_.end(), nullptr, in GetScheduleState() 332 auto scheduleState = item in GetScheduleState() [all...] |
/foundation/deviceprofile/device_info_manager/services/core/src/permissionmanager/ |
H A D | permission_manager.cpp | 244 cJSON* item = cJSON_GetObjectItem(permissionJson, interfaceName.c_str()); in SetPermissionMap() local 245 int32_t itemSize = static_cast<int32_t>(cJSON_GetArraySize(item)); in SetPermissionMap() 246 if (!cJSON_IsArray(item) || itemSize == 0 || itemSize > MAX_INTERFACE_SIZE) { in SetPermissionMap() 251 item = item->child; in SetPermissionMap() 252 while (item != NULL) { in SetPermissionMap() 253 if (cJSON_IsString(item)) { in SetPermissionMap() 254 interfaceNameSets.emplace(item->valuestring); in SetPermissionMap() 256 item = item in SetPermissionMap() [all...] |
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/ |
H A D | sqlite_single_ver_storage_executor_subscribe.cpp | 46 DataItem &item) in CheckMissQueryDataItem() 59 // this data item should be neglected when it's out of date of it's from same device in CheckMissQueryDataItem() 61 item.neglect = (timestamp > item.timestamp) || in CheckMissQueryDataItem() 62 (timestamp == item.timestamp && device == DBCommon::TransferHashString(deviceName)); in CheckMissQueryDataItem() 65 // the value with same hashKey in DB does not match the query, this data item should be neglected. in CheckMissQueryDataItem() 66 item.neglect = true; in CheckMissQueryDataItem() 78 for (auto &item : dataItems) { in CheckMissQueryDataItems() 79 if ((item.flag & DataItem::REMOTE_DEVICE_DATA_MISS_QUERY) != 0 && !item in CheckMissQueryDataItems() 45 CheckMissQueryDataItem(sqlite3_stmt *stmt, const std::string &deviceName, DataItem &item) CheckMissQueryDataItem() argument [all...] |
/third_party/icu/tools/unicodetools/com/ibm/rbm/gui/ |
H A D | RBProjectItemPanel.java | 52 BundleItem item = rbundle.getBundleItem(key); in actionPerformed() 53 if (item != null) item.setTranslation(translation); in actionPerformed() 76 BundleItem item = rbundle.getBundleItem(key); in actionPerformed() 77 if (item != null) { in actionPerformed() 78 item.setTranslation(translation); in actionPerformed() 123 BundleItem item = gui.getSelectedProjectBundleItem(); in updateComponents() 125 if (item == null) { in updateComponents() 133 String comment = item.getComment(); in updateComponents() 134 String key = item in updateComponents() [all...] |