Home
last modified time | relevance | path

Searched refs:HasType (Results 1 - 18 of 18) sorted by relevance

/foundation/distributeddatamgr/udmf/interfaces/cj/src/
H A Dunified_data_impl.cpp110 bool CUnifiedData::HasType(const char *type) in HasType() function in OHOS::UDMF::CUnifiedData
112 return unifiedData_->HasType(type); in HasType()
H A Dunified_data_ffi.cpp84 return data->HasType(type); in FfiUDMFUnifiedDataHasType()
/foundation/distributeddatamgr/udmf/interfaces/cj/include/
H A Dunified_data_impl.h39 bool HasType(const char *type);
/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/data/
H A Dunified_record.cpp85 bool UnifiedRecord::HasType(const std::string &utdId) const in HasType() function in OHOS::UDMF::UnifiedRecord
183 if (HasType(utdId)) { in SetEntryGetter()
H A Dunified_data.cpp107 bool UnifiedData::HasType(const std::string &type) const in HasType() function in OHOS::UDMF::UnifiedData
/foundation/distributeddatamgr/udmf/interfaces/jskits/data/
H A Dunified_data_napi.h44 static napi_value HasType(napi_env env, napi_callback_info info);
/foundation/distributeddatamgr/udmf/interfaces/innerkits/data/
H A Dunified_record.h49 bool HasType(const std::string &utdId) const;
H A Dunified_data.h43 bool HasType(const std::string &type) const;
/foundation/distributeddatamgr/udmf/framework/jskitsimpl/data/
H A Dunified_data_napi.cpp44 DECLARE_NAPI_FUNCTION("hasType", HasType), in Constructor()
232 napi_value UnifiedDataNapi::HasType(napi_env env, napi_callback_info info) in HasType() function in OHOS::UDMF::UnifiedDataNapi
249 bool ret = uData->value_->HasType(type); in HasType()
/foundation/ability/ability_base/interfaces/kits/native/want/include/
H A Dskills.h371 bool HasType(const std::string &type);
/foundation/distributeddatamgr/pasteboard/interfaces/kits/napi/include/
H A Dpastedata_napi.h52 static napi_value HasType(napi_env env, napi_callback_info info);
/foundation/ability/ability_base/test/unittest/want/
H A Dskills_test.cpp515 * @tc.name: CountTypes/HasType/GetType
529 EXPECT_EQ(true, base_->HasType(type)); in HWTEST_F()
534 EXPECT_EQ(false, base_->HasType(type)); in HWTEST_F()
707 * @tc.name: CountTypes/HasType/GetType
716 EXPECT_EQ(false, base_->HasType(type)); in HWTEST_F()
721 EXPECT_EQ(false, base_->HasType(type)); in HWTEST_F()
754 * @tc.name: CountTypes/HasType/GetType
1103 EXPECT_EQ(true, base_->HasType(type)); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/button/
H A Dbutton_pattern.cpp64 if (layoutProperty->HasType() && layoutProperty->GetType() == ButtonType::CIRCLE) { in NeedAgingUpdateText()
195 if (layoutProperty->HasType() && layoutProperty->GetType() == ButtonType::CIRCLE) { in InitButtonLabel()
615 if (layoutProperty->HasType() && layoutProperty->GetType() == ButtonType::CIRCLE) { in UpdateTextFontScale()
H A Dbutton_layout_algorithm.cpp39 if (buttonLayoutProperty->HasType() && buttonLayoutProperty->GetType() == ButtonType::CIRCLE && in Measure()
431 if (buttonLayoutProperty->HasType() && buttonLayoutProperty->GetType() == ButtonType::CIRCLE) { in IsAging()
/foundation/distributeddatamgr/udmf/framework/ndkimpl/data/
H A Dudmf.cpp259 if (type == nullptr || !records[i]->record_->HasType(type)) { in GetFirstPlainText()
278 if (type == nullptr || !records[i]->record_->HasType(type)) { in GetFirstHtml()
490 if (!record->record_->HasType(typeId)) { in OH_UdmfRecord_GetGeneralEntry()
/foundation/ability/ability_base/interfaces/kits/native/want/src/
H A Dskills.cpp586 bool Skills::HasType(const std::string &type) in HasType() function in OHOS::AAFwk::Skills
/foundation/distributeddatamgr/pasteboard/interfaces/kits/napi/src/
H A Dnapi_pastedata.cpp302 napi_value PasteDataNapi::HasType(napi_env env, napi_callback_info info) in HasType() function in OHOS::MiscServicesNapi::PasteDataNapi
304 PASTEBOARD_HILOGD(PASTEBOARD_MODULE_JS_NAPI, "HasType is called!"); in HasType()
975 DECLARE_NAPI_FUNCTION("hasType", HasType), DECLARE_NAPI_FUNCTION("removeRecordAt", RemoveRecordAt), in PasteDataInit()
/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/test/unittest/
H A Dudmf_client_test.cpp2250 ASSERT_EQ(data.HasType("general.text"), true); in HWTEST_F()
2251 ASSERT_EQ(data.HasType("general.plain-text"), true); in HWTEST_F()
2252 ASSERT_EQ(data.HasType("general.html"), false); in HWTEST_F()

Completed in 17 milliseconds