Home
last modified time | relevance | path

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

/ohos5.0/foundation/systemabilitymgr/safwk/test/services/safwk/unittest/
H A Dapi_cache_manager_test.cpp120 …ret = ApiCacheManager::GetInstance().PreSendRequest(g_descriptor1, CACHE_API_CODE_100, data1, repl…
129 …ret = ApiCacheManager::GetInstance().PreSendRequest(g_descriptor1, CACHE_API_CODE_100, data2, repl…
145 …ret = ApiCacheManager::GetInstance().PreSendRequest(g_descriptor1, CACHE_API_CODE_100, data4, repl…
155 …ret = ApiCacheManager::GetInstance().PreSendRequest(g_descriptor1, CACHE_API_CODE_100, data5, repl…
165 …ret = ApiCacheManager::GetInstance().PreSendRequest(g_descriptor1, CACHE_API_CODE_100, data6, repl…
189 …ret = ApiCacheManager::GetInstance().PreSendRequest(g_descriptor1, CACHE_API_CODE_100, data, reply… in LRUTest001AddCache1()
741 ret = ApiCacheManager::GetInstance().PreSendRequest(descriptor, apiCode, data, reply); in ClearCache001TestCheck()
949 … ApiCacheManager::GetInstance().PreSendRequest(g_descriptor1, CACHE_API_CODE_1, data1, reply1); in Task003()
950 … ApiCacheManager::GetInstance().PreSendRequest(g_descriptor1, CACHE_API_CODE_100, data2, reply2); in Task003()
951 … ApiCacheManager::GetInstance().PreSendRequest(g_descriptor2, CACHE_API_CODE_1, data3, reply3); in Task003()
[all …]
/ohos5.0/foundation/ability/idl_tool/test/sa_test/keyword_cacheable_test_001/target_cpp/
H A Dfoo_proxy.cpp.txt36 …bool hitCache = ApiCacheManager::GetInstance().PreSendRequest(GetDescriptor(), COMMAND_TEST001, da…
80 …bool hitCache = ApiCacheManager::GetInstance().PreSendRequest(GetDescriptor(), COMMAND_TEST002, da…
123 …bool hitCache = ApiCacheManager::GetInstance().PreSendRequest(GetDescriptor(), COMMAND_TEST003, da…
178 …bool hitCache = ApiCacheManager::GetInstance().PreSendRequest(GetDescriptor(), COMMAND_TEST004, da…
233 …bool hitCache = ApiCacheManager::GetInstance().PreSendRequest(GetDescriptor(), COMMAND_TEST005, da…
/ohos5.0/foundation/systemabilitymgr/safwk/test/services/safwk/unittest/test_sa_proxy_cache_ability/src/
H A Dtest_sa_proxy_cache_proxy.cpp36 bool hitCache = ApiCacheManager::GetInstance().PreSendRequest(GetDescriptor(), in GetStringFunc()
84 bool hitCache = ApiCacheManager::GetInstance().PreSendRequest(GetDescriptor(), in GetDoubleFunc()
153 bool hitCache = ApiCacheManager::GetInstance().PreSendRequest(GetDescriptor(), in GetVectorFunc()
/ohos5.0/foundation/ability/idl_tool/test/sa_test/keyword_cacheable_test_002/target_cpp/
H A Dfoo_proxy.cpp.txt88 …bool hitCache = ApiCacheManager::GetInstance().PreSendRequest(GetDescriptor(), COMMAND_TEST005, da…
133 …bool hitCache = ApiCacheManager::GetInstance().PreSendRequest(GetDescriptor(), COMMAND_TEST005, da…
/ohos5.0/foundation/systemabilitymgr/safwk/interfaces/innerkits/safwk/
H A Dapi_cache_manager.h38 … bool PreSendRequest(const std::u16string& descriptor, uint32_t apiCode, const MessageParcel &data,
/ohos5.0/foundation/systemabilitymgr/safwk/test/services/safwk/unittest/listen_ability/src/
H A Dlisten_ability_proxy.cpp30 …bool hitCache = ApiCacheManager::GetInstance().PreSendRequest(GetDescriptor(), ADD_VOLUME, data, r… in AddVolume()
/ohos5.0/foundation/systemabilitymgr/safwk/services/safwk/src/
H A Dapi_cache_manager.cpp105 bool ApiCacheManager::PreSendRequest(const std::u16string& descriptor, uint32_t apiCode, const Mess… in PreSendRequest() function in OHOS::ApiCacheManager