/ohos5.0/docs/zh-cn/application-dev/reference/apis-image-kit/ |
H A D | union_image_effect___data_value.md | 25 | 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 D | wantfourth_fuzzer.cpp | 55 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 D | switch_status_collector.cpp | 124 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 D | union_image_effect___data_value.md | 25 | 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 D | zchar_wrapper_test.cpp | 59 Char charValue(value); 60 char result = charValue.Unbox(charValue.Box(value));
|
/ohos5.0/foundation/ability/ability_base/test/fuzztest/wantparamsthird_fuzzer/ |
H A D | wantparamsthird_fuzzer.cpp | 47 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 D | static_profile_manager.cpp | 161 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 D | distributedwant_fuzzer.cpp | 114 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 D | gatt-development-guide.md | 106 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 D | distributedwantparams_fuzzer.cpp | 134 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 D | abnormal_branch_test.cpp | 78 char *charValue = nullptr; variable 79 result = impl.Write(1, charValue, 0);
|
/ohos5.0/foundation/multimedia/image_effect/test/unittest/ |
H A D | TestUtils.cpp | 80 value.dataValue.charValue = 'A'; 135 EXPECT_EQ(valueChar.dataValue.charValue, 'a');
|
H A D | image_effect_capi_unittest.cpp | 636 value.dataValue.charValue = 'A';
|
/ohos5.0/docs/en/application-dev/connectivity/bluetooth/ |
H A D | gatt-development-guide.md | 109 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 D | native_common_utils.cpp | 88 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 D | image_effect_filter.h | 141 char charValue; member
|
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/staticcapabilityloader/ |
H A D | static_capability_loader.cpp | 294 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 D | distributed_want_test.cpp | 1116 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 D | want_test.cpp | 825 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 D | js_accessibility_manager.cpp | 3142 const auto& charValue = node->GetChartValue(); in DumpProperty() local 3182 …DumpLog::GetInstance().AddDesc("chart has value: ", BoolToString(charValue && !charValue->empty())… in DumpProperty()
|