Searched refs:Infos (Results 1 - 5 of 5) sorted by relevance
/foundation/ability/ability_runtime/test/fuzztest/missionlistenercontroller_fuzzer/ |
H A D | missionlistenercontroller_fuzzer.cpp | 186 std::shared_ptr<MissionListenerController> Infos = std::make_shared<MissionListenerController>(); in DoSomethingInterestingWithMyAPI() local 187 Infos->Init(); in DoSomethingInterestingWithMyAPI() 189 Infos->AddMissionListener(listener); in DoSomethingInterestingWithMyAPI() 190 Infos->DelMissionListener(listener); in DoSomethingInterestingWithMyAPI() 192 Infos->AddMissionListener(listener); in DoSomethingInterestingWithMyAPI() 193 Infos->DelMissionListener(listener); in DoSomethingInterestingWithMyAPI() 194 Infos->missionListeners_.push_back(listener); in DoSomethingInterestingWithMyAPI() 195 Infos->AddMissionListener(listener); in DoSomethingInterestingWithMyAPI() 196 Infos->DelMissionListener(listener); in DoSomethingInterestingWithMyAPI() 198 Infos in DoSomethingInterestingWithMyAPI() [all...] |
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/common/ |
H A D | common_func.h | 166 static void ConvertOverlayModuleInfos(napi_env env, const std::vector<OverlayModuleInfo> &Infos, napi_value objInfos);
|
H A D | common_func.cpp | 2192 void CommonFunc::ConvertOverlayModuleInfos(napi_env env, const std::vector<OverlayModuleInfo> &Infos, in ConvertOverlayModuleInfos() argument 2195 for (size_t index = 0; index < Infos.size(); ++index) { in ConvertOverlayModuleInfos() 2198 ConvertOverlayModuleInfo(env, Infos[index], objInfo); in ConvertOverlayModuleInfos()
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/src/ipc_conn/ |
H A D | connect.rs | 757 infos: HashMap<i32, Infos>, 894 pub(crate) struct Infos {
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/ |
H A D | bms_bundle_installer_test.cpp | 6791 std::unordered_map<std::string, InnerBundleInfo> Infos; in HWTEST_F() local 6792 installer.UpdatePreInfoInDb(bundleName, Infos); in HWTEST_F()
|
Completed in 24 milliseconds