Home
last modified time | relevance | path

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

/test/xts/acts/distributeddatamgr/preferencesNdktestHvigor/entry/src/main/cpp/types/libentry/
DIndex.d.ts18 export const OH_PreferencesOption_SetFilePath_0200: () => number; //err constant
/test/xts/acts/distributeddatamgr/preferencesNdktestHvigor/entry/src/ohosTest/ets/test/
DAbility.test.ets55 * @tc.name OH_PreferencesOption_SetFilePath_0200
56 * @tc.desc OH_PreferencesOption_SetFilePath_0200
61 it('OH_PreferencesOption_SetFilePath_0200', 0, async (done: Function) => {
62 let res = testndk.OH_PreferencesOption_SetFilePath_0200();
63 console.info(TAG + "OH_PreferencesOption_SetFilePath_0200 res=" + res );
/test/xts/acts/distributeddatamgr/preferencesNdktestHvigor/entry/src/main/cpp/
Dnapi_init.cpp144 static napi_value OH_PreferencesOption_SetFilePath_0200(napi_env env, napi_callback_info info) in OH_PreferencesOption_SetFilePath_0200() function
1194 …{"OH_PreferencesOption_SetFilePath_0200", nullptr, OH_PreferencesOption_SetFilePath_0200, nullptr,… in Init()