Home
last modified time | relevance | path

Searched defs:key (Results 976 - 1000 of 6108) sorted by relevance

1...<<31323334353637383940>>...245

/foundation/arkui/ace_engine/frameworks/core/image/test/unittest/
H A Dimage_compressor_test.cpp90 std::string key = "key2"; in HWTEST_F() local
113 std::string key = "key3"; in HWTEST_F() local
136 std::string key = "key4"; in HWTEST_F() local
158 std::string key in HWTEST_F() local
184 std::string key = "key6"; HWTEST_F() local
205 std::string key = "key7"; HWTEST_F() local
[all...]
/foundation/bundlemanager/app_domain_verify/test/unittest/mock/src/
H A Dmock_rdb_data_manager.cpp27 bool AppDomainVerifyRdbDataManager::DeleteData(const std::string& key) in DeleteData() argument
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/bundle_resource/
H A Dresource_info.cpp35 std::string key = bundleName_; in GetKey() local
50 ParseKey(const std::string &key) ParseKey() argument
102 InnerParseAppIndex(const std::string &key) InnerParseAppIndex() argument
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/
H A Davrcp_ct_pass_through.cpp114 bool AvrcCtPassPacket::IsSupportedKeyOperation(uint8_t key) in IsSupportedKeyOperation() argument
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/
H A Davrcp_tg_pass_through.cpp120 bool AvrcTgPassPacket::IsSupportedKeyOperation(uint8_t key) in IsSupportedKeyOperation() argument
/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_utils.cpp35 std::string BleUtils::ConvertIntToHexString(const std::vector<uint8_t> &key) in ConvertIntToHexString() argument
45 void BleUtils::ConvertHexStringToInt(const std::string &str, std::vector<uint8_t> &key) in ConvertHexStringToInt() argument
53 void BleUtils::Rand16hex(std::vector<uint8_t> &key) in Rand16hex() argument
/foundation/graphic/graphic_2d/rosen/test/render/render/unittest/animat/
H A Drs_cubic_animat_test.cpp87 float key = 0.000000000125f; in HWTEST_F() local
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/utils/objectmgr_fuzzer/
H A Dobject_mgr_fuzzer.cpp69 char* key = new char[str_size]; in FontCollectionMgrFuzzTest000() local
92 char* key = new char[str_size]; in TypefaceMgrFuzzTest000() local
[all...]
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rseventdetector_fuzzer/
H A Drseventdetector_fuzzer.cpp66 std::string key = ""; in DoSomethingInterestingWithMyAPI() local
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/animation/
H A Drs_cubic_bezier_interpolator_test.cpp105 float key = 0.000000000125f; in HWTEST_F() local
/foundation/graphic/graphic_2d/rosen/modules/effect/effectChain/src/
H A Dinput.cpp81 void Input::SetValue(const std::string& key, std::shared_ptr<void> value, int size) in SetValue() argument
/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/test/unittest/
H A Degl_blob_test.cpp63 const void* key = static_cast<const void*>(a); in HWTEST_F() local
92 const void* key = static_cast<const void*>(a); in HWTEST_F() local
122 const void* key = static_cast<const void*>(a); in HWTEST_F() local
151 const void* key in HWTEST_F() local
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler_json.h66 JsonWriter& operator[](const std::string& key) in operator []() argument
68 stream_ << "\"" << key << "\":"; in operator []() local
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/render_context/
H A Dshader_cache_test.cpp368 Drawing::Data key; in HWTEST_F() local
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/cj/
H A Dimage_source_impl_test.cpp81 std::string key = "key"; in HWTEST_F() local
[all...]
/foundation/multimedia/image_framework/frameworks/kits/js/common/picture_ndk/
H A Dimage_common.cpp52 Image_ErrorCode OH_PictureMetadata_GetProperty(OH_PictureMetadata *metadata, Image_String *key, Image_String *value) in OH_PictureMetadata_GetProperty() argument
82 Image_ErrorCode OH_PictureMetadata_SetProperty(OH_PictureMetadata *metadata, Image_String *key, Image_String *value) in OH_PictureMetadata_SetProperty() argument
[all...]
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H A Dimage_common_ndk_test.cpp52 Image_String key; in TestPictureMetadataGetSetProperty() local
/foundation/multimedia/image_effect/frameworks/native/utils/common/
H A Dcommon_utils.h76 static ErrorCode GetValue(const std::string &key, std::map<std::string, Plugin::Any> &valueMap, ValueType &value) in GetValue() argument
[all...]
/foundation/multimedia/av_codec/services/services/sa_avcodec/ipc/
H A Dcodeclist_parcel.cpp153 ImgSize key; in Unmarshalling() local
169 int32_t key; in Unmarshalling() local
183 int32_t key = parcel.ReadInt32(); in Unmarshalling() local
/foundation/multimedia/camera_framework/services/camera_service/include/
H A Dlru_map.h37 bool Get(const K &key, V &value) in Get() argument
47 bool Put(const K &key, const V &inValue) in Put() argument
62 bool MoveNodeToLast(const K &key, const V &val) in MoveNodeToLast() argument
[all...]
/foundation/multimedia/av_session/services/session/adapter/
H A Ddistributed_object_adapter.cpp75 int32_t DistributedObjectAdapter::PutData(const std::string &key, std::vector<uint8_t> &data) in PutData() argument
85 int32_t DistributedObjectAdapter::GetData(const std::string &key, std::vector<uint8_t> &data) in GetData() argument
/foundation/multimedia/camera_lite/frameworks/
H A Dframe_config.cpp45 void *FrameConfig::GetValue(uint32_t key) in GetValue() argument
84 void FrameConfig::SetValue(uint32_t key, const void *value) in SetValue() argument
/foundation/multimedia/av_session/services/session/server/remote/
H A Dremote_session_capability_set.cpp45 std::string key = sessionId + "-" + sinkDeviceId; in AddRemoteCapability() local
55 std::string key = sessionId + "-" + sinkDevice; in RemoveRemoteCapability() local
59 HasCapability(const std::string& sessionId, const std::string& sinkDevice, SessionDataCategory category, int32_t key) HasCapability() argument
/foundation/multimedia/camera_lite/interfaces/kits/
H A Dframe_config.h119 template<typename T> void SetParameter(uint32_t key, const T value) in SetParameter() argument
129 template<typename T> void GetParameter(uint32_t key, T &value) in GetParameter() argument
[all...]
/foundation/multimodalinput/input/service/interceptor/test/
H A Dmock.cpp50 void BytraceAdapter::StartBytrace(std::shared_ptr<KeyEvent> key, HandlerType handlerType) in StartBytrace() argument

Completed in 10 milliseconds

1...<<31323334353637383940>>...245