Home
last modified time | relevance | path

Searched refs:resourceId_ (Results 1 - 13 of 13) sorted by relevance

/foundation/communication/bluetooth/frameworks/inner/ipc/common/
H A Dbt_sensing_info.h28 : addr_(INVALID_MAC_ADDRESS), uuid_(INVALID_UUID_STRING), resourceId_(0), pkgName_(INVALID_PKGNAME), in SensingInfo()
35 : addr_(addr), uuid_(INVALID_UUID_STRING), resourceId_(0), pkgName_(INVALID_PKGNAME), isServer_(false), in SensingInfo()
40 : addr_(INVALID_MAC_ADDRESS), uuid_(INVALID_UUID_STRING), resourceId_(resourceId), pkgName_(INVALID_PKGNAME), in SensingInfo()
44 : addr_(addr), uuid_(INVALID_UUID_STRING), resourceId_(resourceId), pkgName_(INVALID_PKGNAME), in SensingInfo()
49 : addr_(INVALID_MAC_ADDRESS), uuid_(INVALID_UUID_STRING), resourceId_(0), pkgName_(pkgName), in SensingInfo()
53 : addr_(addr), uuid_(INVALID_UUID_STRING), resourceId_(0), pkgName_(pkgName), isServer_(isServer), interval_(0) in SensingInfo()
57 : addr_(INVALID_MAC_ADDRESS), uuid_(uuid), resourceId_(0), pkgName_(pkgName), isServer_(false), interval_(0) in SensingInfo()
61 : addr_(addr), uuid_(INVALID_UUID_STRING), resourceId_(0), pkgName_(INVALID_PKGNAME), in SensingInfo()
66 : addr_(addr), uuid_(uuid), resourceId_(resourceId), pkgName_(INVALID_PKGNAME), isServer_(false), in SensingInfo()
72 uint32_t resourceId_; member
[all...]
/foundation/arkui/ace_engine/frameworks/core/image/
H A Dimage_source_info.cpp142 sourceWidth_(width), sourceHeight_(height), resourceId_(resourceId), pixmap_(pixmap), in ImageSourceInfo()
143 isPng_(IsPngSource(src_, resourceId_)), srcType_(ResolveSrcType()) in ImageSourceInfo()
145 isSvg_ = IsSVGSource(src_, srcType_, resourceId_); in ImageSourceInfo()
151 if (resourceId_ != InternalResource::ResourceId::NO_ID) { in ImageSourceInfo()
174 sourceHeight_(height), resourceId_(resourceId), pixmap_(pixmap), isPng_(IsPngSource(*srcRef_, resourceId_)), in ImageSourceInfo()
180 isSvg_ = IsSVGSource((*srcRef_), srcType_, resourceId_); in ImageSourceInfo()
183 isSvg_ = IsSVGSource("", srcType_, resourceId_); in ImageSourceInfo()
185 if (resourceId_ != InternalResource::ResourceId::NO_ID) { in ImageSourceInfo()
213 if (resourceId_ ! in ResolveSrcType()
[all...]
H A Dimage_source_info.h146 InternalResource::ResourceId resourceId_ = InternalResource::ResourceId::NO_ID; member in OHOS::Ace::ImageSourceInfo
/foundation/arkui/ace_engine/test/mock/core/image_provider/
H A Dmock_image_source_info.cpp120 sourceWidth_(width), sourceHeight_(height), resourceId_(resourceId), pixmap_(pixmap), in ImageSourceInfo()
121 isPng_(IsPngSource(src_, resourceId_)), srcType_(ResolveSrcType()) in ImageSourceInfo()
123 isSvg_ = IsSVGSource(src_, srcType_, resourceId_); in ImageSourceInfo()
130 sourceHeight_(height), resourceId_(resourceId), pixmap_(pixmap), in ImageSourceInfo()
131 isPng_(IsPngSource(src_, resourceId_)), srcType_(ResolveSrcType()) in ImageSourceInfo()
133 isSvg_ = IsSVGSource(src_, srcType_, resourceId_); in ImageSourceInfo()
162 resourceId_ == info.resourceId_; in operator ==()
174 resourceId_ = InternalResource::ResourceId::NO_ID; in SetSrc()
175 isSvg_ = IsSVGSource(src_, srcType_, resourceId_); in SetSrc()
[all...]
/foundation/communication/bluetooth/frameworks/inner/ipc/parcel/
H A Dbluetooth_sensing_info.h29 : addr_(info.addr_), uuid_(info.uuid_), resourceId_(info.resourceId_), pkgName_(info.pkgName_), in BluetoothSensingInfo()
39 uint32_t resourceId_; member in OHOS::Bluetooth::BluetoothSensingInfo
H A Dbluetooth_sensing_info.cpp29 if (!parcel.WriteUint32(resourceId_)) { in Marshalling()
67 if (!parcel.ReadUint32(resourceId_)) { in ReadFromParcel()
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dcolor.h59 : colorValue_(ColorParam { .value = value }), resourceId_(resId) {} in Color()
102 resourceId_ = id; in SetResourceId()
107 return resourceId_; in GetResourceId()
180 uint32_t resourceId_ = 0; variable
H A Dcolor.cpp628 CHECK_NULL_VOID(resourceId_ != 0); in UpdateColorByResourceId()
631 auto newColor = resourceAdapter->GetColor(resourceId_); in UpdateColorByResourceId()
/foundation/arkui/ace_engine/frameworks/core/components/image/
H A Dimage_component.h43 explicit ImageComponent(InternalResource::ResourceId resourceId) : resourceId_(resourceId) {} in ImageComponent()
218 InternalResource::ResourceId resourceId_ = InternalResource::ResourceId::NO_ID; member in OHOS::Ace::ImageComponent
H A Dimage_component.cpp126 return resourceId_; in GetResourceId()
131 resourceId_ = resourceId; in SetResourceId()
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_host.cpp391 sensingInfo.resourceId_ = info.resourceId_;
407 sensingInfo.resourceId_ = info.resourceId_;
/foundation/arkui/ace_engine/test/unittest/core/pattern/side_bar/
H A Dside_bar_pattern_test_ng.cpp947 EXPECT_EQ(imgSourceInfo.resourceId_, InternalResource::ResourceId::SIDE_BAR); in HWTEST_F()
952 EXPECT_EQ(imgSourceInfo.resourceId_, InternalResource::ResourceId::SIDE_BAR); in HWTEST_F()
957 EXPECT_EQ(imgSourceInfo.resourceId_, InternalResource::ResourceId::SIDE_BAR); in HWTEST_F()
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_def.h1547 uint32_t resourceId_; member

Completed in 18 milliseconds