Home
last modified time | relevance | path

Searched defs:tempMap (Results 1 – 6 of 6) sorted by relevance

/foundation/communication/netstack/utils/napi_utils/src/
Devent_manager.cpp130 auto tempMap = static_cast<std::map<std::string, std::string> *>(data); in EmitByUv() local
135 auto tempMap = static_cast<std::map<std::string, std::string> *>(data); in EmitByUv() local
140 auto tempMap = static_cast<std::map<std::string, std::string> *>(data); in EmitByUv() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
Dcommunicator_proxy.cpp88 std::map<std::string, ICommunicator *> tempMap; in Activate() local
/foundation/resourceschedule/frame_aware_sched/frameworks/core/frame_aware_policy/src/
Dintellisense_server.cpp344 map<std::string, int> tempMap = m_subEventPara[key]; in SetPara() local
/foundation/multimedia/av_codec/frameworks/native/capi/avcodec/
Dnative_video_encoder.cpp349 …ideoEncoderObject::BufferToTempFunc(std::unordered_map<uint32_t, OHOS::sptr<OH_AVBuffer>> &tempMap) in BufferToTempFunc()
358 …ideoEncoderObject::MemoryToTempFunc(std::unordered_map<uint32_t, OHOS::sptr<OH_AVMemory>> &tempMap) in MemoryToTempFunc()
Dnative_video_decoder.cpp351 …ideoDecoderObject::BufferToTempFunc(std::unordered_map<uint32_t, OHOS::sptr<OH_AVBuffer>> &tempMap) in BufferToTempFunc()
360 …ideoDecoderObject::MemoryToTempFunc(std::unordered_map<uint32_t, OHOS::sptr<OH_AVMemory>> &tempMap) in MemoryToTempFunc()
/foundation/communication/netstack/frameworks/js/napi/http/http_exec/src/
Dhttp_exec.cpp943 std::map<std::string, std::string> tempMap = context->response.GetHeader(); in MakeHeaderWithSetCookie() local