Searched defs:SystemSoundManagerAsyncContext (Results 1 – 1 of 1) sorted by relevance
139 struct SystemSoundManagerAsyncContext { struct140 napi_env env;141 napi_async_work work;142 napi_deferred deferred;143 napi_ref callbackRef;144 bool status;145 SystemSoundManagerNapi *objectInfo;146 std::shared_ptr<AbilityRuntime::Context> abilityContext_;147 std::string uri;148 std::shared_ptr<RingtonePlayer> ringtonePlayer;[all …]