Home
last modified time | relevance | path

Searched refs:hasGroupId (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/js/napi/preferences/src/
H A Dnapi_preferences_helper.cpp54 bool hasGroupId = false; in ParseParameters() local
55 napi_has_named_property(env, argv[1], DATA_GROUP_ID, &hasGroupId); in ParseParameters()
56 if (hasGroupId) { in ParseParameters()
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/js/napi/sendable_preferences/src/
H A Dnapi_preferences_helper.cpp55 bool hasGroupId = false; in ParseParameters() local
56 napi_has_named_property(env, argv[1], DATA_GROUP_ID, &hasGroupId); in ParseParameters()
57 if (hasGroupId) { in ParseParameters()