Lines Matching refs:SetParam
352 DistributedWant& SetParam(const std::string& key, const sptr<IRemoteObject>& remoteObject);
360 DistributedWant& SetParam(const std::string& key, bool value);
368 DistributedWant& SetParam(const std::string& key, const std::vector<bool>& value);
393 DistributedWant& SetParam(const std::string& key, AAFwk::byte value);
401 DistributedWant& SetParam(const std::string& key, const std::vector<AAFwk::byte>& value);
426 DistributedWant& SetParam(const std::string& key, AAFwk::zchar value);
434 DistributedWant& SetParam(const std::string& key, const std::vector<AAFwk::zchar>& value);
459 DistributedWant& SetParam(const std::string& key, int value);
467 DistributedWant& SetParam(const std::string& key, const std::vector<int>& value);
492 DistributedWant& SetParam(const std::string& key, double value);
500 DistributedWant& SetParam(const std::string& key, const std::vector<double>& value);
524 DistributedWant& SetParam(const std::string& key, float value);
532 DistributedWant& SetParam(const std::string& key, const std::vector<float>& value);
551 DistributedWant& SetParam(const std::string& key, long long value);
559 DistributedWant& SetParam(const std::string& key, long value);
567 DistributedWant& SetParam(const std::string& key, const std::vector<long>& value);
592 DistributedWant& SetParam(const std::string& key, short value);
600 DistributedWant& SetParam(const std::string& key, const std::vector<short>& value);
624 DistributedWant& SetParam(const std::string& key, const std::string& value);
632 DistributedWant& SetParam(const std::string& key, const std::vector<std::string>& value);