Home
last modified time | relevance | path

Searched refs:getAssetFunc_ (Results 1 - 3 of 3) sorted by relevance

/foundation/ability/ability_runtime/test/unittest/runtime_test/
H A Djs_worker_test.cpp43 GetAssetFunc getAssetFunc_ = nullptr; member in OHOS::AbilityRuntime::JsWorkerTest
60 getAssetFunc_ = func; in TestSetGetAssetFunc()
65 return getAssetFunc_; in TestGetGetAssetFunc()
/foundation/arkui/napi/native_engine/
H A Dnative_engine.cpp596 getAssetFunc_ = func; in SetGetAssetFunc()
600 return getAssetFunc_; in GetGetAssetFunc()
624 if (getAssetFunc_ != nullptr) { in CallGetAssetFunc()
625 getAssetFunc_(uri, buffer, bufferSize, content, ami, useSecureMem, isRestrictedWorker); in CallGetAssetFunc()
H A Dnative_engine.h532 GetAssetFunc getAssetFunc_ {nullptr};

Completed in 4 milliseconds