Home
last modified time | relevance | path

Searched refs:GetValueBucketObject (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/data_share/frameworks/js/napi/common/include/
H A Dnapi_datashare_values_bucket.h28 bool GetValueBucketObject(DataShareValuesBucket &valuesBucket, const napi_env &env, const napi_valu…
/ohos5.0/foundation/distributeddatamgr/data_share/frameworks/js/napi/common/src/
H A Dnapi_datashare_values_bucket.cpp76 bool GetValueBucketObject(DataShareValuesBucket &valuesBucket, const napi_env &env, const napi_valu… in GetValueBucketObject() function
H A Ddatashare_js_utils.cpp846 if (!GetValueBucketObject(valueBucket, env, input)) { in Convert2Value()
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/include/reminder/
H A Dreminder_common.h200 …static bool GetValueBucketObject(std::string &ValueBucketString, const napi_env &env, const napi_v…
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/reminder/
H A Dreminder_common.cpp170 if (GetValueBucketObject(valueBucketString, env, equalTo)) { in GetButtonDataShareUpdate()
179 if (GetValueBucketObject(valueBucketString, env, valuesBucket)) { in GetButtonDataShareUpdate()
188 bool ReminderCommon::GetValueBucketObject(std::string &valueBucketString, const napi_env &env, cons… in GetValueBucketObject() function in OHOS::ReminderAgentNapi::ReminderCommon
/ohos5.0/foundation/distributeddatamgr/data_share/frameworks/js/napi/dataShare/src/
H A Dnapi_datashare_helper.cpp214 if (!GetValueBucketObject(context->valueBucket, env, argv[1])) { in Napi_Insert()
368 if (!GetValueBucketObject(context->valueBucket, env, argv[2])) { in Napi_Update()