Home
last modified time | relevance | path

Searched refs:KEY_TYPE (Results 1 – 18 of 18) sorted by relevance

/ohos5.0/foundation/multimedia/image_effect/frameworks/native/render_environment/base/cache/
H A Drender_fifo_cache.h24 template <typename KEY_TYPE, typename VALUE_TYPE, typename SIZE_MEASURER> class RenderFifoCache {
26 typedef typename std::pair<KEY_TYPE, VALUE_TYPE> PAIR_TYPE;
34 void Put(const KEY_TYPE &key, const VALUE_TYPE &value) in Put()
45 bool Take(const KEY_TYPE &key, VALUE_TYPE &value) in Take()
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/common/src/
H A Dav_trans_message.cpp22 const std::string KEY_TYPE = "type"; variable
46 cJSON_AddNumberToObject(msgJson, KEY_TYPE.c_str(), type_); in MarshalMessage()
66 if (!IsUInt32(metaJson, KEY_TYPE) || !IsString(metaJson, KEY_CONTENT)) { in UnmarshalMessage()
70 cJSON *typeObj = cJSON_GetObjectItemCaseSensitive(metaJson, KEY_TYPE.c_str()); in UnmarshalMessage()
/ohos5.0/foundation/arkui/ui_lite/test/autotest/src/
H A Dauto_test_manager.cpp52 EventInjector::GetInstance()->RegisterEventInjector(EventDataType::KEY_TYPE); in SetUpTestCase()
66 if (EventInjector::GetInstance()->IsEventInjectorRegistered(EventDataType::KEY_TYPE)) { in TearDownTestCase()
67 EventInjector::GetInstance()->UnregisterEventInjector(EventDataType::KEY_TYPE); in TearDownTestCase()
/ohos5.0/foundation/arkui/ui_lite/frameworks/dfx/
H A Devent_injector.cpp58 case EventDataType::KEY_TYPE: in RegisterEventInjector()
84 case EventDataType::KEY_TYPE: in UnregisterEventInjector()
104 case EventDataType::KEY_TYPE: in IsEventInjectorRegistered()
131 case EventDataType::KEY_TYPE: in SetInjectEvent()
260 if (!SetInjectEvent(dataArray, kevArrayLen, EventDataType::KEY_TYPE)) { in SetKeyEvent()
/ohos5.0/foundation/communication/netmanager_base/frameworks/js/napi/network/observer/src/
H A Dnetwork_observer.cpp39 NapiUtils::SetStringPropertyUtf8(env, obj, KEY_TYPE, NETWORK_WIFI); in MakeNetworkResponse()
50 NapiUtils::SetStringPropertyUtf8(env, obj, KEY_TYPE, type); in MakeNetworkResponse()
55 NapiUtils::SetStringPropertyUtf8(env, obj, KEY_TYPE, NETWORK_NONE); in MakeNetworkResponse()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/oh_adapter/src/
H A Dsqlite_store_executor_impl.cpp26 constexpr const uint8_t KEY_TYPE = uint8_t(DocIdType::STRING); variable
113 key.push_back(KEY_TYPE); // Stitching ID type in PutData()
142 key.push_back(KEY_TYPE); // Stitching ID type in InsertData()
196 key.push_back(KEY_TYPE); // Stitching ID type in GetDataById()
251 key.push_back(KEY_TYPE); in GetDataByFilter()
296 key.push_back(KEY_TYPE); in DelData()
/ohos5.0/foundation/communication/netmanager_base/frameworks/js/napi/network/network_exec/src/
H A Dnetwork_exec.cpp38 NapiUtils::SetStringPropertyUtf8(env, obj, KEY_TYPE, NETWORK_WIFI); in MakeNetworkResponse()
49 NapiUtils::SetStringPropertyUtf8(env, obj, KEY_TYPE, type); in MakeNetworkResponse()
54 NapiUtils::SetStringPropertyUtf8(env, obj, KEY_TYPE, NETWORK_NONE); in MakeNetworkResponse()
/ohos5.0/foundation/arkui/ui_lite/test/unittest/dfx/
H A Devent_injector_unit_test.cpp148 if (EventInjector::GetInstance()->RegisterEventInjector(EventDataType::KEY_TYPE)) { in TestApp()
212 EventInjector::GetInstance()->UnregisterEventInjector(EventDataType::KEY_TYPE); in TearDownTestCase()
428 EventInjector::GetInstance()->UnregisterEventInjector(EventDataType::KEY_TYPE);
429 if (!EventInjector::GetInstance()->IsEventInjectorRegistered(EventDataType::KEY_TYPE)) {
/ohos5.0/foundation/communication/netmanager_base/frameworks/js/napi/network/constant/include/
H A Dnetwork_constant.h29 static constexpr const char *KEY_TYPE = "type"; variable
/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/dfx/
H A Devent_injector.h50 KEY_TYPE, enumerator
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/plugin/test/av_trans_input/daudio_input_test/
H A Ddaudio_input_test.cpp32 const std::string KEY_TYPE = "type"; variable
425 cJSON_AddStringToObject(msgJson, KEY_TYPE.c_str(), "type_test");
435 cJSON_AddNumberToObject(msgJson1, KEY_TYPE.c_str(), (uint32_t)AVTransTag::START_AV_SYNC);
445 cJSON_AddStringToObject(msgJson2, KEY_TYPE.c_str(), "type_test");
455 cJSON_AddNumberToObject(msgJson3, KEY_TYPE.c_str(), (uint32_t)AVTransTag::START_AV_SYNC);
/ohos5.0/base/security/huks/
H A Dhisysevent.yaml22 KEY_TYPE: {type: INT32, desc: algorithm of the key}
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_event_injector/
H A Dui_test_event_injector.cpp153 EventInjector::GetInstance()->RegisterEventInjector(EventDataType::KEY_TYPE); in SetUp()
173 if (EventInjector::GetInstance()->IsEventInjectorRegistered(EventDataType::KEY_TYPE)) { in TearDown()
174 EventInjector::GetInstance()->UnregisterEventInjector(EventDataType::KEY_TYPE); in TearDown()
/ohos5.0/base/security/appverify/interfaces/innerkits/appverify/src/provision/
H A Dprovision_verify.cpp38 const std::string KEY_TYPE = "type"; variable
159 GetStringIfExist(obj, KEY_TYPE, type); in ParseType()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/recorder/
H A Devent_recorder.h72 constexpr char KEY_TYPE[] = "type"; variable
H A Devent_recorder.cpp50 params_->emplace(KEY_TYPE, type); in SetType()
/ohos5.0/foundation/distributedhardware/distributed_audio/common/include/
H A Ddaudio_constants.h113 constexpr const char *KEY_TYPE = "type"; variable
/ohos5.0/foundation/distributedhardware/distributed_audio/common/src/
H A Ddaudio_util.cpp50 std::map<std::string, JsonTypeCheckFunc>::value_type(KEY_TYPE, &DistributedHardware::IsInt32),