Home
last modified time | relevance | path

Searched defs:pKey (Results 1 – 2 of 2) sorted by relevance

/foundation/communication/dhcp/services/dhcp_server/src/
Ddhcp_config.c34 static int SetEnableConfigInfo(DhcpConfig *dhcpConfig, const char *pKey, const char *pValue) in SetEnableConfigInfo()
55 static int SetTimeConfigInfo(DhcpConfig *dhcpConfig, const char *pKey, const char *pValue) in SetTimeConfigInfo()
78 static int SetNetConfigInfo(DhcpConfig *dhcpConfig, const char *pKey, const char *pValue, int commo… in SetNetConfigInfo()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/
Ddata_share_service_impl.cpp363 PublishedDataKey pKey(context->uri, context->callerBundleName, subscriberId); in EnablePubSubs() local