Home
last modified time | relevance | path

Searched refs:RemoveData (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/
H A Dwifi_p2p_dns_txt_record.cpp72 int WifiP2PDnsTxtRecord::RemoveData(const std::string &key) in RemoveData() function in OHOS::Wifi::WifiP2PDnsTxtRecord
123 int addKeyPos = RemoveData(key); in SetRecord()
H A Dwifi_p2p_dns_txt_record.h50 int RemoveData(const std::string &key);
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/rdb/
H A Dability_resident_process_rdb.h81 int32_t RemoveData(std::string &bundleName);
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/api/core/perf/
H A Dintf_performance_data_manager.h107 virtual void RemoveData(const BASE_NS::string_view subCategory) = 0; in CORE_BEGIN_NAMESPACE()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/perf/
H A Dperformance_data_manager.h62 void RemoveData(const BASE_NS::string_view subCategory) override; in CORE_BEGIN_NAMESPACE()
H A Dperformance_data_manager.cpp174 void PerformanceDataManager::RemoveData([[maybe_unused]] const string_view subCategory)
/ohos5.0/base/hiviewdfx/hiview/plugins/reliability/leak_detectors/native_leak/
H A Dnative_leak_state.h44 void RemoveData(std::shared_ptr<NativeLeakInfo> &userMonitorInfo) const;
H A Dnative_leak_state.cpp117 RemoveData(userMonitorInfo); in CollectBaseInfo()
157 void NativeLeakSampleState::RemoveData(shared_ptr<NativeLeakInfo> &userMonitorInfo) const in RemoveData() function in OHOS::HiviewDFX::NativeLeakSampleState
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/rdb/
H A Dability_resident_process_rdb.cpp239 int32_t AmsResidentProcessRdb::RemoveData(std::string &bundleName) in RemoveData() function in OHOS::AbilityRuntime::AmsResidentProcessRdb
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/want/src/
H A Dpac_map.cpp65 RemoveData(mapList, key); \
100 RemoveData(mapList, key); \
440 RemoveData(mapList, key); in InnerPutObject()
459 RemoveData(mapList, key); in InnerPutPacMap()
895 void PacMap::RemoveData(PacMapList &pacMapList, const std::string &key) in RemoveData() function in OHOS::AppExecFwk::PacMap
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
H A Drender_node_graph_manager.cpp319 perfData->RemoveData(rnRef.fullName); in PendingDestroy()
370 perfData->RemoveData(nodeStoreRef.renderNodeData[eraseIndex].fullName); in PendingDeallocRenderNode()
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/want/include/
H A Dpac_map.h500 void RemoveData(PacMapList &srcPacMap, const std::string &key);
/ohos5.0/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_native_test/
H A Dpac_map_test.cpp1359 pacmap_->RemoveData(pacMapList, key1);