Home
last modified time | relevance | path

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

/domains/advertising/advertising/frameworks/js/napi/ads/src/
H A Dadvertising.js80 Object.keys(adsObj)?.forEach(key => {
81 resultMap.set(key, adsObj[key]);
142 const key = item.substring(0, i);
144 map[key] = value;
H A Dadvertising.cpp148 napi_value GetLongStringProperty(const napi_env &env, napi_value &value, const std::string &key, in GetLongStringProperty() argument
158 NAPI_CALL(env, napi_has_named_property(env, value, key.c_str(), &hasLongStrProperty)); in GetLongStringProperty()
160 napi_get_named_property(env, value, key.c_str(), &result); in GetLongStringProperty()
176 napi_value GetShortStringProperty(const napi_env &env, napi_value &value, const std::string &key, in GetShortStringProperty() argument
186 NAPI_CALL(env, napi_has_named_property(env, value, key.c_str(), &hasProperty)); in GetShortStringProperty()
188 napi_get_named_property(env, value, key.c_str(), &result); in GetShortStringProperty()
200 napi_value GetBoolProperty(const napi_env &env, napi_value &value, const std::string &key, bool &boolValue) in GetBoolProperty() argument
207 NAPI_CALL(env, napi_has_named_property(env, value, key.c_str(), &hasProperty)); in GetBoolProperty()
209 napi_get_named_property(env, value, key.c_str(), &result); in GetBoolProperty()
220 napi_value GetInt32Property(const napi_env &env, napi_value &value, const std::string &key, uint32_ argument
239 GetStringArrayProperty(const napi_env &env, napi_value &value, const std::string &key, std::vector<std::string> &arrayValue) GetStringArrayProperty() argument
283 GetWantProperty(const napi_env &env, napi_value &value, const std::string &key, AAFwk::WantParams &wantParams) GetWantProperty() argument
[all...]
/domains/advertising/oaid/services/oaid_manager/src/
H A Doaid_service.cpp256 DistributedKv::Key key(kvStoreKey); in ReadValueFromKvStore()
258 DistributedKv::Status status = oaidKvStore_->Get(key, value); in ReadValueFromKvStore()
279 DistributedKv::Key key(kvStoreKey); in WriteValueToKvStore()
281 DistributedKv::Status status = oaidKvStore_->Put(key, value); in WriteValueToKvStore()
/domains/advertising/advertising/common/ipc/src/
H A Dad_load_callback_stub.cpp115 std::string key = item->string; in ParseAdMap() local
119 ads[key] = want; in ParseAdMap()
/domains/advertising/advertising/frameworks/js/napi/adsservice_extension_ability/
H A Dadsservice_extension.js121 respData.forEach((value, key, map) => {
484 data.forEach((value, key) => {
488 jsonStr += key

Completed in 4 milliseconds