Home
last modified time | relevance | path

Searched refs:PACKAGE_NAME (Results 1 - 25 of 47) sorted by relevance

12

/foundation/multimedia/image_framework/plugins/manager/test/unittest/common/plugin_example/plugin_example1/
H A Dplugin_export.cpp36 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 Dplugin_export.cpp34 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 Dplugin_export.cpp29 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 Dplugin_export.cpp29 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 Dplugin_export.cpp31 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 Dplugin_export.cpp31 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 Dplugin_export.cpp34 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 Dplugin_export.cpp29 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 Dplugin_export.cpp29 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 Dplugin_export.cpp30 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 Dplugin_export.cpp30 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 Dplugin_export.cpp30 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 Dplugin_export.cpp43 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 Dplugin_utils.h42 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 Dplugin_export.cpp49 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 Dconfig.h71 #define PACKAGE_NAME "simple-mtpfs" macro
/foundation/CastEngine/castengine_cast_framework/common/src/
H A Dcast_engine_dfx.cpp37 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 Dsoftbus_file_receive_listener.cpp82 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 Ddfs_event_dfx.h59 constexpr const char* PACKAGE_NAME = "PACKAGE_NAME"; member
/foundation/CastEngine/castengine_cast_plus_stream/src/channel/src/softbus/
H A Dsoftbus_connection.cpp37 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 Dsoftbus_connection.cpp37 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 Dbms_bundle_installers_test.cpp35 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 Djs_runtime_lite.cpp41 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 Dconfig.h234 #define PACKAGE_NAME "pulseaudio" macro
/foundation/filemanagement/dfs_service/utils/system/include/
H A Ddfs_daemon_event_dfx.h78 constexpr const char* PACKAGE_NAME = "PACKAGE_NAME"; member

Completed in 12 milliseconds

12