Searched refs:node_api_get_module_file_name (Results 1 – 10 of 10) sorted by relevance
/ohos5.0/docs/zh-cn/application-dev/napi/ |
H A D | use-napi-about-other-practical-tools.md | 9 …ArkTS文件,通过import导入lib共享库中的模块。了解Node-API模块中的加载机制以及模块之间的依赖关系对于理解node_api_get_module_file_name接口的使用很有… 10 - **文件路径和URL:** node_api_get_module_file_name返回的是加载项的绝对路径的URL。 19 | node_api_get_module_file_name | 获取加载项加载位置的绝对路径。 | 26 ### node_api_get_module_file_name subsection 41 napi_status status = node_api_get_module_file_name(env, &file); 66 hilog.info(0x0000, 'testTag', 'Test Node-API node_api_get_module_file_name:%{public}s', filename);
|
H A D | napi-data-types-interfaces.md | 743 | node_api_get_module_file_name | 用于获取加载项加载位置的绝对路径。|
|
/ohos5.0/docs/en/application-dev/napi/ |
H A D | use-napi-about-other-practical-tools.md | 9 … dependencies between Node-API modules is helpful for using **node_api_get_module_file_name** corr… 10 - File path and URL: The return value of **node_api_get_module_file_name** is the absolute path of … 19 | node_api_get_module_file_name | Obtains the absolute path of the module to be loaded.| 26 ### node_api_get_module_file_name subsection 28 Use **node_api_get_module_file_name** to obtain the absolute path of the module to be loaded. 41 napi_status status = node_api_get_module_file_name(env, &file); 66 hilog.info(0x0000, 'testTag', 'Test Node-API node_api_get_module_file_name:%{public}s', filename);
|
H A D | napi-data-types-interfaces.md | 731 | node_api_get_module_file_name | Obtains the absolute path of the module to be loaded.|
|
/ohos5.0/foundation/arkui/napi/sample/native_module_systemtest/ |
H A D | js_napi_instance.cpp | 42 NAPI_CALL(env, node_api_get_module_file_name(env, &data)); in GetModuleName() 79 NAPI_CALL(env, node_api_get_module_file_name(env, &moduleName)); in GetInstanceData()
|
/ohos5.0/foundation/arkui/napi/interfaces/kits/napi/ |
H A D | native_api.h | 79 NAPI_EXTERN napi_status node_api_get_module_file_name(napi_env env, const char** result);
|
/ohos5.0/foundation/arkui/napi/native_engine/ |
H A D | native_node_api.cpp | 583 NAPI_EXTERN napi_status node_api_get_module_file_name(napi_env env, const char** result) in node_api_get_module_file_name() function
|
/ohos5.0/docs/zh-cn/application-dev/reference/native-lib/ |
H A D | napi.md | 175 |FUNC|node_api_get_module_file_name|用于获取加载项加载位置的绝对路径。|11|
|
/ohos5.0/docs/en/application-dev/reference/native-lib/ |
H A D | napi.md | 175 |FUNC|node_api_get_module_file_name|Obtains the absolute path of the location, from which the addon…
|
/ohos5.0/foundation/arkui/napi/test/unittest/ |
H A D | test_napi.cpp | 4042 node_api_get_module_file_name(testEnv, &fileName); 9279 auto res = node_api_get_module_file_name(nullptr, nullptr); 9293 auto res = node_api_get_module_file_name(env, nullptr);
|