Home
last modified time | relevance | path

Searched refs:profileName_ (Results 1 - 2 of 2) sorted by relevance

/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dprofile.cpp24 Profile::Profile(const std::string &name) : profileName_(name) in Profile()
29 profileName_ = Str16ToStr8(parcel.ReadString16()); in ReadFromParcel()
47 return (parcel.WriteString16(Str8ToStr16(profileName_))); in Marshalling()
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/
H A Dprofile.h39 return profileName_; in GetName()
65 std::string profileName_; // the name of the ability member in OHOS::AppExecFwk::Profile

Completed in 1 milliseconds