Home
last modified time | relevance | path

Searched refs:DelCacheApi (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/ability/idl_tool/test/sa_test/keyword_cacheable_test_001/target_cpp/
H A Dfoo_proxy.h.txt63 ApiCacheManager::GetInstance().DelCacheApi(GetDescriptor(), COMMAND_TEST001);
64 ApiCacheManager::GetInstance().DelCacheApi(GetDescriptor(), COMMAND_TEST002);
65 ApiCacheManager::GetInstance().DelCacheApi(GetDescriptor(), COMMAND_TEST003);
66 ApiCacheManager::GetInstance().DelCacheApi(GetDescriptor(), COMMAND_TEST004);
67 ApiCacheManager::GetInstance().DelCacheApi(GetDescriptor(), COMMAND_TEST005);
/ohos5.0/foundation/systemabilitymgr/safwk/test/services/safwk/unittest/
H A Dapi_cache_manager_test.cpp97 ApiCacheManager::GetInstance().DelCacheApi(g_descriptor1, CACHE_API_CODE_1);
100 ApiCacheManager::GetInstance().DelCacheApi(g_descriptor1, CACHE_API_CODE_100);
103 ApiCacheManager::GetInstance().DelCacheApi(g_descriptor2, CACHE_API_CODE_100);
167 ApiCacheManager::GetInstance().DelCacheApi(g_descriptor1, CACHE_API_CODE_100);
838 ApiCacheManager::GetInstance().DelCacheApi(g_descriptor1, CACHE_API_CODE_100);
860 ApiCacheManager::GetInstance().DelCacheApi(g_descriptor2, CACHE_API_CODE_100);
861 ApiCacheManager::GetInstance().DelCacheApi(g_descriptor2, CACHE_API_CODE_1);
893 ApiCacheManager::GetInstance().DelCacheApi(g_descriptor1, CACHE_API_CODE_1);
895 ApiCacheManager::GetInstance().DelCacheApi(g_descriptor2, CACHE_API_CODE_1);
1048 ApiCacheManager::GetInstance().DelCacheApi(g_descriptor1, CACHE_API_CODE_1);
[all …]
/ohos5.0/foundation/systemabilitymgr/safwk/test/services/safwk/unittest/test_sa_proxy_cache_ability/include/
H A Dtest_sa_proxy_cache_proxy.h65 ApiCacheManager::GetInstance().DelCacheApi(GetDescriptor(), COMMAND_GET_STRING_FUNC); in ~TestSaProxyCacheProxy()
66 ApiCacheManager::GetInstance().DelCacheApi(GetDescriptor(), COMMAND_GET_DOUBLE_FUNC); in ~TestSaProxyCacheProxy()
67 ApiCacheManager::GetInstance().DelCacheApi(GetDescriptor(), COMMAND_GET_VECTOR_FUNC); in ~TestSaProxyCacheProxy()
/ohos5.0/foundation/ability/idl_tool/test/sa_test/keyword_cacheable_test_002/target_cpp/
H A Dfoo_proxy.h.txt60 ApiCacheManager::GetInstance().DelCacheApi(GetDescriptor(), COMMAND_TEST005);
61 ApiCacheManager::GetInstance().DelCacheApi(GetDescriptor(), COMMAND_TEST005);
/ohos5.0/foundation/systemabilitymgr/safwk/interfaces/innerkits/safwk/
H A Dapi_cache_manager.h30 void DelCacheApi(const std::u16string& descriptor, uint32_t apiCode);
/ohos5.0/foundation/systemabilitymgr/safwk/test/services/safwk/unittest/listen_ability/include/
H A Dlisten_ability_proxy.h56 ApiCacheManager::GetInstance().DelCacheApi(GetDescriptor(), ADD_VOLUME); in ~ListenAbilityProxy()
/ohos5.0/foundation/systemabilitymgr/safwk/services/safwk/src/
H A Dapi_cache_manager.cpp50 void ApiCacheManager::DelCacheApi(const std::u16string& descriptor, uint32_t apiCode) in DelCacheApi() function in OHOS::ApiCacheManager