/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/ |
H A D | nncompiled_cache.cpp | 40 const std::string& cacheDir, in Save() 63 OH_NN_ReturnCode NNCompiledCache::Restore(const std::string& cacheDir, in Restore() 164 const std::string& cacheDir, in GenerateCacheFiles() 193 const std::string& cacheDir, in GenerateCacheModel()
|
H A D | neural_network_runtime.cpp | 570 NNRT_API bool OH_NNModel_HasCache(const char *cacheDir, const char *modelName, uint32_t version) in OH_NNModel_HasCache()
|
/ohos5.0/foundation/ai/neural_network_runtime/example/deep_learning_framework/tflite/delegates/nnrt_delegate/ |
H A D | nnrt_delegate.h | 44 std::string cacheDir; member 100 std::string cacheDir; member
|
H A D | nnrt_delegate_provider.cpp | 164 std::string cacheDir = params.Get<std::string>("cache_dir"); in MapParams() local
|
H A D | nnrt_delegate_kernel.cpp | 405 std::string cacheDir = delegateOptions.cacheDir; in SetNnOptions() local
|
/ohos5.0/foundation/multimedia/player_framework/interfaces/inner_api/native/soundpool/include/ |
H A D | isoundpool.h | 31 std::string cacheDir; member
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/c/ability_runtime/src/ |
H A D | application_context.cpp | 58 const std::string cacheDir = appContext->GetCacheDir(); in OH_AbilityRuntime_ApplicationContextGetCacheDir() local
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/capi_ability_runtime_application_context_test/ |
H A D | capi_ability_runtime_application_context_test.cpp | 254 std::string cacheDir = contextImpl->GetCacheDir(); variable 283 std::string cacheDir = contextImpl->GetCacheDir(); variable
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/ |
H A D | distributeddb_storage_rd_single_ver_natural_executor_test.cpp | 496 string cacheDir = g_testDir + "/" + g_identifier + "/" + DBConstant::SINGLE_SUB_DIR + variable 533 string cacheDir = g_testDir + "/" + g_identifier + "/" + DBConstant::SINGLE_SUB_DIR + variable
|
H A D | distributeddb_storage_sqlite_single_ver_natural_executor_test.cpp | 966 string cacheDir = g_testDir + "/" + g_identifier + "/" + DBConstant::SINGLE_SUB_DIR + variable 1003 string cacheDir = g_testDir + "/" + g_identifier + "/" + DBConstant::SINGLE_SUB_DIR + variable
|
/ohos5.0/base/hiviewdfx/hiview/interfaces/js/napi/src/ |
H A D | hiview_service_agent.cpp | 144 std::string cacheDir = context->GetCacheDir(); in CheckAndCreateHiviewDir() local
|
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/nn_compiled_cache/ |
H A D | nn_compiled_cache_test.cpp | 494 std::string cacheDir = "mock"; variable 512 std::string cacheDir = "/data/data"; variable
|
/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/cloudsync_sa/dentry/ |
H A D | dentry_meta_file_test.cpp | 112 std::string cacheDir = variable
|
H A D | dentry_meta_file_clouddisk_test.cpp | 145 std::string cacheDir = variable
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/ui/ |
H A D | rs_ui_director_test.cpp | 205 std::string cacheDir = "/data/log"; variable
|
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/soundpool/ |
H A D | cache_buffer.cpp | 86 std::string cacheDir = "/data/storage/el2/base/temp"; in CreateAudioRenderer() local
|
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/ |
H A D | moving_photo_file_utils.cpp | 346 string cacheDir = GetLivePhotoCacheDir(movingPhotoImagepath, userId); in ConvertToLivePhoto() local 403 string cacheDir = GetLivePhotoCacheDir(movingPhotoImagePath, userId); in ConvertToSourceLivePhoto() local
|
/ohos5.0/foundation/multimedia/audio_framework/frameworks/js/napi/audiorenderer/ |
H A D | napi_toneplayer.cpp | 121 std::string cacheDir = "/data/storage/el2/base/cache"; in Construct() local
|
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/ohaudio/ |
H A D | OHAudioCapturer.cpp | 227 std::string cacheDir = "/data/storage/el2/base/temp"; in Initialize() local
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/frameworks_kits_appkit_native_test/ |
H A D | context_impl_test.cpp | 1086 auto cacheDir = contextImpl->GetCacheDir(); variable
|
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v2_0/neural_network_runtime_test/ |
H A D | neural_network_runtime_test.cpp | 856 const char* cacheDir = "../"; variable 874 const char* cacheDir = nullptr; variable 892 const char* cacheDir = "../"; variable
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/common/include/ |
H A D | application_info.h | 131 std::string cacheDir; member
|
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/neural_network_core_test/ |
H A D | neural_network_core_test.cpp | 745 const char* cacheDir = "../"; variable 760 const char* cacheDir = nullptr; variable 776 const char* cacheDir = "../"; variable
|
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/ |
H A D | medialibrary_photo_operations.cpp | 141 string cacheDir = GetAssetCacheDir(); in DeleteCache() local 1522 string cacheDir = GetAssetCacheDir(); in OpenCache() local 2875 string cacheDir = GetAssetCacheDir(); in GetMovingPhotoCachePath() local 2974 string cacheDir = GetAssetCacheDir(); in SubmitCache() local
|
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/ |
H A D | ace_ability.cpp | 215 auto cacheDir = abilityContext->GetCacheDir(); in OnStart() local
|