Searched refs:CurrentTimeGetter (Results 1 – 2 of 2) sorted by relevance
115 … static JSIValue CurrentTimeGetter(const JSIValue thisVal, const JSIValue *args, uint8_t argsSize);
115 JSIValue AudioModule::CurrentTimeGetter(const JSIValue thisVal, const JSIValue *args, uint8_t argsS… in CurrentTimeGetter() function in OHOS::ACELite::AudioModule346 …AudioModule::DefineProperty(exports, "currentTime", AudioModule::CurrentTimeGetter, AudioModule::C… in InitAudioModule()