Searched defs:SystemSoundManagerAsyncContext (Results 1 – 1 of 1) sorted by relevance
192 struct SystemSoundManagerAsyncContext { struct193 napi_env env;194 napi_async_work work;195 napi_deferred deferred;196 napi_ref callbackRef;197 bool status;198 SystemSoundManagerNapi *objectInfo;199 std::shared_ptr<AbilityRuntime::Context> abilityContext_;200 std::string uri;201 std::shared_ptr<RingtonePlayer> ringtonePlayer;[all …]