element_name.h

    BundleManager

    Description:

    Declares the structure that defines the required information for querying , including the device ID, bundle name, and class name, and functions for setting such information.

    You can use functions provided in this file to specify the information for querying AbilityInfo.

    Since:

    1.0

    Version:

    1.0

    Function Name

    Description

    ClearElement ( element)

    Clears the internal data of a specified ElementName.

    (ElementName element, const char deviceId)

    bool 

    Sets the device ID used to query .

    SetElementBundleName ( element, const char bundleName)

    bool 

    Sets the bundle name used to query AbilityInfo.

    (ElementName element, const char *abilityName)

    Sets the class name of the ability used to query .