Home
last modified time | relevance | path

Searched refs:idList (Results 1 - 17 of 17) sorted by relevance

/base/security/access_token/services/accesstokenmanager/main/cpp/include/token/
H A Daccesstoken_id_manager.h45 void GetHapTokenIdList(std::vector<AccessTokenID>& idList);
/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()
/base/account/os_account/services/accountmgr/src/osaccount/
H A Dinner_os_account_manager.cpp243 std::vector<int32_t> idList; in RetryToGetAccount() local
244 (void) osAccountControl_->GetOsAccountIdList(idList); in RetryToGetAccount()
245 for (const auto id : idList) { in RetryToGetAccount()
1086 std::vector<int32_t> idList; in RetryToGetAccount() local
1087 ErrCode errCode = osAccountControl_->GetOsAccountIdList(idList); in RetryToGetAccount()
1092 createdOsAccountCount = idList.size(); in RetryToGetAccount()
1098 std::vector<int32_t> idList; in RetryToGetAccount() local
1099 ErrCode errCode = osAccountControl_->GetOsAccountIdList(idList); in RetryToGetAccount()
1105 for (const auto& it : idList) { in RetryToGetAccount()
1112 nonSACreatedOACount = idList in RetryToGetAccount()
1336 std::vector<int32_t> idList; RetryToGetAccount() local
2208 CopyFromActiveList(std::vector<int32_t>& idList) RetryToGetAccount() argument
[all...]
H A Dos_account_control_file_manager.cpp467 ErrCode OsAccountControlFileManager::GetOsAccountIdList(std::vector<int32_t> &idList) in GetOsAccountIdList() argument
469 idList.clear(); in GetOsAccountIdList()
484 idList.emplace_back(id); in GetOsAccountIdList()
507 std::vector<std::string> idList; in GetOsAccountList() local
509 accountListJson, jsonObjectEnd, Constants::ACCOUNT_LIST, idList, OHOS::AccountSA::JsonType::ARRAY); in GetOsAccountList()
511 for (const auto& it : idList) { in GetOsAccountList()
/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));
/base/account/os_account/services/accountmgr/include/osaccount/
H A Dios_account_control.h32 virtual ErrCode GetOsAccountIdList(std::vector<int32_t> &idList) = 0;
H A Dos_account_control_file_manager.h44 ErrCode GetOsAccountIdList(std::vector<int32_t> &idList) override;
H A Diinner_os_account_manager.h160 void CopyFromActiveList(std::vector<int32_t>& idList);
/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 &response) in SetCBConfig()
118 cellBroadcastInfo.mids = idList.empty() ? "" : idList; in SetCBConfig()
113 SetCBConfig( int32_t mode, std::string idList, std::string dcsList, const AppExecFwk::InnerEvent::Pointer &response) SetCBConfig() argument
H A Dtel_ril_manager.cpp772 cbConfig.idList, cbConfig.dcsList); in SetCBConfig()
/base/telephony/core_service/interfaces/innerkits/include/
H A Dtelephony_types.h376 std::string idList = ""; member
/base/telephony/core_service/services/tel_ril/include/
H A Dtel_ril_sms.h46 int32_t mode, std::string idList, std::string dcsList, const AppExecFwk::InnerEvent::Pointer &response);
/base/print/print_fwk/test/unittest/fwk_print_service_ability_test/
H A Dprint_service_ability_test.cpp91 void InitExtPrinterIdList(std::vector<std::string> &idList, size_t count);
170 void PrintServiceAbilityTest::InitExtPrinterIdList(std::vector<std::string> &idList, size_t count) in InitExtPrinterIdList() argument
172 idList.clear(); in InitExtPrinterIdList()
173 idList.emplace_back(DEFAULT_EXT_PRINTER_ID); in InitExtPrinterIdList()
174 if (idList.size() < count) { in InitExtPrinterIdList()
175 idList.emplace_back(DEFAULT_EXT_PRINTER_ID2); in InitExtPrinterIdList()
/base/telephony/sms_mms/services/sms/
H A Dsms_misc_manager.cpp350 cbData.idList = RangeListToString(list); in SendDataToRil()
/base/security/access_token/services/accesstokenmanager/test/unittest/
H A Daccesstoken_info_manager_test.cpp2251 std::vector<AccessTokenID> idList; in HWTEST_F() local
2252 idList.emplace_back(tokenId); in HWTEST_F()
2253 PermissionManager::GetInstance().ClearAllSecCompGrantedPerm(idList); // permPolicySet is null in HWTEST_F()
/base/telephony/core_service/services/tel_ril/test/
H A Dtel_ril_test.cpp1034 std::string idList; in OnRequestSetRilCBConfigTest() local
1044 cBConfig.idList = "0,1,5,320-478,922"; in OnRequestSetRilCBConfigTest()
/base/telephony/core_service/test/unittest/tel_ril_gtest/
H A Dtel_ril_test_util.cpp1203 cbConfig.idList = "0,1,5,320-478,922"; in SetRilCmCBConfigTest()

Completed in 30 milliseconds