/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/ |
H A D | wifi_p2p_dns_txt_record.cpp | 72 int WifiP2PDnsTxtRecord::RemoveData(const std::string &key) in RemoveData() function in OHOS::Wifi::WifiP2PDnsTxtRecord 123 int addKeyPos = RemoveData(key); in SetRecord()
|
H A D | wifi_p2p_dns_txt_record.h | 50 int RemoveData(const std::string &key);
|
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/rdb/ |
H A D | ability_resident_process_rdb.h | 81 int32_t RemoveData(std::string &bundleName);
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/api/core/perf/ |
H A D | intf_performance_data_manager.h | 107 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 D | performance_data_manager.h | 62 void RemoveData(const BASE_NS::string_view subCategory) override; in CORE_BEGIN_NAMESPACE()
|
H A D | performance_data_manager.cpp | 174 void PerformanceDataManager::RemoveData([[maybe_unused]] const string_view subCategory)
|
/ohos5.0/base/hiviewdfx/hiview/plugins/reliability/leak_detectors/native_leak/ |
H A D | native_leak_state.h | 44 void RemoveData(std::shared_ptr<NativeLeakInfo> &userMonitorInfo) const;
|
H A D | native_leak_state.cpp | 117 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 D | ability_resident_process_rdb.cpp | 239 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 D | pac_map.cpp | 65 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 D | render_node_graph_manager.cpp | 319 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 D | pac_map.h | 500 void RemoveData(PacMapList &srcPacMap, const std::string &key);
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_native_test/ |
H A D | pac_map_test.cpp | 1359 pacmap_->RemoveData(pacMapList, key1);
|