Home
last modified time | relevance | path

Searched refs:Infos (Results 1 - 5 of 5) sorted by relevance

/foundation/ability/ability_runtime/test/fuzztest/missionlistenercontroller_fuzzer/
H A Dmissionlistenercontroller_fuzzer.cpp186 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 Dcommon_func.h166 static void ConvertOverlayModuleInfos(napi_env env, const std::vector<OverlayModuleInfo> &Infos, napi_value objInfos);
H A Dcommon_func.cpp2192 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 Dconnect.rs757 infos: HashMap<i32, Infos>,
894 pub(crate) struct Infos {
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/
H A Dbms_bundle_installer_test.cpp6791 std::unordered_map<std::string, InnerBundleInfo> Infos; in HWTEST_F() local
6792 installer.UpdatePreInfoInDb(bundleName, Infos); in HWTEST_F()

Completed in 22 milliseconds