Searched refs:attrType (Results 1 - 9 of 9) sorted by relevance
/vendor/hihope/neptune_iotlink_demo/ble/source/ |
H A D | ble_server_demo.c | 94 attr[ATTR_NUM_0].attrType = OHOS_BLE_ATTRIB_TYPE_SERVICE;
in test_add_service3() 99 attr[ATTR_NUM_1].attrType = OHOS_BLE_ATTRIB_TYPE_CHAR;
in test_add_service3() 110 attr[ATTR_NUM_2].attrType = OHOS_BLE_ATTRIB_TYPE_CHAR_USER_DESCR;
in test_add_service3() 162 attr[ATTR_NUM_0].attrType = OHOS_BLE_ATTRIB_TYPE_SERVICE;
in test_add_service() 167 attr[ATTR_NUM_1].attrType = OHOS_BLE_ATTRIB_TYPE_CHAR;
in test_add_service() 178 attr[ATTR_NUM_2].attrType = OHOS_BLE_ATTRIB_TYPE_CHAR_USER_DESCR;
in test_add_service() 187 attr[ATTR_NUM_3].attrType = OHOS_BLE_ATTRIB_TYPE_CHAR;
in test_add_service() 198 attr[ATTR_NUM_4].attrType = OHOS_BLE_ATTRIB_TYPE_CHAR_USER_DESCR;
in test_add_service() 222 attr[ATTR_NUM_0].attrType = OHOS_BLE_ATTRIB_TYPE_SERVICE;
in test_add_service2() 227 attr[ATTR_NUM_1].attrType in test_add_service2() [all...] |
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/ |
H A D | component_utils.cpp | 75 const char * const attrType = "type"; in GetComponentType() local 76 jerry_value_t typeValHandler = jerryx_get_property_str(attrsPropValue, attrType); in GetComponentType()
|
/foundation/communication/bluetooth/frameworks/inner/c_adapter/ |
H A D | ohos_bt_gatt_server.cpp | 74 GattAttribute(uint16_t handle, UUID uuid, int attrType) in GattAttribute() 75 : handle(handle), actualHandle(0), uuid(uuid), attrType(attrType) {} in GattAttribute() 81 ss << ", attrType: " << GetAttributeTypeString(attrType); in ToLogString() 90 int attrType; member 140 static void AddAttribute(int serverId, int serviceIndex, int attrType, UUID uuid, uint16_t handle) in AddAttribute() argument 149 auto attribute = std::make_shared<GattAttribute>(handle, uuid, attrType); in AddAttribute() 192 return attr.attrType == attributeType && attr.uuid.Equals(uuid); in GetAttributeWithUuid()
|
/foundation/communication/bluetooth/interfaces/inner_api/include/c_header/ |
H A D | ohos_bt_gatt_server.h | 370 BleAttribType attrType; member
|
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/localeconverter/ |
H A D | XLIFF2ICUConverter.java | 967 String attrType = getAttributeValue(node, RESTYPE); in parseTransUnit() 969 if(attrType==null || attrType.equals(STRINGS)){ in parseTransUnit() 977 }else if(attrType.equals(resources[INTEGER_RESOURCE])){ in parseTransUnit() 985 }else if(attrType.equals(resources[ALIAS_RESOURCE])){ in parseTransUnit()
|
/third_party/vk-gl-cts/framework/platform/ohos/rosen_context/ |
H A D | ohos_context_i.h | 77 virtual int32_t GetAttrib(int32_t attrType) = 0;
|
H A D | rosen_context_impl.h | 45 int32_t GetAttrib(int32_t attrType) override;
|
H A D | rosen_context_impl.cpp | 444 int32_t RosenContextImpl::GetAttrib(int32_t attrType) in GetAttrib() argument 447 eglGetConfigAttrib(eglDisplay_, config_, attrType, &ret); in GetAttrib()
|
/third_party/node/test/fixtures/wpt/resources/ |
H A D | idlharness.js | 263 let attrType = attr.idlType; 265 if (attrType.generic) { 266 deps.add(attrType.generic); 267 attrType = attrType.idlType; 269 deps.add(attrType.idlType);
|
Completed in 13 milliseconds