Home
last modified time | relevance | path

Searched refs:NotifyApplicationState (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/test/fuzztest/notifyapplicationstate_fuzzer/
Dnotifyapplicationstate_fuzzer.cpp48 DFXJSNApi::NotifyApplicationState(vm, inBackground); in NotifyApplicationStateFuzzTest()
/arkcompiler/ets_runtime/ecmascript/napi/test/
Ddfx_jsnapi_tests.cpp295 HWTEST_F_L0(DFXJSNApiTests, NotifyApplicationState) in HWTEST_F_L0() argument
301 DFXJSNApi::NotifyApplicationState(vm_, false); in HWTEST_F_L0()
308 DFXJSNApi::NotifyApplicationState(vm_, true); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/napi/include/
Ddfx_jsnapi.h97 static void NotifyApplicationState(EcmaVM *vm, bool inBackground);
/arkcompiler/ets_runtime/ecmascript/napi/
Ddfx_jsnapi.cpp331 void DFXJSNApi::NotifyApplicationState(EcmaVM *vm, bool inBackground) in NotifyApplicationState() function in panda::DFXJSNApi