Home
last modified time | relevance | path

Searched refs:ads (Results 1 - 6 of 6) sorted by relevance

/domains/advertising/advertising/common/ipc/src/
H A Dad_load_callback_stub.cpp74 inline void ParseSingleAd(std::vector<AAFwk::Want> &ads, cJSON *item) in ParseSingleAd() argument
78 ads.emplace_back(want); in ParseSingleAd()
81 void ParseAdArray(std::string adsString, std::vector<AAFwk::Want> &ads) in ParseAdArray() argument
91 ADS_HILOGI(OHOS::Cloud::ADS_MODULE_COMMON, "ads size is: %{public}d.", size); in ParseAdArray()
94 ParseSingleAd(ads, item); in ParseAdArray()
100 void ParseAdMap(std::string adsString, std::map<std::string, std::vector<AAFwk::Want>> &ads) in ParseAdMap() argument
119 ads[key] = want; in ParseAdMap()
/domains/advertising/advertising/frameworks/js/napi/autoadcomponent/
H A Dautoadcomponent.js46 this.ads = void 0;
65 void 0 !== t.ads && (this.ads = t.ads);
144 ads: this.ads,
146 'ability.want.params.uiExtensionType': 'ads'
162 this.ads = t;
169 ads: t
/domains/advertising/advertising/frameworks/js/napi/adcomponent/
H A Dadcomponent.js37 this.ads = [];
61 'ads',
132 if (((t = this.ads[0]) === null || t === void 0 ? void 0 : t.adType) === 3) {
134 const u = (s = this.ads[0].minEffectiveShowRatio) !== null && s !== void 0 ? s : DEFAULT_MIN_SHOW_RATIO;
167 this.uniqueId = (t = this.ads[0]) === null || t === void 0 ? void 0 : t.uniqueId;
231 if (((t = this.ads[0]) === null || t === void 0 ? void 0 : t.adType) === 3 &&
232 ((d1 = this.ads[0]) === null || d1 === void 0 ? void 0 : d1.creativeType) !== 99 &&
233 ((e1 = this.ads[0]) === null || e1 === void 0 ? void 0 : e1.canSelfRendering)) {
261 t.onStatusChanged('onConnect', this.ads[0], 'onAdRenderer connect api service.');
316 t.onStatusChanged('onAdClick', this.ads[
[all...]
/domains/advertising/advertising/frameworks/js/napi/ads/src/
H A Dadvertising.js91 return (ads) => {
94 const adsArray = JSON.parse(ads);
H A Dad_load_napi_common.cpp91 napi_create_string_utf8(data->env, data->ads.c_str(), NAPI_AUTO_LENGTH, &result); in UvQueneWorkOnAdLoadSuccess()
160 param->ads = result; in OnAdLoadSuccess()
/domains/advertising/advertising/frameworks/js/napi/ads/include/
H A Dad_load_napi_common.h49 std::string ads; member

Completed in 4 milliseconds