Searched defs:Profile (Results 1 - 8 of 8) sorted by relevance
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/ |
H A D | profile.h | 26 class Profile : public Parcelable { class
|
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/ |
H A D | profile.cpp | 24 Profile::Profile(const std::string &name) : profileName_(name) in Profile() function in OHOS::AppExecFwk::Profile
|
/foundation/multimedia/camera_framework/frameworks/native/camera/src/output/ |
H A D | camera_output_capability.cpp | 47 Profile::Profile(CameraFormat format, Size size) : format_(format), size_(size), specId_(0) {} in Profile() function in OHOS::CameraStandard::Profile 48 Profile::Profile(CameraFormat format, Size size, int32_t specId) : format_(format), size_(size), specId_(specId) {} in Profile() function in OHOS::CameraStandard::Profile 49 Profile::Profile(CameraFormat format, Size size, Fps fps, std::vector<uint32_t> abilityId) in Profile() function in OHOS::CameraStandard::Profile 51 Profile::Profile(CameraFormat format, Size size, Fps fps, std::vector<uint32_t> abilityId, int32_t specId) in Profile() function in OHOS::CameraStandard::Profile [all...] |
/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/output/ |
H A D | camera_output_capability.h | 72 class Profile { class [all...] |
/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/include/bundle_parser/ |
H A D | common_profile.h | 55 namespace Profile { namespace
|
/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/bundle_parser/ |
H A D | module_profile.cpp | 81 namespace Profile { namespace [all...] |
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | module_profile.cpp | 30 namespace Profile { namespace [all...] |
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | common_profile.h | 304 namespace Profile { namespace
|
Completed in 9 milliseconds