Home
last modified time | relevance | path

Searched refs:charValue (Results 1 – 20 of 20) sorted by relevance

/ohos5.0/docs/zh-cn/application-dev/reference/apis-image-kit/
H A Dunion_image_effect___data_value.md25 | char [charValue](#charvalue) | 字节值,对应[EFFECT_DATA_TYPE_CHAR](_image_effect.md)。 |
43 ### charValue subsection
46 char ImageEffect_DataValue::charValue
/ohos5.0/foundation/ability/ability_base/test/fuzztest/wantfourth_fuzzer/
H A Dwantfourth_fuzzer.cpp55 zchar charValue = U'\0'; in DoSomethingInterestingWithMyAPI() local
56 want->SetParam(key, charValue); in DoSomethingInterestingWithMyAPI()
57 want->GetCharParam(key, charValue); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/contentsensormanager/
H A Dswitch_status_collector.cpp124 std::string charValue = abilityValueItem->valuestring; in GenerateSwitchProfiles() local
125 if (charValue != SWITCH_ON && charValue != SWITCH_OFF) { in GenerateSwitchProfiles()
129 CharacteristicProfile characteristicProfile(deviceId, serviceId, SWITCH_STATUS, charValue); in GenerateSwitchProfiles()
/ohos5.0/docs/en/application-dev/reference/apis-image-kit/
H A Dunion_image_effect___data_value.md25 | char [charValue](#charvalue) | Byte value, corresponding to [EFFECT_DATA_TYPE_CHAR](_image_effect…
44 ### charValue subsection
47 char ImageEffect_DataValue::charValue
/ohos5.0/foundation/ability/ability_base/test/unittest/base/
H A Dzchar_wrapper_test.cpp59 Char charValue(value);
60 char result = charValue.Unbox(charValue.Box(value));
/ohos5.0/foundation/ability/ability_base/test/fuzztest/wantparamsthird_fuzzer/
H A Dwantparamsthird_fuzzer.cpp47 char charValue = *data; in DoSomethingInterestingWithMyAPI() local
48 sptr<IInterface> charIt = Char::Box(charValue); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/deviceprofilemanager/
H A Dstatic_profile_manager.cpp161 std::string charValue = staticCapabilityProfile.GetCharacteristicValue(); in GenerateStaticInfoProfile() local
162 cJSON* charValueJson = cJSON_Parse(charValue.c_str()); in GenerateStaticInfoProfile()
164 …HILOGE("cJSON_Parse fail! charValue : %{public}s", ProfileUtils::GetAnonyString(charValue).c_str()… in GenerateStaticInfoProfile()
/ohos5.0/foundation/ability/dmsfwk/test/fuzztest/distributedwant_fuzzer/
H A Ddistributedwant_fuzzer.cpp114 zchar charValue = U'\0'; in DoSomethingInterestingWithMyApiDistributedWant004() local
115 want->SetParam(key, charValue); in DoSomethingInterestingWithMyApiDistributedWant004()
116 want->GetCharParam(key, charValue); in DoSomethingInterestingWithMyApiDistributedWant004()
/ohos5.0/docs/zh-cn/application-dev/connectivity/bluetooth/
H A Dgatt-development-guide.md106 let charValue = new Uint8Array(charBuffer);
107 charValue[0] = 1;
108 charValue[1] = 2;
402 let charValue = new Uint8Array(charBuffer);
403 charValue[0] = 21;
404 charValue[1] = 22;
/ohos5.0/foundation/ability/dmsfwk/test/fuzztest/distributedwantparams_fuzzer/
H A Ddistributedwantparams_fuzzer.cpp134 char charValue = *data; in DoSomethingInterestingWithMyApiDistributedWantParams003() local
135 sptr<IInterface> charIt = Char::Box(charValue); in DoSomethingInterestingWithMyApiDistributedWantParams003()
/ohos5.0/foundation/distributeddatamgr/data_share/test/native/unittest/mediadatashare_test/src/
H A Dabnormal_branch_test.cpp78 char *charValue = nullptr; variable
79 result = impl.Write(1, charValue, 0);
/ohos5.0/foundation/multimedia/image_effect/test/unittest/
H A DTestUtils.cpp80 value.dataValue.charValue = 'A';
135 EXPECT_EQ(valueChar.dataValue.charValue, 'a');
H A Dimage_effect_capi_unittest.cpp636 value.dataValue.charValue = 'A';
/ohos5.0/docs/en/application-dev/connectivity/bluetooth/
H A Dgatt-development-guide.md109 let charValue = new Uint8Array(charBuffer);
110 charValue[0] = 1;
111 charValue[1] = 2;
406 let charValue = new Uint8Array(charBuffer);
407 charValue[0] = 21;
408 charValue[1] = 22;
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/capi/
H A Dnative_common_utils.cpp88 any = value->dataValue.charValue; in ParseOHAny()
115 value->dataValue.charValue) != ErrorCode::SUCCESS, ErrorCode::SUCCESS); in SwitchToOHAny()
/ohos5.0/foundation/multimedia/image_effect/interfaces/kits/native/
H A Dimage_effect_filter.h141 char charValue; member
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/staticcapabilityloader/
H A Dstatic_capability_loader.cpp294 std::string charValue = abilityValue; in GenerateStaticProfiles() local
296 …acteristicProfile characteristicProfile(deviceId, serviceId, STATIC_CHARACTERISTIC_KEY, charValue); in GenerateStaticProfiles()
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/distributedWant/
H A Ddistributed_want_test.cpp1116 zchar charValue = U'h'; in AddCharParams() local
1119 want.SetParam(key, charValue); in AddCharParams()
/ohos5.0/foundation/ability/ability_base/test/unittest/want/
H A Dwant_test.cpp825 zchar charValue = U'h'; in AddCharParams() local
828 want.SetParam(key, charValue); in AddCharParams()
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Djs_accessibility_manager.cpp3142 const auto& charValue = node->GetChartValue(); in DumpProperty() local
3182 …DumpLog::GetInstance().AddDesc("chart has value: ", BoolToString(charValue && !charValue->empty())… in DumpProperty()