Home
last modified time | relevance | path

Searched refs:bundleName (Results 1 - 9 of 9) sorted by relevance

/interface/sdk-js/build-tools/collect_application_api/
H A Dwebpack.config.js27 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 Dwebpack.config.js27 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 Dwebpack.config.js17 const bundleName = 'api-diff.js';
25 filename: bundleName,
/interface/sdk_c/bundlemanager/bundle_framework/bundle/include/
H A Dnative_interface_bundle.h55 char* bundleName; member
72 char* bundleName; member
/interface/sdk_c/distributeddatamgr/preferences/include/
H A Doh_preferences_option.h82 * @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 Drelational_store.h126 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 Doh_commonevent.h133 * @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 Duds.h469 * @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 Dnative_avsession.h325 * @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