Home
last modified time | relevance | path

Searched defs:infos (Results 1 - 25 of 475) sorted by relevance

12345678910>>...19

/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/default_app/
H A Ddefault_app_data.h27 std::map<std::string, Element> infos; member
/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/distributed_ledger/src/
H A Dlnn_meta_node_ledger_virtual.c44 int32_t LnnGetAllMetaNodeInfo(MetaNodeInfo *infos, int32_t *infoNum) in LnnGetAllMetaNodeInfo() argument
/third_party/node/test/fixtures/wpt/WebCryptoAPI/derive_bits_keys/
H A Dhkdf_vectors.js
/foundation/ability/form_fwk/test/fuzztest/formabilityconnectionreporter_fuzzer/
H A Dformabilityconnectionreporter_fuzzer.cpp47 std::vector<AppExecFwk::RunningProcessInfo> infos; in DoSomethingInterestingWithMyAPI() local
/foundation/ability/ability_runtime/test/fuzztest/getprocessrunninginfosbyuserid_fuzzer/
H A Dgetprocessrunninginfosbyuserid_fuzzer.cpp46 std::vector<RunningProcessInfo> infos; in DoSomethingInterestingWithMyAPI() local
/foundation/ability/ability_runtime/test/fuzztest/getprocessrunninginfos_fuzzer/
H A Dgetprocessrunninginfos_fuzzer.cpp35 std::vector<RunningProcessInfo> infos; in DoSomethingInterestingWithMyAPI() local
/foundation/ability/ability_runtime/test/fuzztest/dumpabilityinfodone_fuzzer/
H A Ddumpabilityinfodone_fuzzer.cpp61 std::vector<std::string> infos; in DoSomethingInterestingWithMyAPI() local
/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
/foundation/ability/ability_runtime/test/fuzztest/abilityappdebugmanager_fuzzer/
H A Dabilityappdebugmanager_fuzzer.cpp43 std::vector<AppDebugInfo> infos; in DoSomethingInterestingWithMyAPI() local
/foundation/ability/ability_runtime/test/fuzztest/getabilityrunninginfos_fuzzer/
H A Dgetabilityrunninginfos_fuzzer.cpp35 std::vector<AAFwk::AbilityRunningInfo> infos; in DoSomethingInterestingWithMyAPI() local
/foundation/ability/ability_runtime/test/unittest/cj_ability_object_test/
H A Dcj_ability_object_test.cpp50 std::vector<std::string> infos = {"123"}; in ProxyCall() local
/foundation/barrierfree/accessibility/frameworks/aafwk/test/unittest/
H A Daccessibility_element_operator_callback_impl_extension_test.cpp74 std::vector<AccessibilityElementInfo> infos; in HWTEST_F() local
95 std::vector<AccessibilityElementInfo> infos; in HWTEST_F() local
116 std::vector<AccessibilityElementInfo> infos; in HWTEST_F() local
137 std::vector<AccessibilityElementInfo> infos; in HWTEST_F() local
158 std::vector<AccessibilityElementInfo> infos; HWTEST_F() local
181 std::vector<AccessibilityElementInfo> infos; HWTEST_F() local
202 std::vector<AccessibilityElementInfo> infos; HWTEST_F() local
223 std::vector<AccessibilityElementInfo> infos; HWTEST_F() local
244 std::vector<AccessibilityElementInfo> infos; HWTEST_F() local
265 std::vector<AccessibilityElementInfo> infos; HWTEST_F() local
[all...]
H A Daccessibility_element_operator_callback_impl_test.cpp73 std::vector<AccessibilityElementInfo> infos; in HWTEST_F() local
94 std::vector<AccessibilityElementInfo> infos; in HWTEST_F() local
115 std::vector<AccessibilityElementInfo> infos; in HWTEST_F() local
136 std::vector<AccessibilityElementInfo> infos; in HWTEST_F() local
157 std::vector<AccessibilityElementInfo> infos; HWTEST_F() local
[all...]
/foundation/barrierfree/accessibility/frameworks/aafwk/src/
H A Daccessibility_element_operator_callback_impl.cpp32 SetSearchElementInfoByTextResult( const std::vector<AccessibilityElementInfo> &infos, const int32_t requestId) SetSearchElementInfoByTextResult() argument
43 SetSearchElementInfoByAccessibilityIdResult( const std::vector<AccessibilityElementInfo> &infos, const int32_t requestId) SetSearchElementInfoByAccessibilityIdResult() argument
/foundation/arkui/ace_engine/test/unittest/interfaces/
H A Dui_content_test.cpp35 auto infos = std::vector<std::string>(); in HWTEST_F() local
/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
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/hmpbundleinstaller_fuzzer/
H A Dhmpbundleinstaller_fuzzer.cpp34 std::unordered_map<std::string, InnerBundleInfo> infos; in DoSomethingInterestingWithMyAPI() local
42 hmpBundleInstaller.UpdateInnerBundleInfo(std::string(data, size), infos); in DoSomethingInterestingWithMyAPI() local
43 hmpBundleInstaller.ParseInfos(std::string(data, size), std::string(data, size), infos); in DoSomethingInterestingWithMyAPI() local
44 hmpBundleInstaller.ParseHapFiles(std::string(data, size), infos); in DoSomethingInterestingWithMyAPI() local
47 hmpBundleInstaller.UpdatePreInfoInDb(std::string(data, size), infos); in DoSomethingInterestingWithMyAPI() local
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/
H A Dbundle_data_storage_rdb.cpp34 bool BundleDataStorageRdb::LoadAllData(std::map<std::string, InnerBundleInfo> &infos) in LoadAllData() argument
65 void BundleDataStorageRdb::UpdateDataBase(std::map<std::string, InnerBundleInfo> &infos) in UpdateDataBase() argument
60 TransformStrToInfo( const std::map<std::string, std::string> &datas, std::map<std::string, InnerBundleInfo> &infos) TransformStrToInfo() argument
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/appservicefwkinstallercheckapplabelinfo_fuzzer/
H A Dappservicefwkinstallercheckapplabelinfo_fuzzer.cpp35 std::unordered_map<std::string, InnerBundleInfo> infos; in DoSomethingInterestingWithMyAPI() local
/foundation/graphic/graphic_3d/lume/metaobject/src/
H A Dclass_registry.cpp88 BASE_NS::vector<IClassInfo::ConstPtr> infos; in GetAllTypes() local
106 BASE_NS::vector<IClassInfo::ConstPtr> infos; in GetAllTypes() local
/foundation/multimedia/av_session/services/session/server/
H A Dfocus_session_strategy.cpp50 void FocusSessionStrategy::HandleAudioRenderStateChangeEvent(const AudioRendererChangeInfos& infos) in HandleAudioRenderStateChangeEvent() argument
79 bool FocusSessionStrategy::SelectFocusSession(const AudioRendererChangeInfos& infos, in SelectFocusSession() argument
/foundation/multimedia/av_session/services/session/server/test/
H A Dfocus_session_strategy_test.cpp61 AudioRendererChangeInfos infos; in HWTEST_F() local
81 AudioRendererChangeInfos infos; in HWTEST_F() local
103 AudioRendererChangeInfos infos; in HWTEST_F() local
123 AudioRendererChangeInfos infos; in HWTEST_F() local
151 AudioRendererChangeInfos infos; HWTEST_F() local
173 AudioRendererChangeInfos infos; HWTEST_F() local
205 AudioRendererChangeInfos infos; HWTEST_F() local
[all...]
/foundation/resourceschedule/background_task_mgr/test/systemtest/
H A Dbgtask_dump_test.cpp73 std::vector<std::string> infos; in HWTEST_F() local
89 std::vector<std::string> infos; in HWTEST_F() local
105 std::vector<std::string> infos; in HWTEST_F() local
122 std::vector<std::string> infos; in HWTEST_F() local
/foundation/resourceschedule/work_scheduler/services/test/src/
H A Devent_publisher_test.cpp60 std::vector<std::pair<string, string>> infos = { in HWTEST_F() local
/foundation/communication/dsoftbus/tests/sdk/bus_center/unittest/
H A Dbus_center_meta_node_sdk_test.cpp64 MetaNodeInfo infos[MAX_META_NODE_NUM]; in HWTEST_F() local
95 MetaNodeInfo infos[MAX_META_NODE_NUM]; in HWTEST_F() local
[all...]

Completed in 7 milliseconds

12345678910>>...19