Searched refs:IsNeedAnd (Results 1 – 5 of 5) sorted by relevance
85 static napi_value IsNeedAnd(napi_env env, napi_callback_info info);
64 API_EXPORT bool IsNeedAnd() const;
73 DECLARE_NAPI_GETTER("isNeedAnd", IsNeedAnd), in Init()784 napi_value DataAbilityPredicatesProxy::IsNeedAnd(napi_env env, napi_callback_info info) in IsNeedAnd() function in OHOS::DataAbilityJsKit::DataAbilityPredicatesProxy788 return JSUtils::Convert2JSValue(env, nativePredicates->IsNeedAnd()); in IsNeedAnd()
149 … + ", distinct:" + std::to_string(IsDistinct()) + ", isNeedAnd:" + std::to_string(IsNeedAnd()) in ToString()
46 bool AbsPredicates::IsNeedAnd() const in IsNeedAnd() function in OHOS::NativeRdb::AbsPredicates