/ohos5.0/docs/zh-cn/application-dev/napi/ |
H A D | build-with-ndk-prebuilts.md | 14 add_library(library SHARED hello.cpp) 16 add_library(avcodec_ffmpeg SHARED IMPORTED) 64 add_library(library SHARED IMPORTED) 68 add_library(entry SHARED hello.cpp) 78 add_library(library SHARED IMPORTED) 82 add_library(entry SHARED hello.cpp)
|
H A D | build-with-ndk-ide.md | 37 # 声明一个产物libentry.so,SHARED表示产物为动态库,hello.cpp为产物的源代码 38 add_library(entry SHARED hello.cpp)
|
/ohos5.0/docs/en/application-dev/napi/ |
H A D | build-with-ndk-prebuilts.md | 17 add_library(library SHARED hello.cpp) 19 add_library(avcodec_ffmpeg SHARED IMPORTED) 39 add_library(library SHARED IMPORTED) 43 add_library(entry SHARED hello.cpp) 53 add_library(library SHARED IMPORTED) 57 add_library(entry SHARED hello.cpp)
|
H A D | build-with-ndk-ide.md | 37 # Declare the product libentry.so. SHARED indicates that the product is a dynamic library, and hell… 38 add_library(entry SHARED hello.cpp)
|
/ohos5.0/docs/zh-cn/application-dev/arkts-utils/ |
H A D | global-configuration-guide.md | 40 }, ArkTSUtils.locks.AsyncLockMode.SHARED) 46 }, ArkTSUtils.locks.AsyncLockMode.SHARED) 58 }, ArkTSUtils.locks.AsyncLockMode.SHARED)
|
/ohos5.0/docs/en/application-dev/arkts-utils/ |
H A D | global-configuration-guide.md | 40 }, ArkTSUtils.locks.AsyncLockMode.SHARED) 46 }, ArkTSUtils.locks.AsyncLockMode.SHARED) 58 }, ArkTSUtils.locks.AsyncLockMode.SHARED)
|
/ohos5.0/commonlibrary/c_utils/docs/zh-cn/ |
H A D | c_utils_guide_mapped_file.md | 58 SHARED 76 | DEFAULT | 0| 默认模式。等价于SHARED|READ_WRITE | 78 | SHARED | DEFAULT| 共享映射模式。对映射区域的写操作会同步至文件中 |
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkts/ |
H A D | js-apis-arkts-utils.md | 347 | SHARED | 1 | 共享锁模式。如果指定了此模式,可以在任意线程同时执行。 | 358 }, ArkTSUtils.locks.AsyncLockMode.SHARED); 363 }, ArkTSUtils.locks.AsyncLockMode.SHARED); 373 }, ArkTSUtils.locks.AsyncLockMode.SHARED); 378 }, ArkTSUtils.locks.AsyncLockMode.SHARED);
|
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/ndktest/camera_ndk_demo/entry/src/main/cpp/ |
H A D | CMakeLists.txt | 10 add_library(entry SHARED main.cpp camera_manager.cpp)
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/opengl/test_glCompressApi/entry/src/main/cpp/ |
H A D | CMakeLists.txt | 14 add_library(entry SHARED test_glCompressApi.cpp)
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/opengl/test_glFramebufferTexture3DOES/entry/src/main/cpp/ |
H A D | CMakeLists.txt | 14 add_library(entry SHARED test_glFramebufferTexture3DOES.cpp)
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/bundle_resource/ |
H A D | bundle_resource_process.cpp | 36 if (innerBundleInfo.GetApplicationBundleType() == BundleType::SHARED) { in GetBundleResourceInfo() 71 if (innerBundleInfo.GetApplicationBundleType() == BundleType::SHARED) { in GetAllResourceInfo() 382 if (innerBundleInfo.GetApplicationBundleType() == BundleType::SHARED) { in CheckIsNeedProcessAbilityResource() 475 if (innerBundleInfo.GetApplicationBundleType() == BundleType::SHARED) { in GetAbilityResourceInfos()
|
/ohos5.0/foundation/communication/netmanager_base/frameworks/js/napi/network/ |
H A D | CMakeLists.txt | 10 add_library(network SHARED
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/opengl/test_eglCreateWindowSurface/entry/src/main/cpp/ |
H A D | CMakeLists.txt | 17 add_library(nativerender SHARED
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/opengl/test_xComponentContext/entry/src/main/cpp/ |
H A D | CMakeLists.txt | 11 add_library(entry SHARED
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/ |
H A D | CMakeLists.txt | 10 add_library(entry SHARED 66 add_library(myxnode SHARED
|
/ohos5.0/docs/zh-cn/application-dev/application-models/ |
H A D | capi_nativechildprocess_development_guideline.md | 75 add_library(childprocesssample SHARED 206 add_library(childprocesssample SHARED
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/sceneProject/unittest/bundle_app_service/app_service_version1_library1/entry/src/main/cpp/ |
H A D | CMakeLists.txt | 24 add_library(entry SHARED hello.cpp)
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/sceneProject/unittest/bundle_app_service/app_service_version1_library2/entry/src/main/cpp/ |
H A D | CMakeLists.txt | 24 add_library(entry SHARED hello.cpp)
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/sceneProject/unittest/bundle_app_service/app_service_version2_library1/entry/src/main/cpp/ |
H A D | CMakeLists.txt | 24 add_library(entry SHARED hello.cpp)
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/sceneProject/unittest/bundle_app_service/app_service_version2_library2/entry/src/main/cpp/ |
H A D | CMakeLists.txt | 24 add_library(entry SHARED hello.cpp)
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/sceneProject/unittest/bundle_share_library/libA_v10001/entry/src/main/cpp/ |
H A D | CMakeLists.txt | 24 add_library(entry SHARED hello.cpp)
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/sceneProject/unittest/bundle_share_library/libA_v10002/entry/src/main/cpp/ |
H A D | CMakeLists.txt | 24 add_library(entry SHARED hello.cpp)
|
/ohos5.0/foundation/communication/netmanager_base/utils/ |
H A D | CMakeLists.txt | 16 SHARED
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/cloud/ |
H A D | cloud_db_constant.h | 41 static constexpr const char *SHARED = "_shared"; variable
|