Searched refs:StartingWindowCold (Results 1 - 4 of 4) sorted by relevance
/foundation/ability/ability_runtime/interfaces/inner_api/ability_manager/include/ |
H A D | window_manager_service_handler_stub.h | 41 int StartingWindowCold(MessageParcel &data, MessageParcel &reply);
|
/foundation/ability/ability_runtime/interfaces/inner_api/ability_manager/src/ |
H A D | window_manager_service_handler_stub.cpp | 47 return StartingWindowCold(data, reply); in OnRemoteRequest() 110 int WindowManagerServiceHandlerStub::StartingWindowCold(MessageParcel &data, MessageParcel &reply) in StartingWindowCold() function in OHOS::AAFwk::WindowManagerServiceHandlerStub
|
/foundation/ability/ability_runtime/services/abilitymgr/include/ |
H A D | ability_record.h | 1228 void StartingWindowCold(const std::shared_ptr<StartOptions> &startOptions, const std::shared_ptr<Want> &want,
|
/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | ability_record.cpp | 869 StartingWindowCold(startOptions, want, abilityRequest); in StartingWindowTask() 876 StartingWindowCold(startOptions, want, abilityRequest); in StartingWindowTask() 1125 void AbilityRecord::StartingWindowCold(const std::shared_ptr<StartOptions> &startOptions, in StartingWindowCold() function in OHOS::AAFwk::AbilityRecord
|
Completed in 9 milliseconds