Searched refs:bundleName (Results 1 - 9 of 9) sorted by relevance
/interface/sdk-js/build-tools/collect_application_api/ |
H A D | webpack.config.js | 27 const bundleName = 'api-collector.js'; 28 const bundlejsPath = path.resolve(__dirname, 'dist', 'build', bundleName); 30 console.error(`${bundleName} not found`); 40 archive.file(bundlejsPath, { name: bundleName });
|
/interface/sdk-js/build-tools/dts_parser/ |
H A D | webpack.config.js | 27 const bundleName = `${packageInfo.name}.js`; 28 const bundlejsPath = path.resolve(__dirname, 'package', bundleName); 30 console.error(`${bundleName} not found`); 40 archive.file(bundlejsPath, { name: bundleName });
|
/interface/sdk-js/build-tools/api_diff/ |
H A D | webpack.config.js | 17 const bundleName = 'api-diff.js'; 25 filename: bundleName,
|
/interface/sdk_c/bundlemanager/bundle_framework/bundle/include/ |
H A D | native_interface_bundle.h | 55 char* bundleName; member 72 char* bundleName; member
|
/interface/sdk_c/distributeddatamgr/preferences/include/ |
H A D | oh_preferences_option.h | 82 * @param bundleName Pointer to the bundle name to set. 89 int OH_PreferencesOption_SetBundleName(OH_PreferencesOption *option, const char *bundleName);
|
/interface/sdk_c/distributeddatamgr/relational_store/include/ |
H A D | relational_store.h | 126 const char *bundleName; member 237 * @brief Set property bundleName into config 241 * @param bundleName Indicates the bundle name of the application 247 int OH_Rdb_SetBundleName(OH_Rdb_ConfigV2 *config, const char *bundleName);
|
/interface/sdk_c/BasicServicesKit/commonevent/ |
H A D | oh_commonevent.h | 133 * @brief Set the subscribe information of bundleName. 136 * @param bundleName Indicates the subscribed events of bundleName. 142 CommonEvent_ErrCode OH_CommonEvent_SetPublisherBundleName(CommonEvent_SubscribeInfo* info, const char* bundleName);
|
/interface/sdk_c/distributeddatamgr/udmf/include/ |
H A D | uds.h | 469 * @param bundleName Represents a new string value. 476 int OH_UdsAppItem_SetBundleName(OH_UdsAppItem* pThis, const char* bundleName);
|
/interface/sdk_c/multimedia/av_session/ |
H A D | native_avsession.h | 325 * @param bundleName The bundle name to set 333 * 3. The param of bundleName is nullptr. 339 const char* bundleName, const char* abilityName, OH_AVSession** avsession);
|
Completed in 5 milliseconds