Searched refs:GetInterfaceByType (Results 1 – 11 of 11) sorted by relevance
219 DistributedWantParams::GetInterfaceByType(DistributedWantParams::VALUE_TYPE_STRING, value);234 DistributedWantParams::GetInterfaceByType(DistributedWantParams::VALUE_TYPE_BYTE, value);248 DistributedWantParams::GetInterfaceByType(DistributedWantParams::VALUE_TYPE_CHAR, value);262 DistributedWantParams::GetInterfaceByType(DistributedWantParams::VALUE_TYPE_SHORT, value);289 DistributedWantParams::GetInterfaceByType(DistributedWantParams::VALUE_TYPE_LONG, value);303 DistributedWantParams::GetInterfaceByType(DistributedWantParams::VALUE_TYPE_FLOAT, value);332 DistributedWantParams::GetInterfaceByType(DistributedWantParams::VALUE_TYPE_ARRAY, value);387 DistributedWantParams::GetInterfaceByType(DistributedWantParams::VALUE_TYPE_BYTE, value);401 DistributedWantParams::GetInterfaceByType(DistributedWantParams::VALUE_TYPE_CHAR, value);524 DistributedWantParams::GetInterfaceByType(DistributedWantParams::VALUE_TYPE_BYTE, value);[all …]
388 sptr<IInterface> byteObj = WantParams::GetInterfaceByType(WantParams::VALUE_TYPE_BYTE, value);401 sptr<IInterface> charObj = WantParams::GetInterfaceByType(WantParams::VALUE_TYPE_CHAR, value);427 sptr<IInterface> intObj = WantParams::GetInterfaceByType(WantParams::VALUE_TYPE_INT, value);440 sptr<IInterface> longObj = WantParams::GetInterfaceByType(WantParams::VALUE_TYPE_LONG, value);532 sptr<IInterface> byteObj = WantParams::GetInterfaceByType(WantParams::VALUE_TYPE_BYTE, value);545 sptr<IInterface> charObj = WantParams::GetInterfaceByType(WantParams::VALUE_TYPE_CHAR, value);571 sptr<IInterface> intObj = WantParams::GetInterfaceByType(WantParams::VALUE_TYPE_INT, value);584 sptr<IInterface> longObj = WantParams::GetInterfaceByType(WantParams::VALUE_TYPE_LONG, "-1");661 sptr<IInterface> byteObj = WantParams::GetInterfaceByType(WantParams::VALUE_TYPE_BYTE, value);697 sptr<IInterface> intObj = WantParams::GetInterfaceByType(WantParams::VALUE_TYPE_INT, value);[all …]
167 … WantParams::GetInterfaceByType(typeId, str.substr(strnum, str.find('"', strnum) - strnum))); in Parse()220 … WantParams::GetInterfaceByType(typeId, str.substr(strnum, str.find('"', strnum) - strnum))); in ParseWantParams()274 WantParams::GetInterfaceByType(typeId, str.substr(strnum, index - 1 - strnum))); in ParseWantParamsWithBrackets()
334 sptr<IInterface> WantParams::GetInterfaceByType(int typeId, const std::string &value) in GetInterfaceByType() function in OHOS::AAFwk::WantParams
166 DistributedWantParams::GetInterfaceByType(typeId, in Parse()233 DistributedWantParams::GetInterfaceByType(typeId, in ParseWantParams()
450 sptr<IInterface> DistributedWantParams::GetInterfaceByType(int typeId, const std::string& value) in GetInterfaceByType() function in OHOS::DistributedSchedule::DistributedWantParams
162 …wantParam->SetParam("entityId", AppExecFwk::WantParams::GetInterfaceByType(interfaceType, assetId)… in GetPlayIntentParam()
179 DistributedWantParams::GetInterfaceByType(DistributedWantParams::VALUE_TYPE_STRING, value); in DoSomethingInterestingWithMyApiDistributedWantParams004()
72 static sptr<IInterface> GetInterfaceByType(int typeId, const std::string &value);
57 static sptr<AAFwk::IInterface> GetInterfaceByType(int typeId, const std::string& value);
603 sptr<AAFwk::IInterface> exInterface = AAFwk::WantParams::GetInterfaceByType(typeId, in ParseParametersFromJsonStr()