Home
last modified time | relevance | path

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

/test/xts/acts/distributeddatamgr/preferencesNdktestHvigor/entry/src/main/cpp/types/libentry/
DIndex.d.ts17 export const OH_PreferencesOption_SetFilePath_0100: () => number; constant
/test/xts/acts/distributeddatamgr/preferencesNdktestHvigor/entry/src/ohosTest/ets/test/
DAbility.test.ets40 * @tc.name OH_PreferencesOption_SetFilePath_0100
41 * @tc.desc OH_PreferencesOption_SetFilePath_0100
46 it('OH_PreferencesOption_SetFilePath_0100', 0, async (done: Function) => {
47 let res = testndk.OH_PreferencesOption_SetFilePath_0100();
48 console.info(TAG + "OH_PreferencesOption_SetFilePath_0100 res=" + res );
/test/xts/acts/distributeddatamgr/preferencesNdktestHvigor/entry/src/main/cpp/
Dnapi_init.cpp128 static napi_value OH_PreferencesOption_SetFilePath_0100(napi_env env, napi_callback_info info) in OH_PreferencesOption_SetFilePath_0100() function
1192 …{"OH_PreferencesOption_SetFilePath_0100", nullptr, OH_PreferencesOption_SetFilePath_0100, nullptr,… in Init()