Home
last modified time | relevance | path

Searched refs:idList (Results 1 – 25 of 37) sorted by relevance

12

/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_common/app_network_speed_limit/
H A Dspeed_limit_configs_writer.cpp59 void SetBgLimitIdList(std::vector<int> idList, int type) in SetBgLimitIdList() argument
63 SetUidPids(BG_UID_PATH, idList.data(), static_cast<int>(idList.size())); in SetBgLimitIdList()
66 SetUidPids(BG_PID_PATH, idList.data(), static_cast<int>(idList.size())); in SetBgLimitIdList()
69 SetUidPids(FG_UID_PATH, idList.data(), static_cast<int>(idList.size())); in SetBgLimitIdList()
H A Dspeed_limit_configs_writer.h45 void SetBgLimitIdList(std::vector<int> idList, int type);
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-universal-attributes-focus.md411 .id(this.idList[0])
413 Button("id: " + this.idList[1])
415 .id(this.idList[1])
418 Button("id: " + this.idList[2])
420 .id(this.idList[2])
421 Button("id: " + this.idList[3])
423 .id(this.idList[3])
426 Button("id: " + this.idList[4])
428 .id(this.idList[4])
429 Button("id: " + this.idList[5])
[all …]
/ohos5.0/foundation/communication/ipc/utils/src/
H A Drpc_session_handle.c48 UTILS_DL_LIST_FOR_EACH_ENTRY(node, &sessionIdList->idList, SessionIdList, idList) in FindOrNewSessionIdObject()
69 UtilsListAdd(&sessionIdList->idList, &node->idList); in FindOrNewSessionIdObject()
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/unittest/common/
H A Dspeed_limit_configs_writer_test.cpp53 std::vector<int> idList = {10, 11, 12}; variable
54 SetBgLimitIdList(idList, 999);
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_input_manager.cpp404 std::string idList; in PrintWindowInfo() local
414 idList += std::to_string(e.id) + "|" + std::to_string(e.flags) + "|" + in PrintWindowInfo()
422 idList += "|" + std::to_string(e.defaultHotAreas[0].x) + "|" + in PrintWindowInfo()
429 idList += ","; in PrintWindowInfo()
438 idList += std::to_string(focusedSessionId_); in PrintWindowInfo()
439 if (lastIdList != idList) { in PrintWindowInfo()
442 windowEventID, windowListSize, idList.c_str()); in PrintWindowInfo()
443 lastIdList = idList; in PrintWindowInfo()
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-universal-attributes-focus.md411 .id(this.idList[0])
413 Button("id: " + this.idList[1])
415 .id(this.idList[1])
418 Button("id: " + this.idList[2])
420 .id(this.idList[2])
421 Button("id: " + this.idList[3])
423 .id(this.idList[3])
426 Button("id: " + this.idList[4])
428 .id(this.idList[4])
429 Button("id: " + this.idList[5])
[all …]
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_cloud_sync/src/cloud_dirty_handle/
H A Dcloud_upload_checker.cpp92 void CloudUploadChecker::UpdateDirty(std::vector<std::string> idList, int32_t dirtyType) in UpdateDirty() argument
100 predicates.In(MediaColumn::MEDIA_ID, idList); in UpdateDirty()
106 static_cast<int32_t>(idList.size()), updateCount, err); in UpdateDirty()
/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/event_handler/src/
H A Danr_handler.cpp70 … std::string idList = std::to_string(idList_.front()) + " " + std::to_string(idList_.back()); in MarkProcessed() local
71 MMI_HILOG_FREEZEI("Ffrt PE: %{public}s", idList.c_str()); in MarkProcessed()
/ohos5.0/drivers/hdf_core/framework/model/input/driver/
H A Dhdf_input_device_manager.c260 uint32_t idList[MAX_INPUT_DEV_NUM + 1]; in AllocDeviceID() local
263 ret = memset_s(idList, (MAX_INPUT_DEV_NUM + 1) * sizeof(uint32_t), 0, in AllocDeviceID()
270 if (idList[tmpDev->devId] == 0) { in AllocDeviceID()
271 idList[tmpDev->devId] = FILLER_FLAG; in AllocDeviceID()
281 if (idList[id] == 0) { in AllocDeviceID()
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/src/
H A Dsystem_ability_mgr_proxy_test.cpp1236 std::vector<int64_t> idList; variable
1237 int32_t ret = samgrProxy->GetCommonEventExtraDataIdlist(-1, idList);
1239 EXPECT_EQ(idList.size(), 0);
1241 ret = samgrProxy->GetCommonEventExtraDataIdlist(-1, idList, "test");
1243 EXPECT_EQ(idList.size(), 0);
1245 ret = samgrProxy->GetCommonEventExtraDataIdlist(1, idList);
1247 EXPECT_EQ(idList.size(), 0);
1249 ret = samgrProxy->GetCommonEventExtraDataIdlist(1, idList, "test");
1251 EXPECT_EQ(idList.size(), 0);
/ohos5.0/base/security/access_token/services/accesstokenmanager/main/cpp/src/token/
H A Daccesstoken_id_manager.cpp80 void AccessTokenIDManager::GetHapTokenIdList(std::vector<AccessTokenID>& idList) in GetHapTokenIdList() argument
87 idList.emplace_back(*it); in GetHapTokenIdList()
/ohos5.0/foundation/communication/ipc/utils/include/
H A Drpc_session_handle.h32 UTILS_DL_LIST idList; member
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_cloud_sync/include/cloud_dirty_handle/
H A Dcloud_upload_checker.h41 static void UpdateDirty(std::vector<std::string> idList, int32_t dirtyType);
/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/rust/src/cxx/
H A Dsystem_ability_manager_wrapper.cpp284 std::vector<int64_t> idList; in GetCommonEventExtraDataIdlist() local
285 auto ret = sysm->GetCommonEventExtraDataIdlist(saId, idList, eventName); in GetCommonEventExtraDataIdlist()
289 for (auto id : idList) { in GetCommonEventExtraDataIdlist()
/ohos5.0/base/security/access_token/services/accesstokenmanager/main/cpp/include/token/
H A Daccesstoken_id_manager.h45 void GetHapTokenIdList(std::vector<AccessTokenID>& idList);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_foreach.cpp122 std::list<std::string> idList = ForEachModel::GetInstance()->GetCurrentIdList(elmtId); in GetIdArray() local
125 for (const auto& id : idList) { in GetIdArray()
/ohos5.0/base/account/os_account/services/accountmgr/src/osaccount/
H A Dinner_os_account_manager.cpp264 std::vector<int32_t> idList; in RetryToGetAccount() local
265 (void) osAccountControl_->GetOsAccountIdList(idList); in RetryToGetAccount()
266 for (const auto id : idList) { in RetryToGetAccount()
1096 std::vector<int32_t> idList; in RetryToGetAccount() local
1097 ErrCode errCode = osAccountControl_->GetOsAccountIdList(idList); in RetryToGetAccount()
1102 createdOsAccountCount = idList.size(); in RetryToGetAccount()
1326 std::vector<int32_t> idList; in RetryToGetAccount() local
1327 if (osAccountControl_->GetOsAccountIdList(idList) != ERR_OK) { in RetryToGetAccount()
1334 for (auto id : idList) { in RetryToGetAccount()
2245 idList.clear(); in RetryToGetAccount()
[all …]
H A Dos_account_control_file_manager.cpp450 ErrCode OsAccountControlFileManager::GetOsAccountIdList(std::vector<int32_t> &idList) in GetOsAccountIdList() argument
452 idList.clear(); in GetOsAccountIdList()
467 idList.emplace_back(id); in GetOsAccountIdList()
490 std::vector<std::string> idList; in GetOsAccountList() local
492 …accountListJson, jsonObjectEnd, Constants::ACCOUNT_LIST, idList, OHOS::AccountSA::JsonType::ARRAY); in GetOsAccountList()
494 for (const auto& it : idList) { in GetOsAccountList()
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_scanner/include/scanner/
H A Dmedia_scanner_db.h49 … EXPORT bool DeleteMetadata(const std::vector<std::string> &idList, const std::string &tableName);
/ohos5.0/base/telephony/core_service/services/tel_ril/src/
H A Dtel_ril_sms.cpp114 …int32_t mode, std::string idList, std::string dcsList, const AppExecFwk::InnerEvent::Pointer &resp… in SetCBConfig() argument
118 cellBroadcastInfo.mids = idList.empty() ? "" : idList; in SetCBConfig()
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_scanner_db_test/src/
H A Dmedialibrary_scanner_db_test.cpp80 vector<string> idList; variable
81 bool ret = mediaScannerDb.DeleteMetadata(idList, tableName);
/ohos5.0/base/account/os_account/services/accountmgr/include/osaccount/
H A Dios_account_control.h32 virtual ErrCode GetOsAccountIdList(std::vector<int32_t> &idList) = 0;
/ohos5.0/base/account/os_account/services/accountmgr/test/unittest/os_account/mock/
H A Dmock_os_account_control_file_manager.h36 MOCK_METHOD1(GetOsAccountIdList, ErrCode(std::vector<int32_t> &idList));
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_scanner/src/scanner/
H A Dmedia_scanner_db.cpp461 bool MediaScannerDb::DeleteMetadata(const vector<string> &idList, const string &tableName) in DeleteMetadata() argument
463 if (idList.size() == 0) { in DeleteMetadata()
478 rdbPredicate.In(MEDIA_DATA_DB_ID, idList); in DeleteMetadata()
480 return ret == static_cast<int32_t>(idList.size()); in DeleteMetadata()

12