Home
last modified time | relevance | path

Searched refs:GetAssetFunc (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/test/unittest/runtime_test/
H A Djs_worker_test.cpp39 void TestSetGetAssetFunc(GetAssetFunc func);
40 GetAssetFunc TestGetGetAssetFunc() const;
43 GetAssetFunc getAssetFunc_ = nullptr;
58 void JsWorkerTest::TestSetGetAssetFunc(GetAssetFunc func) in TestSetGetAssetFunc()
63 GetAssetFunc JsWorkerTest::TestGetGetAssetFunc() const in TestGetGetAssetFunc()
/ohos5.0/foundation/arkui/napi/native_engine/
H A Dnative_engine.h76 using GetAssetFunc = std::function<void(const std::string& uri, uint8_t **buff, size_t *buffSize, variable
295 virtual void SetGetAssetFunc(GetAssetFunc func);
296 GetAssetFunc GetGetAssetFunc() const;
528 GetAssetFunc getAssetFunc_ {nullptr};
H A Dnative_engine.cpp584 void NativeEngine::SetGetAssetFunc(GetAssetFunc func) in SetGetAssetFunc()
588 GetAssetFunc NativeEngine::GetGetAssetFunc() const in GetGetAssetFunc()