Home
last modified time | relevance | path

Searched refs:infos (Results 201 - 225 of 922) sorted by relevance

12345678910>>...37

/foundation/barrierfree/accessibility/services/test/mock/
H A Dmock_accessibility_element_operator_callback.h27 MOCK_METHOD2(SetSearchElementInfoByAccessibilityIdResult, void(const std::list<AccessibilityElementInfo> &infos,
29 MOCK_METHOD2(SetSearchElementInfoByTextResult, void(const std::list<AccessibilityElementInfo> &infos,
/foundation/barrierfree/accessibility/common/interface/include/
H A Di_accessibility_element_operator_callback.h36 * @param infos The element info searched by accessibility id.
39 virtual void SetSearchElementInfoByAccessibilityIdResult(const std::vector<AccessibilityElementInfo> &infos,
44 * @param infos The element information searched matched with text.
47 virtual void SetSearchElementInfoByTextResult(const std::vector<AccessibilityElementInfo> &infos,
/foundation/barrierfree/accessibility/frameworks/aafwk/test/mock/include/
H A Dmock_accessibility_element_operator_callback_impl.h29 MOCK_METHOD2(SetSearchElementInfoByAccessibilityIdResult, void(const std::vector<AccessibilityElementInfo> &infos,
31 MOCK_METHOD2(SetSearchElementInfoByTextResult, void(const std::vector<AccessibilityElementInfo> &infos,
/foundation/barrierfree/accessibility/interfaces/innerkits/asacfwk/include/
H A Daccessibility_element_operator_callback.h36 * @param infos The element information searched by accessibility id.
39 virtual void SetSearchElementInfoByAccessibilityIdResult(const std::list<AccessibilityElementInfo> &infos,
44 * @param infos The element information searched matched with text.
47 virtual void SetSearchElementInfoByTextResult(const std::list<AccessibilityElementInfo> &infos,
/foundation/barrierfree/accessibility/services/aams/test/mock/src/
H A Dmock_window_manager.cpp33 WMError WindowManager::GetAccessibilityWindowInfo(std::vector<sptr<AccessibilityWindowInfo>>& infos) const in GetAccessibilityWindowInfo()
36 infos.emplace_back(winInfo); in GetAccessibilityWindowInfo()
/foundation/communication/netstack/test/unittest/tls_test/client/
H A Dtls_utils_test.cpp27 std::string infos = ss.str(); in ChangeToFile() local
29 return infos; in ChangeToFile()
/foundation/communication/netstack/test/unittest/tlssocket/client/
H A Dtls_utils_test.cpp27 std::string infos = ss.str(); in ChangeToFile() local
29 return infos; in ChangeToFile()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbase_bundle_installer.cpp169 const std::unordered_map<std::string, InnerBundleInfo> &infos) in SendStartInstallNotify()
179 for (const auto &item : infos) { in SendStartInstallNotify()
1152 // parse the bundle infos for all haps in ProcessBundleInstall()
3138 const std::unordered_map<std::string, InnerBundleInfo> &infos) in CheckInstallOnKeepData()
3143 if (!InitDataMgr() || infos.empty()) { in CheckInstallOnKeepData()
3144 LOG_E(BMS_TAG_INSTALLER, "init failed or empty infos"); in CheckInstallOnKeepData()
3153 if (infos.begin()->second.GetAppIdentifier() != uninstallBundleInfo.appIdentifier && in CheckInstallOnKeepData()
3154 infos.begin()->second.GetAppId() != uninstallBundleInfo.appId) { in CheckInstallOnKeepData()
3252 std::vector<DataGroupInfo> infos; in RemoveDataGroupDirs() local
3257 if (!(dataMgr_->QueryDataGroupInfos(bundleName, userId, infos))) { in RemoveDataGroupDirs()
168 SendStartInstallNotify(const InstallParam &installParam, const std::unordered_map<std::string, InnerBundleInfo> &infos) SendStartInstallNotify() argument
3137 CheckInstallOnKeepData(const std::string &bundleName, bool isOTA, const std::unordered_map<std::string, InnerBundleInfo> &infos) CheckInstallOnKeepData() argument
3692 ParseHapFiles( const std::vector<std::string> &bundlePaths, const InstallParam &installParam, const Constants::AppType appType, std::vector<Security::Verify::HapVerifyResult> &hapVerifyRes, std::unordered_map<std::string, InnerBundleInfo> &infos) ParseHapFiles() argument
3946 SetInstallSourceToAppInfo(std::unordered_map<std::string, InnerBundleInfo> &infos, const InstallParam &installParam) const SetInstallSourceToAppInfo() argument
3955 SetApplicationFlagsForPreinstallSource( std::unordered_map<std::string, InnerBundleInfo> &infos, const InstallParam &installParam) const SetApplicationFlagsForPreinstallSource() argument
3964 SetAppDistributionType(const std::unordered_map<std::string, InnerBundleInfo> &infos) SetAppDistributionType() argument
3973 GenerateOdid( std::unordered_map<std::string, InnerBundleInfo> &infos, const std::vector<Security::Verify::HapVerifyResult> &hapVerifyRes) const GenerateOdid() argument
3999 ProcessDataGroupInfo(const std::vector<std::string> &bundlePaths, std::unordered_map<std::string, InnerBundleInfo> &infos, int32_t userId, const std::vector<Security::Verify::HapVerifyResult> &hapVerifyRes) ProcessDataGroupInfo() argument
4023 CheckInstallCondition( std::vector<Security::Verify::HapVerifyResult> &hapVerifyRes, std::unordered_map<std::string, InnerBundleInfo> &infos, bool isSysCapValid) CheckInstallCondition() argument
4065 CheckDependency(std::unordered_map<std::string, InnerBundleInfo> &infos, const SharedBundleInstaller &sharedBundleInstaller) CheckDependency() argument
4078 CheckHapHashParams( std::unordered_map<std::string, InnerBundleInfo> &infos, std::map<std::string, std::string> hashParams) CheckHapHashParams() argument
4085 CheckAppLabelInfo(const std::unordered_map<std::string, InnerBundleInfo> &infos) CheckAppLabelInfo() argument
4110 CheckApiInfo(const std::unordered_map<std::string, InnerBundleInfo> &infos) CheckApiInfo() argument
4122 CheckMultiNativeFile( std::unordered_map<std::string, InnerBundleInfo> &infos) CheckMultiNativeFile() argument
4128 CheckProxyDatas( const std::unordered_map<std::string, InnerBundleInfo> &infos) CheckProxyDatas() argument
4579 ProcessEncryptedKeyExisted(int32_t res, uint32_t type, const std::vector<CodeProtectBundleInfo> &infos) ProcessEncryptedKeyExisted() argument
4616 GetAllConeCodeProtectBundleInfos(std::vector<CodeProtectBundleInfo> &infos, const InnerBundleInfo &innerBundleInfo) GetAllConeCodeProtectBundleInfos() argument
4778 SaveHapPathToRecords( bool isPreInstallApp, const std::unordered_map<std::string, InnerBundleInfo> &infos) SaveHapPathToRecords() argument
4807 SaveHapToInstallPath(const std::unordered_map<std::string, InnerBundleInfo> &infos) SaveHapToInstallPath() argument
5268 VerifyCodeSignatureForHap(const std::unordered_map<std::string, InnerBundleInfo> &infos, const std::string &srcHapPath, const std::string &realHapPath) VerifyCodeSignatureForHap() argument
5496 CheckHapEncryption(const std::unordered_map<std::string, InnerBundleInfo> &infos) CheckHapEncryption() argument
5544 MoveFileToRealInstallationDir( const std::unordered_map<std::string, InnerBundleInfo> &infos) MoveFileToRealInstallationDir() argument
5572 MoveSoFileToRealInstallationDir( const std::unordered_map<std::string, InnerBundleInfo> &infos) MoveSoFileToRealInstallationDir() argument
6213 SetDisposedRuleWhenBundleUpdateStart( const std::unordered_map<std::string, InnerBundleInfo> &infos, const InnerBundleInfo &oldBundleInfo, bool isPreInstallApp) SetDisposedRuleWhenBundleUpdateStart() argument
[all...]
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()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/utils/src/
H A Dimage_type_converter.cpp68 static T Find(T (&infos)[L], C compare)
70 for (T iter : infos) {
75 return infos[DEFAULT_INDEX];
/foundation/multimedia/av_session/services/session/adapter/
H A Dapp_manager_adapter.cpp68 std::vector<RunningProcessInfo> infos; in IsAppBackground() local
69 if (appManager_.GetAllRunningProcesses(infos) != AppMgrResultCode::RESULT_OK) { in IsAppBackground()
73 for (const auto& info : infos) { in IsAppBackground()
/foundation/window/window_manager/test/common/mock/
H A Dmock_window_adapter.h50 MOCK_METHOD1(GetVisibilityWindowInfo, WMError(std::vector<sptr<WindowVisibilityInfo>>& infos));
51 MOCK_METHOD1(GetAccessibilityWindowInfo, WMError(std::vector<sptr<AccessibilityWindowInfo>>& infos));
52 MOCK_METHOD2(GetUnreliableWindowInfo, WMError(int32_t windowId, std::vector<sptr<UnreliableWindowInfo>>& infos));
/foundation/communication/dsoftbus/tests/sdk/bus_center/unittest/
H A Dbus_center_server_test.cpp152 MetaNodeInfo infos; in HWTEST_F() local
155 (void)memset_s(&infos, sizeof(MetaNodeInfo), 0, sizeof(MetaNodeInfo)); in HWTEST_F()
156 int32_t ret = ServerIpcGetAllMetaNodeInfo(pkgName, &infos, &infoNum); in HWTEST_F()
/foundation/communication/netmanager_base/interfaces/innerkits/netstatsclient/include/proxy/
H A Di_net_stats_service.h46 virtual int32_t GetAllSimStatsInfo(std::vector<NetStatsInfo> &infos) = 0;
47 virtual int32_t GetTrafficStatsByNetwork(std::unordered_map<uint32_t, NetStatsInfo> &infos,
49 virtual int32_t GetTrafficStatsByUidNetwork(std::vector<NetStatsInfoSequence> &infos, uint32_t uid,
/foundation/window/window_manager/window_scene/session/container/include/zidl/
H A Dsession_stage_stub.h76 bool CalculateDataSize(const std::vector<std::string>& infos);
78 const std::vector<std::string>& infos, MessageParcel& reply);
80 const std::vector<std::string>& infos, MessageParcel& reply);
/foundation/window/window_manager/wm/include/
H A Dwindow_adapter_lite.h45 virtual WMError GetVisibilityWindowInfo(std::vector<sptr<WindowVisibilityInfo>>& infos);
49 virtual WMError GetAllMainWindowInfos(std::vector<MainWindowInfo>& infos);
59 virtual WMError GetAccessibilityWindowInfo(std::vector<sptr<AccessibilityWindowInfo>>& infos);
/kernel/linux/linux-5.10/block/partitions/
H A Dsun.c37 } infos[8]; in sun_partition() member
119 if (be16_to_cpu(label->vtoc.infos[i].id) == LINUX_RAID_PARTITION) in sun_partition()
121 else if (be16_to_cpu(label->vtoc.infos[i].id) == SUN_WHOLE_DISK) in sun_partition()
/kernel/linux/linux-6.6/block/partitions/
H A Dsun.c37 } infos[8]; in sun_partition() member
118 if (be16_to_cpu(label->vtoc.infos[i].id) == LINUX_RAID_PARTITION) in sun_partition()
120 else if (be16_to_cpu(label->vtoc.infos[i].id) == SUN_WHOLE_DISK) in sun_partition()
/drivers/peripheral/camera/hdi_service/v1_0/include/
H A Dstream_operator_service_callback.h38 int32_t OnCaptureEnded(int32_t captureId, const std::vector<VdiCaptureEndedInfo> &infos) override;
40 int32_t OnCaptureError(int32_t captureId, const std::vector<VdiCaptureErrorInfo> &infos) override;
/drivers/peripheral/camera/vdi_base/interfaces/v1_0/
H A Distream_operator_vdi_callback.h39 virtual int32_t OnCaptureEnded(int32_t captureId, const std::vector<VdiCaptureEndedInfo> &infos) = 0;
41 virtual int32_t OnCaptureError(int32_t captureId, const std::vector<VdiCaptureErrorInfo> &infos) = 0;
/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()

Completed in 15 milliseconds

12345678910>>...37