Searched refs:CreatePostEventTimeouter (Results 1 – 6 of 6) sorted by relevance
306 std::shared_ptr<AbilityPostEventTimeout> CreatePostEventTimeouter(std::string taskstr);
720 std::shared_ptr<AbilityPostEventTimeout> CreatePostEventTimeouter(std::string taskstr);
505 std::shared_ptr<AbilityPostEventTimeout> AbilityImpl::CreatePostEventTimeouter(std::string taskstr) in CreatePostEventTimeouter() function in OHOS::AppExecFwk::AbilityImpl512 return ability_->CreatePostEventTimeouter(taskstr); in CreatePostEventTimeouter()
1013 std::shared_ptr<AbilityPostEventTimeout> Ability::CreatePostEventTimeouter(std::string taskstr) in CreatePostEventTimeouter() function in OHOS::AppExecFwk::Ability
2001 auto timeout = ability->CreatePostEventTimeouter(taskstr);
2594 auto timeout = abilityImpl_->CreatePostEventTimeouter(taskstr);