Searched refs:isSilentProxyEnable (Results 1 – 10 of 10) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/ |
H A D | data_share_profile_config_test.cpp | 109 info.isSilentProxyEnable = 1; 122 EXPECT_EQ(profileInfo.isSilentProxyEnable, true); 144 info.isSilentProxyEnable = 1; 205 info.isSilentProxyEnable = 1; 225 info.isSilentProxyEnable = 1; 245 info.isSilentProxyEnable = 1; 274 info.isSilentProxyEnable = 1;
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/ |
H A D | data_share_profile_config.cpp | 73 SetValue(node[GET_NAME(isSilentProxyEnable)], isSilentProxyEnable); in Marshal() 88 GetValue(node, GET_NAME(isSilentProxyEnable), isSilentProxyEnable); in Unmarshal()
|
H A D | data_share_silent_config.cpp | 45 if (!value.isSilentProxyEnable) { in IsSilentProxyEnable()
|
H A D | data_share_profile_config.h | 48 bool isSilentProxyEnable = true; member
|
/ohos5.0/docs/zh-cn/application-dev/database/ |
H A D | share-data-by-silent-access.md | 365 数据提供方调用开启动态开启静默访问接口,来开启静默访问功能。此接口是搭配data_share_config.json文件中isSilentProxyEnable字段进行工作的。支持的配置可参考[da… 369 > - 该步骤为可选,可以不对data_share_config.json文件中isSilentProxyEnable字段进行配置,默认为true,默认为开启静默访问功能。 370 …验enableSilentProxy/disableSilentProxy接口设置的开关状态,其次会校验data_share_config.json文件中isSilentProxyEnable字段。 371 > - 不调用enableSilentProxy/disableSilentProxy接口时,优先会校验data_share_config.json文件中isSilentProxyEnable字段。 372 > - 不调用enableSilentProxy/disableSilentProxy接口,也不配置data_share_config.json文件中isSilentProxyEnable字段时,默…
|
H A D | share-data-by-datashareextensionability.md | 175 …| isSilentProxyEnable | 标识该ExtensionAbility是否关闭静默访问。<br />false:代表关闭静默访问。<br />true:代表打开静默访问。<br /… 196 "isSilentProxyEnable":true,
|
/ohos5.0/docs/en/application-dev/database/ |
H A D | share-data-by-silent-access.md | 361 …dynamically enable silent access. This API must be used with the **isSilentProxyEnable** field in … 365 > - In the **data_share_config.json** file, the default value of **isSilentProxyEnable** is **true*… 366 … **disableSilentProxy** API called, and then checks the value of **isSilentProxyEnable** in the **… 367 …xy** or **disableSilentProxy** has not been called, the value of **isSilentProxyEnable** in the **… 368 …eSilentProxy** or **disableSilentProxy** has not been called and **isSilentProxyEnable** in the **…
|
H A D | share-data-by-datashareextensionability.md | 176 …| isSilentProxyEnable | Whether to enable silent access for this ExtensionAbility.<br>The value **… 197 "isSilentProxyEnable":true,
|
/ohos5.0/docs/en/application-dev/reference/apis-arkdata/ |
H A D | js-apis-data-dataShare-sys.md | 192 …abled is determined based on the return value of this API and the [isSilentProxyEnable](../../data… 193 …ted **datashareHelper** API is called. Otherwise, the setting of **isSilentProxyEnable** in the **… 242 …abled is determined based on the return value of this API and the [isSilentProxyEnable](../../data… 243 …ted **datashareHelper** API is called. Otherwise, the setting of **isSilentProxyEnable** in the **…
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkdata/ |
H A D | js-apis-data-dataShare-sys.md | 194 …- 此接口设置的开启结果在校验的时候是搭配data_share_config.json文件中isSilentProxyEnable字段进行工作的。支持的配置可参考[data_share_confi… 244 …- 此接口设置的关闭结果在校验的时候是搭配data_share_config.json文件中isSilentProxyEnable字段进行工作的。支持的配置可参考[data_share_confi…
|