Searched defs:apiCode (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/systemabilitymgr/safwk/services/safwk/src/ |
H A D | api_cache_manager.cpp | 33 void ApiCacheManager::AddCacheApi(const std::u16string& descriptor, uint32_t apiCode, int64_t expir… in AddCacheApi() 50 void ApiCacheManager::DelCacheApi(const std::u16string& descriptor, uint32_t apiCode) in DelCacheApi() 92 void ApiCacheManager::ClearCache(const std::u16string& descriptor, int32_t apiCode) in ClearCache() 105 bool ApiCacheManager::PreSendRequest(const std::u16string& descriptor, uint32_t apiCode, const Mess… in PreSendRequest() 132 bool ApiCacheManager::PostSendRequest(const std::u16string& descriptor, uint32_t apiCode, const Mes… in PostSendRequest()
|
/ohos5.0/foundation/systemabilitymgr/safwk/test/services/safwk/unittest/ |
H A D | api_cache_manager_test.cpp | 703 bool ClearCache001TestPrevSet(const std::u16string& descriptor, uint32_t apiCode, in ClearCache001TestPrevSet() 715 bool ClearCache001TestPrevSet(const std::u16string& descriptor, uint32_t apiCode, in ClearCache001TestPrevSet() 727 bool ClearCache001TestPrevSet(const std::u16string& descriptor, uint32_t apiCode, in ClearCache001TestPrevSet() 734 bool ClearCache001TestCheck(const std::u16string& descriptor, uint32_t apiCode, in ClearCache001TestCheck()
|