/foundation/communication/netstack/utils/napi_utils/src/ |
H A D | event_manager.cpp | 106 auto tempMap = static_cast<std::map<std::string, std::string> *>(data); in EmitByUvWithoutCheckShared() local 107 delete tempMap; in EmitByUvWithoutCheckShared() 111 auto tempMap = static_cast<std::map<std::string, std::string> *>(data); in EmitByUvWithoutCheckShared() local 112 delete tempMap; in EmitByUvWithoutCheckShared() 116 auto tempMap = static_cast<std::map<std::string, std::string> *>(data); in EmitByUvWithoutCheckShared() local 117 delete tempMap; in EmitByUvWithoutCheckShared() 159 auto tempMap = static_cast<std::map<std::string, std::string> *>(data); in EmitByUvWithoutCheck() local 160 delete tempMap; in EmitByUvWithoutCheck() 164 auto tempMap = static_cast<std::map<std::string, std::string> *>(data); in EmitByUvWithoutCheck() local 165 delete tempMap; in EmitByUvWithoutCheck() 169 auto tempMap = static_cast<std::map<std::string, std::string> *>(data); EmitByUvWithoutCheck() local 197 auto tempMap = static_cast<std::map<std::string, std::string> *>(data); EmitByUv() local 202 auto tempMap = static_cast<std::map<std::string, std::string> *>(data); EmitByUv() local 207 auto tempMap = static_cast<std::map<std::string, std::string> *>(data); EmitByUv() local [all...] |
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/ |
H A D | communicator_proxy.cpp | 88 std::map<std::string, ICommunicator *> tempMap; in Activate() local 92 tempMap[iter.first] = devCommMap_[iter.first].second; in Activate() 97 for (const auto &iter : tempMap) { in Activate() 98 tempMap[iter.first]->Activate(); in Activate() 99 RefObject::DecObjRef(tempMap[iter.first]); in Activate()
|
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_common/network_black_list/ |
H A D | network_black_list_manager.cpp | 113 std::map<std::string, int32_t> tempMap; in CleanTempWifiBlockList() local 114 tempWifiBlockMap_.swap(tempMap); in CleanTempWifiBlockList()
|
/foundation/multimedia/av_codec/frameworks/native/capi/avcodec/ |
H A D | native_video_encoder.cpp | 50 void FormatToTempFunc(std::unordered_map<uint32_t, OHOS::sptr<OH_AVFormat>> &tempMap); 51 void BufferToTempFunc(std::unordered_map<uint32_t, OHOS::sptr<OH_AVBuffer>> &tempMap); 52 void MemoryToTempFunc(std::unordered_map<uint32_t, OHOS::sptr<OH_AVMemory>> &tempMap); 387 void VideoEncoderObject::FormatToTempFunc(std::unordered_map<uint32_t, OHOS::sptr<OH_AVFormat>> &tempMap) in FormatToTempFunc() argument 389 for (auto &val : tempMap) { in FormatToTempFunc() 404 void VideoEncoderObject::BufferToTempFunc(std::unordered_map<uint32_t, OHOS::sptr<OH_AVBuffer>> &tempMap) in BufferToTempFunc() argument 406 for (auto &val : tempMap) { in BufferToTempFunc() 413 void VideoEncoderObject::MemoryToTempFunc(std::unordered_map<uint32_t, OHOS::sptr<OH_AVMemory>> &tempMap) in MemoryToTempFunc() argument 415 for (auto &val : tempMap) { in MemoryToTempFunc()
|
H A D | native_video_decoder.cpp | 54 void BufferToTempFunc(std::unordered_map<uint32_t, OHOS::sptr<OH_AVBuffer>> &tempMap); 55 void MemoryToTempFunc(std::unordered_map<uint32_t, OHOS::sptr<OH_AVMemory>> &tempMap); 320 void VideoDecoderObject::BufferToTempFunc(std::unordered_map<uint32_t, OHOS::sptr<OH_AVBuffer>> &tempMap) in BufferToTempFunc() argument 322 for (auto &val : tempMap) { in BufferToTempFunc() 329 void VideoDecoderObject::MemoryToTempFunc(std::unordered_map<uint32_t, OHOS::sptr<OH_AVMemory>> &tempMap) in MemoryToTempFunc() argument 331 for (auto &val : tempMap) { in MemoryToTempFunc()
|
/foundation/resourceschedule/frame_aware_sched/frameworks/core/frame_aware_policy/src/ |
H A D | intellisense_server.cpp | 346 map<std::string, int> tempMap = m_subEventPara[key]; in SetPara() local 347 RME_LOGI("[SetPara]:subEventPara map size: %{public}zu", tempMap.size()); in SetPara()
|
/foundation/communication/netstack/frameworks/cj/http/src/ |
H A D | net_http_client_exec.cpp | 850 std::map<std::string, std::string> tempMap = context->response.GetHeader(); in MakeHeaderWithSetCookie() local 860 tempMap[RESPONSE_KEY_SET_COOKIE] = setCookies; in MakeHeaderWithSetCookie() 861 return tempMap; in MakeHeaderWithSetCookie()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/relative_container/old_cases/ |
H A D | relative_container_testthree_ng.cpp | 420 std::map<AlignDirection, AlignRule> tempMap = { { AlignDirection::LEFT, alignRule } }; in HWTEST_F() local 421 nextNodeFlexItem->propAlignRules_ = tempMap; in HWTEST_F()
|
/foundation/communication/netstack/frameworks/js/napi/http/http_exec/src/ |
H A D | http_exec.cpp | 1289 std::map<std::string, std::string> tempMap = context->response.GetHeader(); in AddCurlHandle() local 1299 tempMap[HttpConstant::RESPONSE_KEY_SET_COOKIE] = setCookies; in AddCurlHandle() 1300 return tempMap; in AddCurlHandle()
|