Searched refs:CallObjectMethod (Results 1 – 2 of 2) sorted by relevance
127 …NativeValue* CallObjectMethod(const char* name, NativeValue* const *argv = nullptr, size_t argc = …
192 CallObjectMethod("onInit", argv, ARGC_ONE); in OnStart()200 CallObjectMethod("onRelease"); in OnStop()303 NativeValue* JsDriverExtension::CallObjectMethod(const char* name, NativeValue* const *argv, size_t… in CallObjectMethod() function in OHOS::AbilityRuntime::JsDriverExtension473 NativeValue* dumpInfo = CallObjectMethod("onDump", argv, ARGC_ONE); in Dump()