/foundation/multimedia/image_framework/plugins/manager/test/unittest/common/plugin_example/plugin_example1/ |
H A D | plugin_export.cpp | 36 static const string PACKAGE_NAME = "plugin_example1"; variable 46 IMAGE_LOGD("call PluginExternalStart() in package: %{public}s.", PACKAGE_NAME.c_str()); in PluginExternalStart() 54 IMAGE_LOGD("call PluginExternalStop() in package: %{public}s.", PACKAGE_NAME.c_str()); in PluginExternalStop() 63 PACKAGE_NAME.c_str(), className.c_str()); in PluginExternalCreate() 68 className.c_str(), PACKAGE_NAME.c_str()); in PluginExternalCreate() 75 className.c_str(), PACKAGE_NAME.c_str()); in PluginExternalCreate()
|
/foundation/multimedia/image_framework/plugins/common/libs/image/libgifplugin/src/ |
H A D | plugin_export.cpp | 34 const std::string PACKAGE_NAME = ("LibGifPlugin"); member 50 PACKAGE_NAME.c_str(), className.c_str()); in PluginExternalCreate() 55 className.c_str(), PACKAGE_NAME.c_str()); in PluginExternalCreate() 62 className.c_str(), PACKAGE_NAME.c_str()); in PluginExternalCreate()
|
/foundation/multimedia/image_framework/plugins/common/libs/image/libheifplugin/src/ |
H A D | plugin_export.cpp | 29 const std::string PACKAGE_NAME = ("LibHeifPlugin"); member 45 PACKAGE_NAME.c_str(), className.c_str()); in PluginExternalCreate() 50 className.c_str(), PACKAGE_NAME.c_str()); in PluginExternalCreate() 57 className.c_str(), PACKAGE_NAME.c_str()); in PluginExternalCreate()
|
/foundation/multimedia/image_framework/plugins/common/libs/image/libpngplugin/src/ |
H A D | plugin_export.cpp | 29 const std::string PACKAGE_NAME = ("LibPngPlugin"); member 45 PACKAGE_NAME.c_str(), className.c_str()); in PluginExternalCreate() 50 className.c_str(), PACKAGE_NAME.c_str()); in PluginExternalCreate() 57 className.c_str(), PACKAGE_NAME.c_str()); in PluginExternalCreate()
|
/foundation/multimedia/image_framework/plugins/manager/test/unittest/common/plugin_example/plugin_example2/ |
H A D | plugin_export.cpp | 31 const std::string PACKAGE_NAME = ("plugin_example2"); member 48 PACKAGE_NAME.c_str(), className.c_str()); in PluginExternalCreate() 53 className.c_str(), PACKAGE_NAME.c_str()); in PluginExternalCreate() 60 className.c_str(), PACKAGE_NAME.c_str()); in PluginExternalCreate()
|
/foundation/multimedia/image_framework/plugins/manager/test/unittest/common/plugin_example/plugin_example3/ |
H A D | plugin_export.cpp | 31 const std::string PACKAGE_NAME = ("plugin_example3"); member 48 PACKAGE_NAME.c_str(), className.c_str()); in PluginExternalCreate() 53 className.c_str(), PACKAGE_NAME.c_str()); in PluginExternalCreate() 60 className.c_str(), PACKAGE_NAME.c_str()); in PluginExternalCreate()
|
/foundation/multimedia/image_framework/plugins/common/libs/image/libsvgplugin/src/ |
H A D | plugin_export.cpp | 34 const std::string PACKAGE_NAME = ("LibSvgPlugin");
member 50 PACKAGE_NAME.c_str(), className.c_str());
in PluginExternalCreate() 55 className.c_str(), PACKAGE_NAME.c_str());
in PluginExternalCreate() 62 className.c_str(), PACKAGE_NAME.c_str());
in PluginExternalCreate()
|
/foundation/multimedia/image_framework/plugins/common/libs/image/librawplugin/src/ |
H A D | plugin_export.cpp | 29 const std::string PACKAGE_NAME = ("LibRawPlugin"); member 45 PACKAGE_NAME.c_str(), className.c_str()); in PluginExternalCreate() 50 className.c_str(), PACKAGE_NAME.c_str()); in PluginExternalCreate() 57 className.c_str(), PACKAGE_NAME.c_str()); in PluginExternalCreate()
|
/foundation/multimedia/image_framework/plugins/common/libs/image/libbmpplugin/src/ |
H A D | plugin_export.cpp | 29 const std::string PACKAGE_NAME = ("LibBmpPlugin"); member 45 PACKAGE_NAME.c_str(), className.c_str()); in PluginExternalCreate() 50 className.c_str(), PACKAGE_NAME.c_str()); in PluginExternalCreate() 57 className.c_str(), PACKAGE_NAME.c_str()); in PluginExternalCreate()
|
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/ |
H A D | plugin_export.cpp | 30 const std::string PACKAGE_NAME = ("LibExtPlugin");
member 47 PACKAGE_NAME.c_str(), className.c_str());
in PluginExternalCreate() 52 className.c_str(), PACKAGE_NAME.c_str());
in PluginExternalCreate() 59 className.c_str(), PACKAGE_NAME.c_str());
in PluginExternalCreate()
|
/foundation/multimedia/image_framework/plugins/common/libs/image/libwebpplugin/src/ |
H A D | plugin_export.cpp | 30 const std::string PACKAGE_NAME = ("LibWebpPlugin"); member 47 PACKAGE_NAME.c_str(), className.c_str()); in PluginExternalCreate() 52 className.c_str(), PACKAGE_NAME.c_str()); in PluginExternalCreate() 59 className.c_str(), PACKAGE_NAME.c_str()); in PluginExternalCreate()
|
/foundation/multimedia/image_framework/plugins/common/libs/image/libjpegplugin/src/ |
H A D | plugin_export.cpp | 30 const std::string PACKAGE_NAME = ("LibJpegPlugin"); member 49 PACKAGE_NAME.c_str(), className.c_str()); in PluginExternalCreate() 54 className.c_str(), PACKAGE_NAME.c_str()); in PluginExternalCreate() 61 className.c_str(), PACKAGE_NAME.c_str()); in PluginExternalCreate()
|
/foundation/multimedia/image_framework/plugins/common/libs/image/formatagentplugin/src/ |
H A D | plugin_export.cpp | 43 const std::string PACKAGE_NAME = ("LibImageFormatAgent"); member 67 PACKAGE_NAME.c_str(), className.c_str()); in PluginExternalCreate() 72 className.c_str(), PACKAGE_NAME.c_str()); in PluginExternalCreate() 79 className.c_str(), PACKAGE_NAME.c_str()); in PluginExternalCreate()
|
/foundation/multimedia/image_framework/plugins/manager/include/pluginbase/ |
H A D | plugin_utils.h | 42 const std::string PACKAGE_NAME = (packageName); \ 58 IMAGE_LOGD("call PluginExternalStart() in package: %{public}s.", PACKAGE_NAME.c_str()); \ 65 IMAGE_LOGD("call PluginExternalStop() in package: %{public}s.", PACKAGE_NAME.c_str()); \
|
/foundation/multimedia/image_framework/plugins/manager/src/framework/ |
H A D | plugin_export.cpp | 49 const std::string PACKAGE_NAME = ("LibImagePluginsExport"); member 83 PACKAGE_NAME.c_str(), className.c_str()); in PluginExternalCreate() 88 className.c_str(), PACKAGE_NAME.c_str()); in PluginExternalCreate() 95 className.c_str(), PACKAGE_NAME.c_str()); in PluginExternalCreate()
|
/foundation/filemanagement/storage_service/services/storage_daemon/mtpfs/include/ |
H A D | config.h | 71 #define PACKAGE_NAME "simple-mtpfs" macro
|
/foundation/CastEngine/castengine_cast_framework/common/src/ |
H A D | cast_engine_dfx.cpp | 37 const std::string CastEngineDfx::PACKAGE_NAME = "CastEngineService"; member in OHOS::CastEngine::CastEngineDfx 112 return PACKAGE_NAME; in GetBizPackageName()
|
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/network/softbus/ |
H A D | softbus_file_receive_listener.cpp | 82 RadarReporter::CREAT_VALID_PATH_ERROR, RadarReporter::PACKAGE_NAME, RadarReporter::appFileService); in SetRecvPath() 137 RadarReporter::FILE_TRANS_ERROR, RadarReporter::PACKAGE_NAME, in OnFileTransError()
|
/foundation/filemanagement/file_api/interfaces/kits/js/src/common/ |
H A D | dfs_event_dfx.h | 59 constexpr const char* PACKAGE_NAME = "PACKAGE_NAME"; member
|
/foundation/CastEngine/castengine_cast_plus_stream/src/channel/src/softbus/ |
H A D | softbus_connection.cpp | 37 const std::string SoftBusConnection::PACKAGE_NAME = "CastEngineService"; member in OHOS::CastEngine::CastEngineService::SoftBusConnection 335 int ret = SoftBusWrapper::StartSoftBusService(PACKAGE_NAME, mySessionName, &sessionListener_); in StartListen() 353 int ret = SoftBusWrapper::StartSoftBusService(PACKAGE_NAME, mySessionName, &sessionListener_); in SetupSession() 492 SoftBusWrapper::StopService(PACKAGE_NAME, softbus_.GetSpecMySessionName()); in CloseConnection()
|
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/channel/src/softbus/ |
H A D | softbus_connection.cpp | 37 const std::string SoftBusConnection::PACKAGE_NAME = "CastEngineService"; member in OHOS::CastEngine::CastEngineService::SoftBusConnection 332 int ret = SoftBusWrapper::StartSoftBusService(PACKAGE_NAME, mySessionName, &sessionListener_); in StartListen() 350 int ret = SoftBusWrapper::StartSoftBusService(PACKAGE_NAME, mySessionName, &sessionListener_); in SetupSession() 489 SoftBusWrapper::StopService(PACKAGE_NAME, softbus_.GetSpecMySessionName()); in CloseConnection()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installers_test/ |
H A D | bms_bundle_installers_test.cpp | 35 const std::string PACKAGE_NAME = "launcher_settings"; member 376 bundleInstaller_->Uninstall(BUNDLE_PATH, PACKAGE_NAME, installParam); in HWTEST_F() 399 bundleInstaller_->Uninstall(BUNDLE_PATH, PACKAGE_NAME, installParam); in HWTEST_F() 423 bundleInstaller_->Uninstall(EMPTY_STRING, PACKAGE_NAME, installParam); in HWTEST_F()
|
/foundation/ability/ability_runtime/frameworks/native/runtime/ |
H A D | js_runtime_lite.cpp | 41 const std::string PACKAGE_NAME = "packageName"; member 473 items.emplace_back(PACKAGE_NAME); in ParsePkgContextInfoJson() 474 if (itemObject[PACKAGE_NAME].is_null() || !itemObject[PACKAGE_NAME].is_string()) { in ParsePkgContextInfoJson() 477 pkgName = itemObject[PACKAGE_NAME].get<std::string>(); in ParsePkgContextInfoJson()
|
/foundation/multimedia/audio_framework/frameworks/native/pulseaudio/modules/hdi/ |
H A D | config.h | 234 #define PACKAGE_NAME "pulseaudio" macro
|
/foundation/filemanagement/dfs_service/utils/system/include/ |
H A D | dfs_daemon_event_dfx.h | 78 constexpr const char* PACKAGE_NAME = "PACKAGE_NAME"; member
|