Home
last modified time | relevance | path

Searched refs:infos (Results 226 - 250 of 930) sorted by relevance

12345678910>>...38

/third_party/node/deps/openssl/openssl/crypto/store/
H A Dstore_result.c593 STACK_OF(OSSL_STORE_INFO) *infos = NULL; in try_pkcs12()
600 if ((infos = sk_OSSL_STORE_INFO_new_null()) != NULL) { in try_pkcs12()
605 && sk_OSSL_STORE_INFO_push(infos, osi_pkey) != 0) in try_pkcs12()
614 && sk_OSSL_STORE_INFO_push(infos, osi_cert) != 0) in try_pkcs12()
624 && sk_OSSL_STORE_INFO_push(infos, osi_ca) != 0) in try_pkcs12()
637 sk_OSSL_STORE_INFO_pop_free(infos, OSSL_STORE_INFO_free); in try_pkcs12()
638 infos = NULL; in try_pkcs12()
640 ctx->cached_info = infos; in try_pkcs12()
/third_party/openssl/crypto/store/
H A Dstore_result.c591 STACK_OF(OSSL_STORE_INFO) *infos = NULL; in try_pkcs12()
598 if ((infos = sk_OSSL_STORE_INFO_new_null()) != NULL) { in try_pkcs12()
603 && sk_OSSL_STORE_INFO_push(infos, osi_pkey) != 0) in try_pkcs12()
612 && sk_OSSL_STORE_INFO_push(infos, osi_cert) != 0) in try_pkcs12()
622 && sk_OSSL_STORE_INFO_push(infos, osi_ca) != 0) in try_pkcs12()
635 sk_OSSL_STORE_INFO_pop_free(infos, OSSL_STORE_INFO_free); in try_pkcs12()
636 infos = NULL; in try_pkcs12()
638 ctx->cached_info = infos; in try_pkcs12()
/foundation/multimedia/audio_framework/frameworks/native/audiopolicy/test/unittest/policy_test/src/
H A Daudio_policy_ext_unit_test.cpp140 * @tc.desc : Test GetVolumeGroupInfos interface. Get volume group infos and return ret.
144 std::vector<sptr<VolumeGroupInfo>> infos; in HWTEST() local
146 int32_t ret = AudioPolicyManager::GetInstance().GetVolumeGroupInfos(networkId, infos); in HWTEST()
148 EXPECT_EQ(infos.size(), 0); in HWTEST()
154 * @tc.desc : Test GetVolumeGroupInfos interface. Get volume group infos and return ret.
158 std::vector<sptr<VolumeGroupInfo>> infos; in HWTEST() local
160 int32_t ret = AudioPolicyManager::GetInstance().GetVolumeGroupInfos(networkId, infos); in HWTEST()
162 EXPECT_GT(infos.size(), 0); in HWTEST()
172 std::vector<sptr<VolumeGroupInfo>> infos; in HWTEST() local
174 int32_t ret = AudioPolicyManager::GetInstance().GetVolumeGroupInfos(networkId, infos); in HWTEST()
189 std::vector<sptr<VolumeGroupInfo>> infos; HWTEST() local
[all...]
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_aot_test/
H A Dbms_data_aot_test.cpp368 std::unordered_map<std::string, InnerBundleInfo> infos; in HWTEST_F() local
370 infos.emplace("", newInfo); in HWTEST_F()
371 installer.ProcessAOT(isOTA, infos); in HWTEST_F()
386 std::unordered_map<std::string, InnerBundleInfo> infos; in HWTEST_F() local
388 installer.ProcessAOT(isOTA, infos); in HWTEST_F()
391 infos.emplace("", newInfo); in HWTEST_F()
392 installer.ProcessAOT(isOTA, infos); in HWTEST_F()
408 std::unordered_map<std::string, InnerBundleInfo> infos; in HWTEST_F() local
410 installer.ProcessAOT(isOTA, infos); in HWTEST_F()
413 infos in HWTEST_F()
775 std::unordered_map<std::string, InnerBundleInfo> infos; HWTEST_F() local
798 std::unordered_map<std::string, InnerBundleInfo> infos; HWTEST_F() local
867 std::unordered_map<std::string, InnerBundleInfo> infos; HWTEST_F() local
951 std::unordered_map<std::string, InnerBundleInfo> infos; HWTEST_F() local
[all...]
/base/account/os_account/services/accountmgr/src/osaccount/
H A Dos_account_data_storage.cpp31 std::vector<OHOS::DistributedKv::Entry> allEntries, std::map<std::string, std::shared_ptr<IAccountInfo>> &infos) in SaveEntries()
47 infos.emplace(item.key.ToString(), std::make_shared<OsAccountInfo>(osAccountInfo)); in SaveEntries()
30 SaveEntries( std::vector<OHOS::DistributedKv::Entry> allEntries, std::map<std::string, std::shared_ptr<IAccountInfo>> &infos) SaveEntries() argument
/base/notification/distributed_notification_service/test/systemtest/acts/ansDump/
H A DansDumpTest.cpp81 std::vector<std::string> infos; in HWTEST_F() local
83 auto ret = ans_->ShellDump("active", infos); in HWTEST_F()
/foundation/ability/ability_runtime/test/fuzztest/getprocessrunninginfos_fuzzer/
H A Dgetprocessrunninginfos_fuzzer.cpp35 std::vector<RunningProcessInfo> infos; in DoSomethingInterestingWithMyAPI() local
42 abilityMgr->GetProcessRunningInfos(infos); in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/frameworks/js/napi/ability_manager/
H A Djs_ability_manager_utils.h29 napi_env env, const std::vector<AAFwk::AbilityRunningInfo> &infos);
31 napi_env env, const std::vector<AAFwk::ExtensionRunningInfo> &infos);
/foundation/ability/ability_runtime/interfaces/inner_api/connectionobs_manager/src/
H A Dconnection_observer_client.cpp55 int32_t ConnectionObserverClient::GetDlpConnectionInfos(std::vector<DlpConnectionInfo> &infos) in GetDlpConnectionInfos() argument
63 return clientImpl_->GetDlpConnectionInfos(infos); in GetDlpConnectionInfos()
/foundation/ability/ability_runtime/test/fuzztest/getabilityrunninginfos_fuzzer/
H A Dgetabilityrunninginfos_fuzzer.cpp35 std::vector<AAFwk::AbilityRunningInfo> infos; in DoSomethingInterestingWithMyAPI() local
42 abilityMgr->GetAbilityRunningInfos(infos); in DoSomethingInterestingWithMyAPI()
/foundation/barrierfree/accessibility/common/interface/include/
H A Daccessibility_element_operator_callback_proxy.h42 * @param infos The element info searched by accessibility id.
45 void SetSearchElementInfoByAccessibilityIdResult(const std::vector<AccessibilityElementInfo> &infos,
50 * @param infos The element information searched matched with text.
53 void SetSearchElementInfoByTextResult(const std::vector<AccessibilityElementInfo> &infos,
/foundation/barrierfree/accessibility/frameworks/aafwk/include/
H A Daccessibility_element_operator_callback_impl.h45 * @param infos The elements info searched by accessibility id.
48 virtual void SetSearchElementInfoByAccessibilityIdResult(const std::vector<AccessibilityElementInfo> &infos,
53 * @param infos The elements info searched by accessibility id.
56 virtual void SetSearchElementInfoByTextResult(const std::vector<AccessibilityElementInfo> &infos,
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_state_storage.h38 * @param infos Indicates the map to save all installed bundles.
41 bool LoadAllBundleStateData(std::map<std::string, std::map<int32_t, BundleUserInfo>> &infos);
70 nlohmann::json &jParse, std::map<std::string, std::map<int32_t, BundleUserInfo>> &infos);
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/default_app/
H A Ddefault_app_db_interface.h32 virtual bool GetDefaultApplicationInfos(int32_t userId, std::map<std::string, Element>& infos) = 0;
34 virtual bool SetDefaultApplicationInfos(int32_t userId, const std::map<std::string, Element>& infos) = 0;
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/appservicefwkinstallersavepreinstallbundleinfo_fuzzer/
H A Dappservicefwkinstallersavepreinstallbundleinfo_fuzzer.cpp33 std::unordered_map<std::string, InnerBundleInfo> infos; in DoSomethingInterestingWithMyAPI() local
36 appServiceFwk.SavePreInstallBundleInfo(ERR_APPEXECFWK_INSTALL_PARAM_ERROR, infos, installParam); in DoSomethingInterestingWithMyAPI()
/foundation/multimedia/av_session/services/session/server/
H A Dfocus_session_strategy.h45 void HandleAudioRenderStateChangeEvent(const AudioRendererChangeInfos& infos);
48 bool SelectFocusSession(const AudioRendererChangeInfos& infos, FocusSessionChangeInfo& sessionInfo);
/foundation/multimedia/ringtone_library/services/ringtone_restore/include/
H A Dringtone_restore.h34 virtual void OnFinished(std::vector<FileInfo> &infos) override;
36 void CheckRestoreFileInfos(std::vector<FileInfo> &infos);
/foundation/systemabilitymgr/samgr/interfaces/innerkits/rust/tests/
H A Dbasic.rs33 let infos = SystemAbilityManager::get_running_system_process(); in basic()
34 assert!(!infos.is_empty()); in basic()
/base/inputmethod/imf/services/src/
H A Dime_info_inquirer.cpp79 bool ImeInfoInquirer::QueryImeExtInfos(const int32_t userId, std::vector<ExtensionAbilityInfo> &infos) in QueryImeExtInfos() argument
87 if (!bundleMgr->QueryExtensionAbilityInfos(ExtensionAbilityType::INPUTMETHOD, userId, infos)) { in QueryImeExtInfos()
88 IMSA_HILOGF("query extension infos failed from bundleMgr!"); in QueryImeExtInfos()
273 auto infos = FullImeInfoManager::GetInstance().Get(userId); in ListInputMethod() local
274 for (const auto &info : infos) { in ListInputMethod()
394 auto infos = FullImeInfoManager::GetInstance().Get(userId); in ListInputMethodSubtype() local
396 infos.begin(), infos.end(), [&bundleName](const FullImeInfo &info) { return info.prop.name == bundleName; }); in ListInputMethodSubtype()
397 if (it != infos.end()) { in ListInputMethodSubtype()
679 auto infos in GetCurrentInputMethod() local
696 auto infos = FullImeInfoManager::GetInstance().Get(userId); GetCurrentSubtype() local
802 auto infos = FullImeInfoManager::GetInstance().Get(userId); GetDefaultInputMethod() local
974 std::vector<FullImeInfo> infos; QueryFullImeInfo() local
1096 std::vector<RunningProcessInfo> infos; GetRunningIme() local
[all...]
/base/hiviewdfx/hidumper/frameworks/native/include/executor/memory/
H A Dsmaps_memory_info.h61 void BuildSmapsResult(const GroupMap &infos, StringMatrix result, bool isShowSmapsInfo,
64 bool CalcSmapsStatData(MemInfoData::MemSmapsInfo &memSmapsInfo, const GroupMap &infos);
67 void CalcSmapsGroup(const GroupMap &infos, StringMatrix result, MemInfoData::MemSmapsInfo &memSmapsInfo,
/base/account/os_account/services/accountmgr/include/
H A Daccount_data_storage.h41 ErrCode LoadAllData(std::map<std::string, std::shared_ptr<IAccountInfo>> &infos);
44 ErrCode LoadDataByLocalFuzzyQuery(std::string subId, std::map<std::string, std::shared_ptr<IAccountInfo>> &infos);
47 std::map<std::string, std::shared_ptr<IAccountInfo>> &infos) = 0;
/base/print/print_fwk/frameworks/innerkitsimpl/scan_impl/src/
H A Dscan_callback_stub.cpp120 std::vector<ScanDeviceInfo> infos; in HandleSendDeviceList() local
130 infos.emplace_back(*info); in HandleSendDeviceList()
132 bool result = OnGetDevicesList(infos); in HandleSendDeviceList()
/base/useriam/user_auth_framework/services/core/src/
H A Didentification_impl.cpp88 std::vector<HdiScheduleInfo> infos = {}; in Start() local
89 infos.emplace_back(info); in Start()
94 if (!ScheduleNodeHelper::BuildFromHdi(infos, callback, scheduleList, para)) { in Start()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Del5_filekey_callback.cpp25 void El5FilekeyCallback::OnRegenerateAppKey(std::vector<Security::AccessToken::AppKeyInfo> &infos) in OnRegenerateAppKey() argument
28 if (infos.empty()) { in OnRegenerateAppKey()
29 APP_LOGE("OnRegenerateAppKey infos is empty"); in OnRegenerateAppKey()
37 for (auto &info : infos) { in OnRegenerateAppKey()
/foundation/graphic/graphic_surface/surface/test/fuzztest/bufferutils_fuzzer/
H A Dbufferutils_fuzzer.cpp58 std::vector<BufferVerifyAllocInfo> infos = {vaInfo}; in DoSomethingInterestingWithMyAPI() local
59 WriteVerifyAllocInfo(parcel, infos); in DoSomethingInterestingWithMyAPI()
60 ReadVerifyAllocInfo(parcel, infos); in DoSomethingInterestingWithMyAPI()

Completed in 14 milliseconds

12345678910>>...38