/foundation/communication/bluetooth/frameworks/inner/ipc/common/ |
H A D | bt_sensing_info.h | 28 : 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 D | image_source_info.cpp | 142 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 D | image_source_info.h | 146 InternalResource::ResourceId resourceId_ = InternalResource::ResourceId::NO_ID; member in OHOS::Ace::ImageSourceInfo
|
/foundation/arkui/ace_engine/test/mock/core/image_provider/ |
H A D | mock_image_source_info.cpp | 120 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 D | bluetooth_sensing_info.h | 29 : 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 D | bluetooth_sensing_info.cpp | 29 if (!parcel.WriteUint32(resourceId_)) { in Marshalling() 67 if (!parcel.ReadUint32(resourceId_)) { in ReadFromParcel()
|
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/ |
H A D | color.h | 59 : 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 D | color.cpp | 628 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 D | image_component.h | 43 explicit ImageComponent(InternalResource::ResourceId resourceId) : resourceId_(resourceId) {} in ImageComponent() 218 InternalResource::ResourceId resourceId_ = InternalResource::ResourceId::NO_ID; member in OHOS::Ace::ImageComponent
|
H A D | image_component.cpp | 126 return resourceId_; in GetResourceId() 131 resourceId_ = resourceId; in SetResourceId()
|
/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_host.cpp | 391 sensingInfo.resourceId_ = info.resourceId_; 407 sensingInfo.resourceId_ = info.resourceId_;
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/side_bar/ |
H A D | side_bar_pattern_test_ng.cpp | 947 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 D | bluetooth_def.h | 1547 uint32_t resourceId_; member
|