Home
last modified time | relevance | path

Searched refs:userTestRecord_ (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dapp_launch_data.cpp54 userTestRecord_ = record; in SetUserTestInfo()
68 bool valid = userTestRecord_ ? true : false; in Marshalling()
74 if (!parcel.WriteParcelable(userTestRecord_.get())) { in Marshalling()
160 userTestRecord_ = std::shared_ptr<UserTestRecord>(parcel.ReadParcelable<UserTestRecord>()); in ReadFromParcel()
161 if (!userTestRecord_) { in ReadFromParcel()
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/
H A Dapp_launch_data.h147 return userTestRecord_; in GetUserTestInfo()
298 std::shared_ptr<UserTestRecord> userTestRecord_ = nullptr; variable
/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_launch_data_test/
H A Dapp_launch_data_test.cpp98 launchData_->userTestRecord_ = nullptr;
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_running_record.cpp480 launchData.SetUserTestInfo(userTestRecord_); in LaunchApplication()
1581 userTestRecord_ = record; in SetUserTestInfo()
1586 return userTestRecord_; in GetUserTestInfo()
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_running_record.h1002 std::shared_ptr<UserTestRecord> userTestRecord_ = nullptr; variable